From cd09650375087e98759dad327081d5cfc58a6f9f Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Fri, 17 Sep 2021 15:40:01 -0400 Subject: [PATCH] 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 --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 87809f6b..d69e7044 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -84,7 +84,7 @@ doccheck_task: "${SKOPEO_PATH}/${SCRIPT_BASE}/runner.sh" doccheck osx_task: - only_if: ¬_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: ¬_docs $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' depends_on: - validate gce_instance: