Skip to content

Commit

Permalink
workflows/tests: use large Linux runner (#125189)
Browse files Browse the repository at this point in the history
See discussion at #124923.
  • Loading branch information
carlocab authored Mar 9, 2023
1 parent ef12f39 commit 2238859
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
core.setOutput('syntax-only', 'false')
}
if (label_names.includes('CI-linux-self-hosted')) {
core.setOutput('linux-runner', 'linux-self-hosted-1')
if (label_names.includes('CI-linux-large-runner')) {
core.setOutput('linux-runner', 'homebrew-large-bottle-build')
} else {
core.setOutput('linux-runner', 'ubuntu-22.04')
core.setOutput('logs-dir', '/github/home/.cache/Homebrew/Logs')
}
core.setOutput('logs-dir', '/github/home/.cache/Homebrew/Logs')
if (label_names.includes('CI-no-fail-fast')) {
console.log('CI-no-fail-fast label found. Continuing tests despite failing matrix builds.')
Expand Down

0 comments on commit 2238859

Please sign in to comment.