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) }