Skip to content

Commit 0368931

Browse files
author
MarcoFalke
committed
Merge #19881: ci: Double tsan CPU and Memory to avoid global timeout
fa8e148 ci: Double tsan CPU and Memory to avoid global timeout (MarcoFalke) Pull request description: Fix #19864 ACKs for top commit: practicalswift: ACK fa8e148 -- patch looks correct hebasto: ACK fa8e148, according to https://cirrus-ci.org/guide/linux/ the limits are: Tree-SHA512: b6d522290bfe80ed7453387b811628bf42c7657aa6a84d2f5984c8bb16f9857a71eabc6b8a4d63b84227d59b41a8ed7dd85d86cae5628dc9cf6b85bd365248d7
2 parents 3ba25e3 + fa8e148 commit 0368931

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cirrus.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ task:
5656
<< : *GLOBAL_TASK_TEMPLATE
5757
container:
5858
image: ubuntu:focal
59+
cpu: 4 # Double CPU and Memory to avoid timeout
60+
memory: 16G
5961
env:
62+
MAKEJOBS: "-j8"
6063
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
6164

6265
task:

0 commit comments

Comments
 (0)