diff options
author | Chris Evich <cevich@redhat.com> | 2019-01-10 15:20:05 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-01-10 15:20:05 -0500 |
commit | c3572048021ecd70bf0bdb7931a8afed4ec8bd2c (patch) | |
tree | d4e9c63e3b5d57be5d66c350a59efee6bdf417f8 | |
parent | 148b4920dc9d866ce60654498af6e6bbc1d72f09 (diff) | |
download | podman-c3572048021ecd70bf0bdb7931a8afed4ec8bd2c.tar.gz podman-c3572048021ecd70bf0bdb7931a8afed4ec8bd2c.tar.bz2 podman-c3572048021ecd70bf0bdb7931a8afed4ec8bd2c.zip |
Cirrus: Post-Merge Testing for v1.0 Branch
Signed-off-by: Chris Evich <cevich@redhat.com>
-rw-r--r-- | .cirrus.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 199c2a533..c627edea3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -104,7 +104,7 @@ build_each_commit_task: - "gating" # $CIRRUS_BASE_BRANCH is only set when testing a PR - only_if: $CIRRUS_BRANCH != 'master' + only_if: $CIRRUS_BRANCH != 'v1.0' gce_instance: image_project: "libpod-218412" @@ -170,7 +170,7 @@ optional_testing_task: # in the PR description. Post-merge system testing is assumed to happen # later from OS distribution's build systems. only_if: >- - $CIRRUS_BRANCH != 'master' && + $CIRRUS_BRANCH != 'v1.0' && $CIRRUS_CHANGE_MESSAGE =~ '.*\*\*\*\s*CIRRUS:\s*SYSTEM\s*TEST\s*\*\*\*.*' gce_instance: @@ -197,7 +197,7 @@ cache_images_task: # Only produce new cache-images after a PR merge, and if a magic string # is present in the most recent commit-message. only_if: >- - $CIRRUS_BRANCH == 'master' && + $CIRRUS_BRANCH == 'v1.0' && $CIRRUS_CHANGE_MESSAGE =~ '.*\*\*\*\s*CIRRUS:\s*REBUILD\s*IMAGES\s*\*\*\*.*' # Require tests to pass first. |