From f1ddd5d7ffd952a9bb8724852ca811c53bb2bbce Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Sun, 16 Oct 2022 21:52:58 -0300 Subject: [PATCH] Lower number of parallel jobs in ci --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 15f233d69b..f20d44c120 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -127,11 +127,11 @@ task: << : *GLOBAL_TASK_TEMPLATE container: image: ubuntu:jammy - cpu: 6 # Increase CPU and Memory to avoid timeout + cpu: 8 # Increase CPU and Memory to avoid timeout memory: 24G env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV - MAKEJOBS: "-j6" # ELEMENTS: reduced from -j8 + MAKEJOBS: "-j2" # ELEMENTS: reduced from -j8 FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh" task: