mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
Merge #20615: cirrus: Schedule one task with paid credits for faster CI feedback
faf2c6e32e
cirrus: Schedule one task with paid credits for faster CI feedback (MarcoFalke) Pull request description: During times of high activity in the repo, the scheduling of Cirrus CI tasks might put them a few hours in the future. This is fine when all the tasks eventually pass. Though for failing tasks, a failure should ideally be shown to the author and reviewer as soon as possible. Compute credits can be used to schedule immediately: https://cirrus-ci.org/pricing/#compute-credits. Running all tasks with compute credits will probably be more expensive than our previous CI invoice. However, they are also more flexible. As a start we could enable only a single task and revisit/re-evaluate the next steps in a month. ACKs for top commit: laanwj: Concept ACKfaf2c6e32e
fanquake: ACKfaf2c6e32e
practicalswift: cr ACKfaf2c6e32e
: patch looks correct Tree-SHA512: df599e1c4cc0394f7f03413ad29954ddc87b163b02640d8bfc0497a5dc8d237b8c963c1dd9d01ac83c4a044f575300763097dac2ea6d1a4a163a1cece342b743
This commit is contained in:
commit
c434e2cca9
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ task:
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: '[previous releases, uses qt5 dev package and some depends packages] [unsigned char] [bionic]'
|
name: '[previous releases, uses qt5 dev package and some depends packages] [unsigned char] [bionic]'
|
||||||
|
# For faster CI feedback, immediately schedule a task that compiles most modules. https://cirrus-ci.org/pricing/#compute-credits
|
||||||
|
use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin/bitcoin'
|
||||||
<< : *GLOBAL_TASK_TEMPLATE
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
container:
|
container:
|
||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
|
|
Loading…
Add table
Reference in a new issue