Skip to content

Commit

Permalink
Custom aws runners (#2233)
Browse files Browse the repository at this point in the history
* testing custom AWS runners

* fix update

* testing custom AWS runners #1

* test custom runners #2

* test#3

* test#4

* final ready
  • Loading branch information
jamcarbon committed Jul 14, 2022
1 parent b34e940 commit dd52608
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
access_token: ${{ github.token }}
test:
name: Coverage Report
runs-on: [self-hosted, linux]
runs-on: custom-runner-AWS-Acala
needs: clean-up-actions
steps:
- name: Checkout repository
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
access_token: ${{ github.token }}
build:
runs-on: [self-hosted, linux]
runs-on: custom-runner-AWS-Acala
env:
SCCACHE_CACHE_SIZE: "50G"
CARGO_INCREMENTAL: 0
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run build benches
run: make build-benches
benchmarking:
runs-on: [self-hosted, linux]
runs-on: custom-runner-AWS-Acala
env:
SCCACHE_CACHE_SIZE: "50G"
CARGO_INCREMENTAL: 0
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Run benchmarking tests
run: make test-benchmarking
checks-and-tests:
runs-on: [self-hosted, linux]
runs-on: custom-runner-AWS-Acala
env:
SCCACHE_CACHE_SIZE: "50G"
CARGO_INCREMENTAL: 0
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Check runtimes
run: make check-runtimes
e2e-tests:
runs-on: [self-hosted, linux]
runs-on: custom-runner-AWS-Acala
env:
SCCACHE_CACHE_SIZE: "50G"
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit dd52608

Please sign in to comment.