Skip to content

Commit

Permalink
ci: build images with x8 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 7, 2023
1 parent 8454780 commit 4338cc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/tests-build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
jobs:
build-drive:
name: Build Drive image
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
runs-on: [ "self-hosted", "linux", "x64", "8x-ubuntu-platform" ]
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand All @@ -28,6 +28,7 @@ jobs:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
push: true
bucket: multi-runner-linux-x64-platform-8x-cache-wp1sy0o6
region: ${{ vars.AWS_REGION }}
cache_mounts: |
cargo_registry_index
Expand All @@ -37,7 +38,7 @@ jobs:

build-dapi:
name: Build DAPI image
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
runs-on: [ "self-hosted", "linux", "x64", "8x-ubuntu-platform" ]
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand All @@ -61,6 +62,7 @@ jobs:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
push: true
bucket: multi-runner-linux-x64-platform-8x-cache-wp1sy0o6
region: ${{ vars.AWS_REGION }}
cache_mounts: |
cargo_registry_index
Expand All @@ -71,7 +73,7 @@ jobs:

build-dashmate-helper:
name: Build Dashmate helper image
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
runs-on: [ "self-hosted", "linux", "x64", "8x-ubuntu-platform" ]
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand All @@ -95,6 +97,7 @@ jobs:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
push: true
bucket: multi-runner-linux-x64-platform-8x-cache-wp1sy0o6
region: ${{ vars.AWS_REGION }}
cache_mounts: |
cargo_registry_index
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-rs-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
fi
done
# TODO: run drive-abci tests with x8 runner or optimize tests
test:
name: Tests
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
Expand Down

0 comments on commit 4338cc9

Please sign in to comment.