Skip to content

Commit

Permalink
Merge pull request #15198 from cevich/osx_docs
Browse files Browse the repository at this point in the history
Cirrus: Run Cross builds in [CI:DOCS] mode
  • Loading branch information
openshift-ci[bot] authored Aug 4, 2022
2 parents e9f1eb2 + 4cea8ad commit b0ef621
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,7 @@ alt_build_task:
alias: alt_build
# Don't create task for [CI:DOCS] or multiarch builds
# Docs: ./contrib/cirrus/CIModes.md
only_if: &not_docs_multiarch >-
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
$CIRRUS_CRON != 'multiarch'
only_if: $CIRRUS_CRON != 'multiarch'
depends_on:
- build
env:
Expand Down Expand Up @@ -450,7 +448,7 @@ osx_alt_build_task:
name: "OSX Cross"
alias: osx_alt_build
# Docs: ./contrib/cirrus/CIModes.md
only_if: *not_docs_multiarch
only_if: $CIRRUS_CRON != 'multiarch'
depends_on:
- build
env:
Expand Down Expand Up @@ -1036,7 +1034,9 @@ artifacts_task:
name: "Artifacts"
alias: artifacts
# Docs: ./contrib/cirrus/CIModes.md
only_if: *not_docs_multiarch
only_if: >-
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
$CIRRUS_CRON != 'multiarch'
depends_on:
- success
# This task is a secondary/convenience for downstream consumers, don't
Expand Down

0 comments on commit b0ef621

Please sign in to comment.