Skip to content

Commit f1ddd5d

Browse files
committed
Lower number of parallel jobs in ci
1 parent 376b914 commit f1ddd5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ task:
127127
<< : *GLOBAL_TASK_TEMPLATE
128128
container:
129129
image: ubuntu:jammy
130-
cpu: 6 # Increase CPU and Memory to avoid timeout
130+
cpu: 8 # Increase CPU and Memory to avoid timeout
131131
memory: 24G
132132
env:
133133
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
134-
MAKEJOBS: "-j6" # ELEMENTS: reduced from -j8
134+
MAKEJOBS: "-j2" # ELEMENTS: reduced from -j8
135135
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
136136

137137
task:

0 commit comments

Comments
 (0)