Cirrus: Disable OSX task

Release-branches infrequently change, but the OSX VM images constantly
change.  Disable this test to avoid encountering flakes.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2021-09-17 15:40:01 -04:00
parent 01e51ce610
commit cd09650375

View File

@@ -84,7 +84,7 @@ doccheck_task:
"${SKOPEO_PATH}/${SCRIPT_BASE}/runner.sh" doccheck
osx_task:
only_if: &not_docs $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*'
only_if: $CI != $CI
depends_on:
- validate
macos_instance:
@@ -105,7 +105,7 @@ osx_task:
cross_task:
alias: cross
only_if: *not_docs
only_if: &not_docs $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*'
depends_on:
- validate
gce_instance: