Skip to content

Commit

Permalink
Lower number of parallel jobs in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
psgreco committed Oct 17, 2022
1 parent 376b914 commit f1ddd5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f1ddd5d

Please sign in to comment.