diff options
author | Chris Evich <cevich@redhat.com> | 2019-03-18 13:32:16 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-03-18 13:37:22 -0400 |
commit | 8dd6edacffec0245424de75bdb56bf9e6dbabe7e (patch) | |
tree | 62893bc218c34c6024f7c01d1189303d156bf92c /.cirrus.yml | |
parent | 91b00281e8b785208e1330a5c9679aa63a907eb9 (diff) | |
download | podman-8dd6edacffec0245424de75bdb56bf9e6dbabe7e.tar.gz podman-8dd6edacffec0245424de75bdb56bf9e6dbabe7e.tar.bz2 podman-8dd6edacffec0245424de75bdb56bf9e6dbabe7e.zip |
Cirrus: Disable master-success IRC notices
Since `on_failure` notification is working, and IRC activity
is picking up, these messages mostly just get in the way.
Leave the PR-testing success messages in place for now,
since they're helpful when someone's waiting.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 6 |
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" |