Skip to content

Commit

Permalink
chore(build): Try BuildJet
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones committed Mar 29, 2023
1 parent 61bd188 commit 1d6fa8b
Show file tree
Hide file tree
Showing 40 changed files with 125 additions and 125 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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./whitepaper/Dockerfile
Expand Down
132 changes: 66 additions & 66 deletions .github/workflows/ci.yml

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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:

jobs:
commitlint:
runs-on: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/corda-all-in-one/corda-v4_8/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependent-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

jobs:
check:
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/fabric-all-in-one/Dockerfile_v2.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
publish:
runs-on: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
steps:
- name: Install Indy SDK
run: >
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/iroha-all-in-one/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/iroha2-all-in-one/Dockerfile
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
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: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004
env:
DOCKER_BUILDKIT: 1
DOCKERFILE_PATH: ./tools/docker/test-npm-registry/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_weaver-asset-exchange-besu.yml
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: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204

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: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204

strategy:
fail-fast: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_weaver-asset-exchange-corda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
asset-exchange-corda:
if: ${{ false }}
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:

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

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
house-token-exchange-corda:
if: ${{ false }}
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_weaver-asset-exchange-fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
asset-exchange-fabric:
if: ${{ false }}
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
asset-exchange-fabric-local:
# if: ${{ false }}
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_weaver-asset-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fabric-asset-transfer:
if: ${{ false }}
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:
fabric-asset-transfer-local:
# if: ${{ false }}
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_weaver-corda-interop-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
test_local:
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v2

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_weaver-data-sharing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
data-sharing:
if: ${{ false }}
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
data-sharing-docker-local:
# if: ${{ false }}
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down Expand Up @@ -707,7 +707,7 @@ jobs:
data-sharing-local:
# if: ${{ false }}
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
Loading

0 comments on commit 1d6fa8b

Please sign in to comment.