diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-05-12 21:23:00 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-05-12 21:25:34 +0200 |
commit | 0ab6ff5e375900906fdf6a2834fedcc76d0e031c (patch) | |
tree | 409b74a13ab5cf9109c599f6e89aaab004d56062 | |
parent | ee9befe8b4bbd982f8c6eade556aea9b4d11a369 (diff) | |
parent | fa397a6a9c1dd158d0b7dae36d8a88cfcbb9af38 (diff) |
Merge bitcoin/bitcoin#21931: ci: Bump cirrus fuzz CPUs to avoid timeout
fa397a6a9c1dd158d0b7dae36d8a88cfcbb9af38 ci: Bump cirrus fuzz CPUs to avoid timeout (MarcoFalke)
Pull request description:
ACKs for top commit:
hebasto:
ACK fa397a6a9c1dd158d0b7dae36d8a88cfcbb9af38, let's try it.
Tree-SHA512: 7e06dda66c71d76e5fd144f6b5bb10f0bcac72feb15bd0f400ef08ba4dcb92558319401ef5f9d3822376affceb2192df1903b3a79c0ab2d7283ca21454054dea
-rw-r--r-- | .cirrus.yml | 3 |
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: |