mirror of
https://github.com/containers/podman.git
synced 2025-05-30 23:17:20 +08:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user