From 7f40f740ca504565fdef1e7f050be5bb4ad70fc5 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 31 Jan 2019 18:49:17 +0100 Subject: [PATCH] Enable slack notifications for push and rebase jobs Change-Id: Ib20225ffff100b330819c24dc40a4176f917e819 --- jjb/global/global-templates-push-upstream.yaml | 4 ++++ jjb/global/global-templates-rebase.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/jjb/global/global-templates-push-upstream.yaml b/jjb/global/global-templates-push-upstream.yaml index 7b5612e9c..322efa43a 100644 --- a/jjb/global/global-templates-push-upstream.yaml +++ b/jjb/global/global-templates-push-upstream.yaml @@ -32,3 +32,7 @@ builders: - shell: !include-raw-escape: ./push-upstream-jobs.sh + + publishers: + - notify-slack: + slack-channel: '#infra' diff --git a/jjb/global/global-templates-rebase.yaml b/jjb/global/global-templates-rebase.yaml index 38712ae2a..d740404ff 100644 --- a/jjb/global/global-templates-rebase.yaml +++ b/jjb/global/global-templates-rebase.yaml @@ -36,3 +36,7 @@ builders: - shell: !include-raw-escape: ./rebase-jobs.sh + + publishers: + - notify-slack: + slack-channel: '#infra' -- 2.25.1