Skip to content

Commit 244878e

Browse files
jamcarbonDavid Montenegro
and
David Montenegro
authored
test Custom aws runners (#781)
* update to use custom, auto-scaling, self hosted runners on AWS (tested and ready to go) Co-authored-by: David Montenegro <[email protected]>
1 parent 27e3272 commit 244878e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
jobs:
2020
test:
2121
name: Coverage Report
22-
runs-on: ubuntu-latest
22+
runs-on: custom-runner-AWS
2323
steps:
2424
- name: Cancel Previous Runs
2525
# Only cancel non-master branch runs

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
access_token: ${{ github.token }}
2525
build:
26-
runs-on: [self-hosted, linux]
26+
runs-on: custom-runner-AWS
2727
env:
2828
SCCACHE_CACHE_SIZE: "50G"
2929
needs: cancel

0 commit comments

Comments
 (0)