From cfdc0dea36ea8bdcebd350fbe1953fab4b9c110d Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Fri, 15 Nov 2019 12:44:11 +0000 Subject: [PATCH] GEODE: Publish job status to geode-ci channel Change-Id: Ie3c422b1abc8f604e7060bd76fe42c7a7db97d37 --- .../apache-geode-native-SrcRelease.yaml | 2 +- .../apache-geode-native-slave-setup.yaml | 8 ++++++++ jjb/geode-native/apache-geode-native-verify.yaml | 2 +- .../global-template-apache-geode-native-test.yaml | 2 +- .../apache-geode-slave/apache-geode-slave-setup.yaml | 2 +- jjb/geode/apache-geode-test-coordinator.yaml | 2 +- jjb/geode/global-template-apache-geode-build.yaml | 2 +- jjb/geode/global-template-apache-geode-test.yaml | 2 +- 8 files changed, 15 insertions(+), 7 deletions(-) diff --git a/jjb/geode-native/apache-geode-native-release/apache-geode-native-SrcRelease.yaml b/jjb/geode-native/apache-geode-native-release/apache-geode-native-SrcRelease.yaml index 44c2770a..2b89685a 100644 --- a/jjb/geode-native/apache-geode-native-release/apache-geode-native-SrcRelease.yaml +++ b/jjb/geode-native/apache-geode-native-release/apache-geode-native-SrcRelease.yaml @@ -58,7 +58,7 @@ publishers: - notify-slack: - slack-channel: '#geode' + slack-channel: '#geode-ci' notify-start: true notify-success: true notify-failure: true diff --git a/jjb/geode-native/apache-geode-native-slave/apache-geode-native-slave-setup.yaml b/jjb/geode-native/apache-geode-native-slave/apache-geode-native-slave-setup.yaml index d9d1bc99..1524fc52 100644 --- a/jjb/geode-native/apache-geode-native-slave/apache-geode-native-slave-setup.yaml +++ b/jjb/geode-native/apache-geode-native-slave/apache-geode-native-slave-setup.yaml @@ -35,3 +35,11 @@ builders: - 'apache-geode-native-setup-slave-macro' + + publishers: + - notify-slack: + slack-channel: '#geode-ci' + notify-start: true + notify-success: true + notify-failure: true + notify-back-to-normal: true diff --git a/jjb/geode-native/apache-geode-native-verify.yaml b/jjb/geode-native/apache-geode-native-verify.yaml index 2d085f2c..8484573e 100644 --- a/jjb/geode-native/apache-geode-native-verify.yaml +++ b/jjb/geode-native/apache-geode-native-verify.yaml @@ -122,7 +122,7 @@ publishers: - notify-slack: - slack-channel: '#geode' + slack-channel: '#geode-ci' notify-start: true notify-success: true notify-failure: true diff --git a/jjb/geode-native/global-template-apache-geode-native-test.yaml b/jjb/geode-native/global-template-apache-geode-native-test.yaml index e59d5b5b..7b18c77a 100644 --- a/jjb/geode-native/global-template-apache-geode-native-test.yaml +++ b/jjb/geode-native/global-template-apache-geode-native-test.yaml @@ -63,7 +63,7 @@ clean-if: - failure: false - notify-slack: - slack-channel: '#geode' + slack-channel: '#geode-ci' notify-start: true notify-success: true notify-failure: true diff --git a/jjb/geode/apache-geode-slave/apache-geode-slave-setup.yaml b/jjb/geode/apache-geode-slave/apache-geode-slave-setup.yaml index 9a3a2a32..f4deac38 100644 --- a/jjb/geode/apache-geode-slave/apache-geode-slave-setup.yaml +++ b/jjb/geode/apache-geode-slave/apache-geode-slave-setup.yaml @@ -42,4 +42,4 @@ # publishers: # - notify-slack: -# slack-channel: '#geode' +# slack-channel: '#geode-ci' diff --git a/jjb/geode/apache-geode-test-coordinator.yaml b/jjb/geode/apache-geode-test-coordinator.yaml index ac729c26..48249d84 100644 --- a/jjb/geode/apache-geode-test-coordinator.yaml +++ b/jjb/geode/apache-geode-test-coordinator.yaml @@ -133,7 +133,7 @@ publishers: - notify-slack: - slack-channel: '#geode' + slack-channel: '#geode-ci' notify-start: true notify-success: true notify-failure: true diff --git a/jjb/geode/global-template-apache-geode-build.yaml b/jjb/geode/global-template-apache-geode-build.yaml index c114282d..8653a74e 100644 --- a/jjb/geode/global-template-apache-geode-build.yaml +++ b/jjb/geode/global-template-apache-geode-build.yaml @@ -82,7 +82,7 @@ publishers: - notify-slack: - slack-channel: '#geode' + slack-channel: '#geode-ci' notify-start: true notify-success: true notify-failure: true diff --git a/jjb/geode/global-template-apache-geode-test.yaml b/jjb/geode/global-template-apache-geode-test.yaml index 88b84c08..4842848a 100644 --- a/jjb/geode/global-template-apache-geode-test.yaml +++ b/jjb/geode/global-template-apache-geode-test.yaml @@ -83,7 +83,7 @@ clean-if: - failure: false - notify-slack: - slack-channel: '#geode' + slack-channel: '#geode-ci' notify-start: true notify-success: true notify-failure: true -- 2.25.1