We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1cff0 commit 8db2931Copy full SHA for 8db2931
.cirrus.yml
@@ -1,13 +1,22 @@
1
env:
2
CIRRUS_CLONE_DEPTH: 1
3
+
4
+compute_credits_template: &CREDITS_TEMPLATE
5
+ # https://cirrus-ci.org/pricing/#compute-credits
6
+ # Only use credits for pull requests to the qa-assets repo
7
+ # TODO maybe only use credits if $CIRRUS_BRANCH == 'main'
8
+ use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin-core/qa-assets'
9
10
task:
11
name: "[system libs, no depends, fuzz, valgrind] [bookworm]"
12
container:
13
image: debian:bookworm
- cpu: 4
- memory: 16G
14
+ cpu: 3
15
+ memory: 12G
16
greedy: true
- timeout_in: 120m
17
+ timeout_in: 480m
18
+ # To avoid timeouts use some credits
19
+ << : *CREDITS_TEMPLATE
20
21
FILE_ENV: "./ci/test/00_setup_env_native_fuzz_with_valgrind.sh"
22
MAKEJOBS: "-j20"
0 commit comments