From 8dd6edacffec0245424de75bdb56bf9e6dbabe7e Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 18 Mar 2019 13:32:16 -0400 Subject: 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 --- .cirrus.yml | 6 ++++-- 1 file 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" -- cgit v1.2.3-54-g00ecf