From 276e405ab01f0271e8716979fa3ecb1689d10db9 Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Tue, 11 Feb 2025 05:29:42 -0800 Subject: [PATCH] CI: Cirrus: Avoid using -j3 in some jobs when elements has -j3 as the global limit --- .cirrus.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 2a289cdb46..11660b5006 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -224,7 +224,6 @@ task: env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV FILE_ENV: "./ci/test/00_setup_env_native_msan.sh" - MAKEJOBS: "-j4" # Avoid excessive memory use due to MSan task: name: '[ASan + LSan + UBSan + integer, no depends] [jammy]' @@ -236,7 +235,6 @@ task: env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV FILE_ENV: "./ci/test/00_setup_env_native_asan.sh" - MAKEJOBS: "-j4" # Avoid excessive memory use task: name: '[fuzzer,address,undefined,integer, no depends] [jammy]'