mirror of
https://github.com/containers/podman.git
synced 2025-05-21 17:16:22 +08:00
Cirrus: Remove support for [CI:COPR]
magic
This magic string isn't often used and may cause confusion with future magic-string additions. Remove it. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -300,7 +300,6 @@ bindings_task:
|
|||||||
only_if: >-
|
only_if: >-
|
||||||
$CIRRUS_PR != '' &&
|
$CIRRUS_PR != '' &&
|
||||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
|
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
|
||||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:COPR.*' &&
|
|
||||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:BUILD.*'
|
$CIRRUS_CHANGE_TITLE !=~ '.*CI:BUILD.*'
|
||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
@ -459,7 +458,6 @@ docker-py_test_task:
|
|||||||
only_if: ¬_tag_branch_build_docs >-
|
only_if: ¬_tag_branch_build_docs >-
|
||||||
$CIRRUS_PR != '' &&
|
$CIRRUS_PR != '' &&
|
||||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
|
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
|
||||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:COPR.*' &&
|
|
||||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:BUILD.*'
|
$CIRRUS_CHANGE_TITLE !=~ '.*CI:BUILD.*'
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -566,7 +564,6 @@ windows_smoke_test_task:
|
|||||||
$CIRRUS_TAG == '' &&
|
$CIRRUS_TAG == '' &&
|
||||||
$CIRRUS_CRON != 'multiarch' &&
|
$CIRRUS_CRON != 'multiarch' &&
|
||||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
|
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
|
||||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:COPR.*' &&
|
|
||||||
$CIRRUS_BRANCH !=~ 'v[0-9\.]+-rhel' &&
|
$CIRRUS_BRANCH !=~ 'v[0-9\.]+-rhel' &&
|
||||||
$CIRRUS_BASE_BRANCH !=~ 'v[0-9\.]+-rhel'
|
$CIRRUS_BASE_BRANCH !=~ 'v[0-9\.]+-rhel'
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -684,7 +681,6 @@ podman_machine_task:
|
|||||||
only_if: ¬_tag_build_docs_multiarch >-
|
only_if: ¬_tag_build_docs_multiarch >-
|
||||||
$CIRRUS_TAG == '' &&
|
$CIRRUS_TAG == '' &&
|
||||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
|
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
|
||||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:COPR.*' &&
|
|
||||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:BUILD.*' &&
|
$CIRRUS_CHANGE_TITLE !=~ '.*CI:BUILD.*' &&
|
||||||
$CIRRUS_CRON != 'multiarch'
|
$CIRRUS_CRON != 'multiarch'
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -1090,7 +1086,6 @@ artifacts_task:
|
|||||||
# Docs: ./contrib/cirrus/CIModes.md
|
# Docs: ./contrib/cirrus/CIModes.md
|
||||||
only_if: >-
|
only_if: >-
|
||||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
|
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
|
||||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:COPR.*' &&
|
|
||||||
$CIRRUS_CRON != 'multiarch' &&
|
$CIRRUS_CRON != 'multiarch' &&
|
||||||
$CIRRUS_BRANCH !=~ 'v[0-9\.]+-rhel' &&
|
$CIRRUS_BRANCH !=~ 'v[0-9\.]+-rhel' &&
|
||||||
$CIRRUS_BASE_BRANCH !=~ 'v[0-9\.]+-rhel'
|
$CIRRUS_BASE_BRANCH !=~ 'v[0-9\.]+-rhel'
|
||||||
|
@ -79,13 +79,6 @@ of this document, it's not possible to override the behavior of `$CIRRUS_PR`.
|
|||||||
+ meta
|
+ meta
|
||||||
+ success
|
+ success
|
||||||
|
|
||||||
### Intended `[CI:COPR]` PR Tasks:
|
|
||||||
+ *build*
|
|
||||||
+ validate
|
|
||||||
+ swagger
|
|
||||||
+ meta
|
|
||||||
+ success
|
|
||||||
|
|
||||||
### Intended `[CI:BUILD]` PR Tasks:
|
### Intended `[CI:BUILD]` PR Tasks:
|
||||||
+ *build*
|
+ *build*
|
||||||
+ validate
|
+ validate
|
||||||
|
Reference in New Issue
Block a user