You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Each project has 16 CPU in total, assign 2 to each container, so that 8 tasks run in parallel
7
-
cpu: 2
8
-
memory: 8G# Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-containers
9
-
kvm: true # Use kvm to avoid spurious CI failures in the default virtualization cluster, see https://github.com/bitcoin/bitcoin/issues/20093
# Each project has 16 CPU in total, assign 2 to each container, so that 8 tasks run in parallel
30
+
cpu: 2
31
+
memory: 8G# Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-containers
32
+
kvm: true # Use kvm to avoid spurious CI failures in the default virtualization cluster, see https://github.com/bitcoin/bitcoin/issues/20093
33
33
ccache_cache:
34
34
folder: "/tmp/ccache_dir"
35
35
depends_built_cache:
@@ -62,6 +62,7 @@ task:
62
62
<< : *BASE_TEMPLATE
63
63
container:
64
64
image: ubuntu:bionic # For python 3.6, oldest supported version according to doc/dependencies.md
65
+
cpu: 1# Cut bill in half for linting
65
66
# For faster CI feedback, immediately schedule the linters. https://cirrus-ci.org/pricing/#compute-credits
0 commit comments