summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-18 11:20:28 -0700
committerGitHub <noreply@github.com>2019-03-18 11:20:28 -0700
commit03160dcf489f20102feb0f35b6bdb94fbafbc443 (patch)
treee4d4287175d6d34bd444af4448dc2ee7103d0c84
parent9289ecd478176bc3de29792d500b1383683bfe79 (diff)
parent8dd6edacffec0245424de75bdb56bf9e6dbabe7e (diff)
downloadpodman-03160dcf489f20102feb0f35b6bdb94fbafbc443.tar.gz
podman-03160dcf489f20102feb0f35b6bdb94fbafbc443.tar.bz2
podman-03160dcf489f20102feb0f35b6bdb94fbafbc443.zip
Merge pull request #2693 from cevich/disable_master_success
Cirrus: Disable master-success IRC notices
-rw-r--r--.cirrus.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index ec0fe4f7a..8ac87c1d7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -346,12 +346,14 @@ cache_images_task:
# Post message to IRC if everything passed
success_task:
+ only_if: $CIRRUS_BRANCH != 'master'
+
depends_on: # ignores any dependent task conditions
- "gating"
- - "vendor_check"
+ - "build_each_commit_task"
- "testing"
+ - "rootless_testing_task"
- "optional_testing"
- - "cache_images"
env:
CIRRUS_WORKING_DIR: "/usr/src/libpod"