Skip to content

Commit

Permalink
chore(ci): try new builers
Browse files Browse the repository at this point in the history
rename yml->yaml

except codeql

update actions

Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones committed Apr 14, 2023
1 parent 89d5102 commit a501f06
Show file tree
Hide file tree
Showing 41 changed files with 189 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all-nodejs-packages-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:

build-and-publish-packages:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- run: git fetch --unshallow --prune
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/besu-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/besu-all-in-one/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cactus-whitepaper-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./whitepaper/Dockerfile
Expand Down
138 changes: 69 additions & 69 deletions .github/workflows/ci.yml → .github/workflows/ci.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/cmd-api-server-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./packages/cactus-cmd-api-server/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
analyze:
name: Analyze
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid

strategy:
fail-fast: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:

jobs:
commitlint:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
steps:
- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/connector-besu-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./packages/cactus-plugin-ledger-connector-fabric/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/connector-corda-server-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./packages/cactus-plugin-ledger-connector-corda/src/main-server/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/connector-fabric-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./packages/cactus-plugin-ledger-connector-besu/Dockerfile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
# FIXME: build arguments are needed to make it version 4.6 (default is 4.7)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/corda-all-in-one/Dockerfile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/corda-all-in-one/corda-v4_8/Dockerfile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

jobs:
check:
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m
name: Dependent Issues
steps:
- uses: z0al/dependent-issues@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-container-vscode-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./.devcontainer/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-carbon-accounting-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./examples/carbon-accounting/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-supply-chain-app-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./examples/supply-chain-app/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fabric-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/fabric-all-in-one/Dockerfile_v1.4.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fabric2-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/fabric-all-in-one/Dockerfile_v2.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gg-shield-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.1.0
with:
fetch-depth: 0 # fetch all history so multiple commits can be scanned
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ghpkg-all-kotlin-api-clients-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
publish:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
steps:
- name: Install Indy SDK
run: >
Expand All @@ -37,7 +37,7 @@ jobs:
export GITVERSION=$(git describe --tags | awk -F'.' '{print $$1}')
echo "GITVERSION=$GITVERSION" >> $GITHUB_ENV
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3.11.0
with:
distribution: 'adopt'
java-version: '8'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/iroha-all-in-one/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/iroha2-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/iroha2-all-in-one/Dockerfile
Expand All @@ -31,7 +31,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.1.0

- name: Build image
run: docker build $DOCKER_BUILD_DIR --file $DOCKERFILE_PATH --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/keychain-vault-server-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./packages/cactus-plugin-keychain-vault/src/cactus-keychain-vault-server/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:

build-and-publish-packages:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
steps:
- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quorum-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/quorum-all-in-one/Dockerfile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/quorum-multi-party-all-in-one/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-compiler-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/rust-compiler/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sawtooth-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/sawtooth-all-in-one/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
main:
name: Validate PR title
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
steps:
- uses: amannn/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-npm-registry-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-2004-paid
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/test-npm-registry/Dockerfile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
asset-exchange-besu:
if: ${{ false }}
# The type of runner that the job will run on
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m

strategy:
fail-fast: false
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:

asset-exchange-besu-local:
# The type of runner that the job will run on
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m

strategy:
fail-fast: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
asset-exchange-corda:
if: ${{ false }}
# The type of runner that the job will run on
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Set up JDK 8
uses: actions/setup-java@v2
uses: actions/setup-java@v3.11.0
with:
java-version: '8'
distribution: 'adopt'
Expand Down Expand Up @@ -122,15 +122,15 @@ jobs:

asset-exchange-corda-local:
# The type of runner that the job will run on
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Set up JDK 8
uses: actions/setup-java@v2
uses: actions/setup-java@v3.11.0
with:
java-version: '8'
distribution: 'adopt'
Expand Down Expand Up @@ -217,15 +217,15 @@ jobs:
house-token-exchange-corda:
if: ${{ false }}
# The type of runner that the job will run on
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Set up JDK 8
uses: actions/setup-java@v2
uses: actions/setup-java@v3.11.0
with:
java-version: '8'
distribution: 'adopt'
Expand Down
Loading

0 comments on commit a501f06

Please sign in to comment.