Skip to content

Commit 0ab6ff5

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#21931: ci: Bump cirrus fuzz CPUs to avoid timeout
fa397a6 ci: Bump cirrus fuzz CPUs to avoid timeout (MarcoFalke) Pull request description: ACKs for top commit: hebasto: ACK fa397a6, let's try it. Tree-SHA512: 7e06dda66c71d76e5fd144f6b5bb10f0bcac72feb15bd0f400ef08ba4dcb92558319401ef5f9d3822376affceb2192df1903b3a79c0ab2d7283ca21454054dea
2 parents ee9befe + fa397a6 commit 0ab6ff5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cirrus.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,11 @@ task:
156156
<< : *GLOBAL_TASK_TEMPLATE
157157
container:
158158
image: ubuntu:focal
159+
cpu: 4 # Increase CPU and memory to avoid timeout
160+
memory: 16G
159161
env:
160162
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
163+
MAKEJOBS: "-j8"
161164
FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh"
162165

163166
task:

0 commit comments

Comments
 (0)