From 955d7cf794fb5a5529e1129f80cf8f8b40f82120 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 10:21:03 +0100 Subject: [PATCH] chore: remove slack notifications to infra-release-notify (#2084) (#2090) This commit is removing the Slack notifications to `#infra-release-notify` channel. Following elastic/observability-robots#1002, the ownership of o11y Helm charts should move to o11y team. (cherry picked from commit a52cef98d00a59e4fbe9e021abcc0fd9de9a3e3c) Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> --- .ci/e2eTestingHelmDaily.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/e2eTestingHelmDaily.groovy b/.ci/e2eTestingHelmDaily.groovy index 538465f06f..fa530380c7 100644 --- a/.ci/e2eTestingHelmDaily.groovy +++ b/.ci/e2eTestingHelmDaily.groovy @@ -42,7 +42,7 @@ pipeline { steps { runE2E(jobName: "${env.JOB_BASE_NAME}", runTestsSuites: 'helm', - slackChannel: 'infra-release-notify,integrations', + slackChannel: 'integrations', propagate: true, wait: true) }