From d746d14a6cdbb288b6c47a4f72bc9ff5302975dc Mon Sep 17 00:00:00 2001 From: matthew-mcneilly Date: Wed, 23 Mar 2022 10:20:59 +0000 Subject: [PATCH] Fix infra merge jjb job. "Missing team-domain from an instance of 'publisher.slack'" Change-Id: Ib4e9673d2e5c71ca58819c6f389c91cd872f5165 --- jjb/geode/apache-geode-test-coordinator.yaml | 16 ++++++++-------- .../global-template-apache-geode-build.yaml | 16 ++++++++-------- jjb/geode/global-template-apache-geode-test.yaml | 14 +++++++------- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/jjb/geode/apache-geode-test-coordinator.yaml b/jjb/geode/apache-geode-test-coordinator.yaml index abcb53287..a6cfb4803 100644 --- a/jjb/geode/apache-geode-test-coordinator.yaml +++ b/jjb/geode/apache-geode-test-coordinator.yaml @@ -1,7 +1,7 @@ --- # # ============LICENSE_START======================================================= -# Copyright (C) 2018-2019 Nordix Foundation. +# Copyright (C) 2018-2022 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -144,10 +144,10 @@ node-parameters: true enable-condition: "$PUBLISH_GEODE == true" - publishers: - - notify-slack: - slack-channel: '#geode-ci' - notify-start: true - notify-success: true - notify-failure: true - notify-back-to-normal: true + # 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/global-template-apache-geode-build.yaml b/jjb/geode/global-template-apache-geode-build.yaml index 65217c472..3d66cf27a 100644 --- a/jjb/geode/global-template-apache-geode-build.yaml +++ b/jjb/geode/global-template-apache-geode-build.yaml @@ -1,7 +1,7 @@ --- # # ============LICENSE_START======================================================= -# Copyright (C) 2018-2019 Nordix Foundation. +# Copyright (C) 2018-2022 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -80,10 +80,10 @@ builders: - '{build-executor}' - publishers: - - notify-slack: - slack-channel: '#geode-ci' - notify-start: true - notify-success: true - notify-failure: true - notify-back-to-normal: true + # 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/global-template-apache-geode-test.yaml b/jjb/geode/global-template-apache-geode-test.yaml index a1167fee0..fcf293e66 100644 --- a/jjb/geode/global-template-apache-geode-test.yaml +++ b/jjb/geode/global-template-apache-geode-test.yaml @@ -1,7 +1,7 @@ --- # # ============LICENSE_START======================================================= -# Copyright (C) 2018-2019 Nordix Foundation. +# Copyright (C) 2018-2022 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -89,9 +89,9 @@ keep-all: false allow-missing: true link-to-last-build: false - - notify-slack: - slack-channel: '#geode-ci' - notify-start: true - notify-success: true - notify-failure: true - notify-back-to-normal: true + # - notify-slack: + # slack-channel: '#geode-ci' + # notify-start: true + # notify-success: true + # notify-failure: true + # notify-back-to-normal: true -- 2.25.1