ci: add REPO_USE_CIRRUS_RUNNERS

If set, Cirrus runners will be used on pushes to, and pull requests
against, this repository.

Forks can set this if they have their own cirrus runners.
This commit is contained in:
will 2025-07-28 16:05:32 +01:00
parent b232b0fa5e
commit 33ba073df7
No known key found for this signature in database
GPG Key ID: CE6EC49945C17EA6
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ concurrency:
env: env:
CI_FAILFAST_TEST_LEAVE_DANGLING: 1 # GHA does not care about dangling processes and setting this variable avoids killing the CI script itself on error CI_FAILFAST_TEST_LEAVE_DANGLING: 1 # GHA does not care about dangling processes and setting this variable avoids killing the CI script itself on error
MAKEJOBS: '-j10' MAKEJOBS: '-j10'
REPO_USE_CIRRUS_RUNNERS: 'bitcoin/bitcoin' # Use cirrus runners and cache for this repo, instead of falling back to the slow GHA runners
defaults: defaults:
run: run: