ci: Bump cirrus fuzz CPUs to avoid timeout

pull/21931/head
MarcoFalke 4 years ago
parent 91db985bc9
commit fa397a6a9c
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

@ -156,8 +156,11 @@ task:
<< : *GLOBAL_TASK_TEMPLATE << : *GLOBAL_TASK_TEMPLATE
container: container:
image: ubuntu:focal image: ubuntu:focal
cpu: 4 # Increase CPU and memory to avoid timeout
memory: 16G
env: env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
MAKEJOBS: "-j8"
FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh" FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh"
task: task:

Loading…
Cancel
Save