mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-24 09:17:53 +00: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:
parent
91b00281e8
commit
8dd6edacff
1 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue