mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Enable 'greedy' mode for other CI builds
This commit is contained in:
parent
d48a1b520f
commit
7990986c01
1 changed files with 13 additions and 0 deletions
13
.cirrus.yml
13
.cirrus.yml
|
@ -250,6 +250,8 @@ freebsd14_task:
|
||||||
cpu: 8
|
cpu: 8
|
||||||
# Not allowed to request less than 8GB for an 8 CPU FreeBSD VM.
|
# Not allowed to request less than 8GB for an 8 CPU FreeBSD VM.
|
||||||
memory: 8GB
|
memory: 8GB
|
||||||
|
# For greediness, see https://medium.com/cirruslabs/introducing-greedy-container-instances-29aad06dc2b4
|
||||||
|
greedy: true
|
||||||
|
|
||||||
allow_failures: true
|
allow_failures: true
|
||||||
skip_notification: true
|
skip_notification: true
|
||||||
|
@ -264,6 +266,9 @@ freebsd13_task:
|
||||||
cpu: 8
|
cpu: 8
|
||||||
# Not allowed to request less than 8GB for an 8 CPU FreeBSD VM.
|
# Not allowed to request less than 8GB for an 8 CPU FreeBSD VM.
|
||||||
memory: 8GB
|
memory: 8GB
|
||||||
|
# For greediness, see https://medium.com/cirruslabs/introducing-greedy-container-instances-29aad06dc2b4
|
||||||
|
greedy: true
|
||||||
|
|
||||||
prepare_script: ./ci/freebsd/prepare.sh
|
prepare_script: ./ci/freebsd/prepare.sh
|
||||||
<< : *CI_TEMPLATE
|
<< : *CI_TEMPLATE
|
||||||
|
|
||||||
|
@ -274,6 +279,8 @@ freebsd12_task:
|
||||||
cpu: 8
|
cpu: 8
|
||||||
# Not allowed to request less than 8GB for an 8 CPU FreeBSD VM.
|
# Not allowed to request less than 8GB for an 8 CPU FreeBSD VM.
|
||||||
memory: 8GB
|
memory: 8GB
|
||||||
|
# For greediness, see https://medium.com/cirruslabs/introducing-greedy-container-instances-29aad06dc2b4
|
||||||
|
greedy: true
|
||||||
prepare_script: ./ci/freebsd/prepare.sh
|
prepare_script: ./ci/freebsd/prepare.sh
|
||||||
<< : *CI_TEMPLATE
|
<< : *CI_TEMPLATE
|
||||||
|
|
||||||
|
@ -295,6 +302,8 @@ asan_sanitizer_task:
|
||||||
cpu: 4
|
cpu: 4
|
||||||
# AddressSanitizer uses a lot more memory than a typical config.
|
# AddressSanitizer uses a lot more memory than a typical config.
|
||||||
memory: 12GB
|
memory: 12GB
|
||||||
|
# For greediness, see https://medium.com/cirruslabs/introducing-greedy-container-instances-29aad06dc2b4
|
||||||
|
greedy: true
|
||||||
<< : *CI_TEMPLATE
|
<< : *CI_TEMPLATE
|
||||||
test_fuzzers_script: ./ci/test-fuzzers.sh
|
test_fuzzers_script: ./ci/test-fuzzers.sh
|
||||||
env:
|
env:
|
||||||
|
@ -310,6 +319,8 @@ ubsan_sanitizer_task:
|
||||||
cpu: 4
|
cpu: 4
|
||||||
# AddressSanitizer uses a lot more memory than a typical config.
|
# AddressSanitizer uses a lot more memory than a typical config.
|
||||||
memory: 12GB
|
memory: 12GB
|
||||||
|
# For greediness, see https://medium.com/cirruslabs/introducing-greedy-container-instances-29aad06dc2b4
|
||||||
|
greedy: true
|
||||||
<< : *CI_TEMPLATE
|
<< : *CI_TEMPLATE
|
||||||
test_fuzzers_script: ./ci/test-fuzzers.sh
|
test_fuzzers_script: ./ci/test-fuzzers.sh
|
||||||
env:
|
env:
|
||||||
|
@ -326,6 +337,8 @@ ubsan_sanitizer_task:
|
||||||
# cpu: 4
|
# cpu: 4
|
||||||
# # AddressSanitizer uses a lot more memory than a typical config.
|
# # AddressSanitizer uses a lot more memory than a typical config.
|
||||||
# memory: 12GB
|
# memory: 12GB
|
||||||
|
# # For greediness, see https://medium.com/cirruslabs/introducing-greedy-container-instances-29aad06dc2b4
|
||||||
|
# greedy: true
|
||||||
# << : *CI_TEMPLATE
|
# << : *CI_TEMPLATE
|
||||||
# test_fuzzers_script: ./ci/test-fuzzers.sh
|
# test_fuzzers_script: ./ci/test-fuzzers.sh
|
||||||
# env:
|
# env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue