Merge pull request #16680 from cevich/docs_skip_win_smoke

[CI:DOCS] Skip windows-smoke when not useful
This commit is contained in:
OpenShift Merge Robot 2022-12-01 05:36:18 -05:00 committed by GitHub
commit e7eb19c7cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -524,8 +524,13 @@ compose_test_task:
windows_smoke_test_task:
name: "Windows Smoke Test"
alias: windows_smoke_test
# Don't run for multiarch/container image cirrus-cron job.
only_if: $CIRRUS_CRON != 'multiarch'
# Only run for non-docs/copr PRs and non-multiarch branch builds
# and never for tags. Docs: ./contrib/cirrus/CIModes.md
only_if: >-
$CIRRUS_TAG == '' &&
$CIRRUS_CRON != 'multiarch' &&
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
$CIRRUS_CHANGE_TITLE !=~ '.*CI:COPR.*'
depends_on:
- alt_build
ec2_instance: