Skip to content

Commit

Permalink
XXX did I set the runnerset name wrong?
Browse files Browse the repository at this point in the history
  • Loading branch information
Twey committed Jan 8, 2024
1 parent 5aeb072 commit 0ba21ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/fail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ permissions:

jobs:
test-small:
runs-on: gcp-small
runs-on: arc-runner-set-small
steps:
- name: Fail loudly, IX
- name: Fail loudly, X
run: |
hostname
>&2 echo 'SMALL WORKFLOW INTENTIONALLY FAILING (IX)'
>&2 echo 'SMALL WORKFLOW INTENTIONALLY FAILING (X)'
exit 1
test-large:
runs-on: gcp-large
runs-on: arc-runner-set-large
steps:
- name: Fail loudly, IX
- name: Fail loudly, X
run: |
hostname
>&2 echo 'LARGE WORKFLOW INTENTIONALLY FAILING (IX)'
>&2 echo 'LARGE WORKFLOW INTENTIONALLY FAILING (X)'
exit 1

0 comments on commit 0ba21ba

Please sign in to comment.