File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ container_depends_template: &CONTAINER_DEPENDS_TEMPLATE
45
45
# https://cirrus-ci.org/faq/#are-there-any-limits
46
46
# Each project has 16 CPU in total, assign 2 to each container, so that 8 tasks run in parallel
47
47
cpu : 2
48
- greedy : true
49
48
memory : 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-containers
50
49
dockerfile : ci/test_imagefile # https://cirrus-ci.org/guide/docker-builder-vm/#dockerfile-as-a-ci-environment
51
50
depends_built_cache :
@@ -84,13 +83,11 @@ task:
84
83
name : ' tidy [lunar]'
85
84
<< : *GLOBAL_TASK_TEMPLATE
86
85
container :
87
- cpu : 2
86
+ cpu : 4
88
87
memory : 5G
89
88
docker_arguments :
90
89
CI_IMAGE_NAME_TAG : ubuntu:lunar
91
90
FILE_ENV : " ./ci/test/00_setup_env_native_tidy.sh"
92
- # For faster CI feedback, immediately schedule the linters
93
- << : *CREDITS_TEMPLATE
94
91
env :
95
92
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
96
93
@@ -244,7 +241,6 @@ task:
244
241
docker_arguments :
245
242
CI_IMAGE_NAME_TAG : ubuntu:lunar
246
243
FILE_ENV : " ./ci/test/00_setup_env_native_tsan.sh"
247
- << : *CREDITS_TEMPLATE
248
244
env :
249
245
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
250
246
@@ -320,7 +316,6 @@ task:
320
316
docker_arguments :
321
317
CI_IMAGE_NAME_TAG : ubuntu:jammy
322
318
FILE_ENV : " ./ci/test/00_setup_env_mac.sh"
323
- << : *CREDITS_TEMPLATE
324
319
macos_sdk_cache :
325
320
folder : " depends/SDKs/$MACOS_SDK"
326
321
fingerprint_key : " $MACOS_SDK"
You can’t perform that action at this time.
0 commit comments