mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
TESTING: DO NOT MERGE
This commit is necessary for testing becuse the branch name is non-standard (on purpose) and cirrus-ci `only_if` regexes must match the entire "line" (i.e. MULTILINE flag is set). Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
12
.cirrus.yml
12
.cirrus.yml
@@ -367,8 +367,8 @@ alt_build_task:
|
||||
# Docs: ./contrib/cirrus/CIModes.md
|
||||
only_if: &no_multiarch_rhel |
|
||||
$CIRRUS_CRON != 'multiarch' &&
|
||||
$CIRRUS_BRANCH !=~ 'v[0-9\.]+-rhel' &&
|
||||
$CIRRUS_BASE_BRANCH !=~ 'v[0-9\.]+-rhel'
|
||||
$CIRRUS_BRANCH !=~ '.*v[0-9\.]+-rhel.*' &&
|
||||
$CIRRUS_BASE_BRANCH !=~ '.*v[0-9\.]+-rhel.*'
|
||||
depends_on:
|
||||
- build
|
||||
env:
|
||||
@@ -567,8 +567,8 @@ windows_smoke_test_task:
|
||||
$CIRRUS_CRON != 'multiarch' &&
|
||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
|
||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:COPR.*' &&
|
||||
$CIRRUS_BRANCH !=~ 'v[0-9\.]+-rhel' &&
|
||||
$CIRRUS_BASE_BRANCH !=~ 'v[0-9\.]+-rhel'
|
||||
$CIRRUS_BRANCH !=~ '.*v[0-9\.]+-rhel.*' &&
|
||||
$CIRRUS_BASE_BRANCH !=~ '.*v[0-9\.]+-rhel.*'
|
||||
depends_on:
|
||||
- alt_build
|
||||
experimental: true # Enable labeling of EC2 VMs with cirrus task ID
|
||||
@@ -1092,8 +1092,8 @@ artifacts_task:
|
||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
|
||||
$CIRRUS_CHANGE_TITLE !=~ '.*CI:COPR.*' &&
|
||||
$CIRRUS_CRON != 'multiarch' &&
|
||||
$CIRRUS_BRANCH !=~ 'v[0-9\.]+-rhel' &&
|
||||
$CIRRUS_BASE_BRANCH !=~ 'v[0-9\.]+-rhel'
|
||||
$CIRRUS_BRANCH !=~ '.*v[0-9\.]+-rhel.*' &&
|
||||
$CIRRUS_BASE_BRANCH !=~ '.*v[0-9\.]+-rhel.*'
|
||||
depends_on:
|
||||
- success
|
||||
# This task is a secondary/convenience for downstream consumers, don't
|
||||
|
||||
Reference in New Issue
Block a user