aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-05-12 18:43:27 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-05-12 18:26:37 +0200
commitfa397a6a9c1dd158d0b7dae36d8a88cfcbb9af38 (patch)
tree356e0ea4921cd018cbc198bc6dff65f4f2b58c58 /.cirrus.yml
parent91db985bc9565f130d319646104e1989bdf0e8ea (diff)
downloadbitcoin-fa397a6a9c1dd158d0b7dae36d8a88cfcbb9af38.tar.xz
ci: Bump cirrus fuzz CPUs to avoid timeout
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 01e0cebc92..1f60099c94 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -156,8 +156,11 @@ task:
<< : *GLOBAL_TASK_TEMPLATE
container:
image: ubuntu:focal
+ cpu: 4 # Increase CPU and memory to avoid timeout
+ memory: 16G
env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
+ MAKEJOBS: "-j8"
FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh"
task: