Skip to content

Commit 044d60a

Browse files
committed
ci(msan): wip
1 parent 6a561df commit 044d60a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.cirrus.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ main_template: &MAIN_TEMPLATE
7272

7373
global_task_template: &GLOBAL_TASK_TEMPLATE
7474
<< : *BASE_TEMPLATE
75+
container:
76+
# https://cirrus-ci.org/faq/#are-there-any-limits
77+
# Each project has 16 CPU in total, assign 2 to each container, so that 8 tasks run in parallel
78+
cpu: 2
79+
greedy: true
80+
memory: 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-containers
7581
<< : *MAIN_TEMPLATE
7682

7783
compute_credits_template: &CREDITS_TEMPLATE

0 commit comments

Comments
 (0)