Skip to content

Commit

Permalink
update runners
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Aug 30, 2022
1 parent 47e6600 commit 754db6f
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: custom-runner-AWS-Acala
runs-on: [self-hosted, linux]
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: custom-runner-AWS-Acala
runs-on: [self-hosted, linux]
env:
SCCACHE_CACHE_SIZE: "50G"
CARGO_INCREMENTAL: 0
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Run build benches
run: make build-benches
benchmarking:
runs-on: custom-runner-AWS-Acala
runs-on: [self-hosted, linux]
env:
SCCACHE_CACHE_SIZE: "50G"
CARGO_INCREMENTAL: 0
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Run benchmarking tests
run: make test-benchmarking
checks-and-tests:
runs-on: custom-runner-AWS-Acala
runs-on: [self-hosted, linux]
env:
SCCACHE_CACHE_SIZE: "50G"
CARGO_INCREMENTAL: 0
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Check runtimes
run: make check-runtimes
e2e-tests:
runs-on: custom-runner-AWS-Acala
runs-on: [self-hosted, linux]
env:
SCCACHE_CACHE_SIZE: "50G"
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit 754db6f

Please sign in to comment.