72
72
# push-wait-for-ci cycle time a bit when debugging operating system specific
73
73
# failures. Uses skip instead of only_if, as cirrus otherwise warns about
74
74
# only_if conditions not matching.
75
- skip : $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os -only:.*'
75
+ skip : $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-task -only:.*'
76
76
77
77
env :
78
78
CPUS : 4
@@ -167,7 +167,7 @@ task:
167
167
<< : *freebsd_task_template
168
168
169
169
depends_on : SanityCheck
170
- only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os -only:[^\n]*freebsd.*'
170
+ only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-task -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-task -only:[^\n]*freebsd.*'
171
171
172
172
sysinfo_script : |
173
173
id
@@ -257,7 +257,7 @@ task:
257
257
258
258
matrix :
259
259
- name : NetBSD - Meson
260
- only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os -only:[^\n]*netbsd.*'
260
+ only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-task -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-task -only:[^\n]*netbsd.*'
261
261
env :
262
262
OS_NAME : netbsd
263
263
IMAGE_FAMILY : pg-ci-netbsd-postgres
@@ -274,7 +274,7 @@ task:
274
274
<< : *netbsd_task_template
275
275
276
276
- name : OpenBSD - Meson
277
- only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os -only:[^\n]*openbsd.*'
277
+ only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-task -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-task -only:[^\n]*openbsd.*'
278
278
env :
279
279
OS_NAME : openbsd
280
280
IMAGE_FAMILY : pg-ci-openbsd-postgres
@@ -414,7 +414,7 @@ task:
414
414
<< : *linux_task_template
415
415
416
416
depends_on : SanityCheck
417
- only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os -only:[^\n]*linux.*'
417
+ only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-task -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-task -only:[^\n]*linux.*'
418
418
419
419
ccache_cache :
420
420
folder : ${CCACHE_DIR}
@@ -613,7 +613,7 @@ task:
613
613
<< : *macos_task_template
614
614
615
615
depends_on : SanityCheck
616
- only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os -only:[^\n]*(macos|darwin|osx).*'
616
+ only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-task -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-task -only:[^\n]*(macos|darwin|osx).*'
617
617
618
618
sysinfo_script : |
619
619
id
@@ -719,7 +719,7 @@ task:
719
719
<< : *windows_task_template
720
720
721
721
depends_on : SanityCheck
722
- only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os -only:[^\n]*windows.*'
722
+ only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-task -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-task -only:[^\n]*windows.*'
723
723
724
724
setup_additional_packages_script : |
725
725
REM choco install -y --no-progress ...
@@ -758,8 +758,8 @@ task:
758
758
# due to resource constraints we don't run this task by default for now
759
759
trigger_type : manual
760
760
# worth using only_if despite being manual, otherwise this task will show up
761
- # when e.g. ci-os -only: linux is used.
762
- only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os -only:[^\n]*mingw.*'
761
+ # when e.g. ci-task -only: linux is used.
762
+ only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-task -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-task -only:[^\n]*mingw.*'
763
763
# otherwise it'll be sorted before other tasks
764
764
depends_on : SanityCheck
765
765
@@ -818,7 +818,7 @@ task:
818
818
# use always: to continue after failures. Task that did not run count as a
819
819
# success, so we need to recheck SanityChecks's condition here ...
820
820
depends_on : SanityCheck
821
- only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os -only:.*'
821
+ only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-task -only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-task-only:[^\n]*compilerwarnings .*'
822
822
823
823
env :
824
824
CPUS : 4
0 commit comments