mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
CI: Add label for enabling the Windows build in PRs
This commit is contained in:
parent
4705537002
commit
37cc4999b3
1 changed files with 7 additions and 1 deletions
|
@ -143,6 +143,12 @@ skip_if_pr_not_full_or_zeekctl: &SKIP_IF_PR_NOT_FULL_OR_ZEEKCTL
|
||||||
( $CIRRUS_PR_LABELS =~ ".*CI: Skip All.*" )
|
( $CIRRUS_PR_LABELS =~ ".*CI: Skip All.*" )
|
||||||
)
|
)
|
||||||
|
|
||||||
|
skip_if_pr_not_full_or_windows: &SKIP_IF_PR_NOT_FULL_OR_WINDOWS
|
||||||
|
skip: >
|
||||||
|
( ( $CIRRUS_PR != '' && $CIRRUS_PR_LABELS !=~ ".*CI: (Full|Windows).*" ) ||
|
||||||
|
( $CIRRUS_PR_LABELS =~ ".*CI: Skip All.*" )
|
||||||
|
)
|
||||||
|
|
||||||
ci_template: &CI_TEMPLATE
|
ci_template: &CI_TEMPLATE
|
||||||
# Default timeout is 60 minutes, Cirrus hard limit is 120 minutes for free
|
# Default timeout is 60 minutes, Cirrus hard limit is 120 minutes for free
|
||||||
# tasks, so may as well ask for full time.
|
# tasks, so may as well ask for full time.
|
||||||
|
@ -633,7 +639,7 @@ windows_task:
|
||||||
build_script: ci/windows/build.cmd
|
build_script: ci/windows/build.cmd
|
||||||
test_script: ci/windows/test.cmd
|
test_script: ci/windows/test.cmd
|
||||||
<< : *ONLY_IF_PR_MASTER_RELEASE
|
<< : *ONLY_IF_PR_MASTER_RELEASE
|
||||||
<< : *SKIP_IF_PR_NOT_FULL_CI
|
<< : *SKIP_IF_PR_NOT_FULL_OR_WINDOWS
|
||||||
env:
|
env:
|
||||||
ZEEK_CI_CPUS: 8
|
ZEEK_CI_CPUS: 8
|
||||||
# Give verbose error output on a test failure.
|
# Give verbose error output on a test failure.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue