We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376b914 commit f1ddd5dCopy full SHA for f1ddd5d
.cirrus.yml
@@ -127,11 +127,11 @@ task:
127
<< : *GLOBAL_TASK_TEMPLATE
128
container:
129
image: ubuntu:jammy
130
- cpu: 6 # Increase CPU and Memory to avoid timeout
+ cpu: 8 # Increase CPU and Memory to avoid timeout
131
memory: 24G
132
env:
133
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
134
- MAKEJOBS: "-j6" # ELEMENTS: reduced from -j8
+ MAKEJOBS: "-j2" # ELEMENTS: reduced from -j8
135
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
136
137
task:
0 commit comments