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>
This commit is contained in:
Chris Evich
2019-03-18 13:32:16 -04:00
parent 91b00281e8
commit 8dd6edacff

View File

@ -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"