diff --git a/.ci/e2eKibana.groovy b/.ci/e2eKibana.groovy index a1726a6936..689fc73000 100644 --- a/.ci/e2eKibana.groovy +++ b/.ci/e2eKibana.groovy @@ -206,7 +206,7 @@ def runE2ETests(String suite) { build(job: "${e2eTestsPipeline}", parameters: parameters, - propagate: false, + propagate: true, wait: false ) diff --git a/.ci/e2eTestingFleetDaily.groovy b/.ci/e2eTestingFleetDaily.groovy index a4accfe69b..d6e9f49eb1 100644 --- a/.ci/e2eTestingFleetDaily.groovy +++ b/.ci/e2eTestingFleetDaily.groovy @@ -49,7 +49,7 @@ pipeline { string(name: 'runTestsSuites', value: 'fleet'), string(name: 'SLACK_CHANNEL', value: "elastic-agent"), ], - propagate: false, + propagate: true, wait: false ) } diff --git a/.ci/e2eTestingHelmDaily.groovy b/.ci/e2eTestingHelmDaily.groovy index 16bcc915bd..e134fb2a3b 100644 --- a/.ci/e2eTestingHelmDaily.groovy +++ b/.ci/e2eTestingHelmDaily.groovy @@ -47,7 +47,7 @@ pipeline { string(name: 'runTestsSuites', value: 'helm'), string(name: 'SLACK_CHANNEL', value: "infra-release-notify,integrations"), ], - propagate: false, + propagate: true, wait: false ) } diff --git a/.ci/e2eTestingIntegrationsDaily.groovy b/.ci/e2eTestingIntegrationsDaily.groovy index d6b54eb139..2e4ac9fd1c 100644 --- a/.ci/e2eTestingIntegrationsDaily.groovy +++ b/.ci/e2eTestingIntegrationsDaily.groovy @@ -48,7 +48,7 @@ pipeline { string(name: 'runTestsSuites', value: 'metricbeat'), string(name: 'SLACK_CHANNEL', value: "beats-build"), ], - propagate: false, + propagate: true, wait: false ) } diff --git a/.ci/e2eTestingK8SAutodiscoveryDaily.groovy b/.ci/e2eTestingK8SAutodiscoveryDaily.groovy index adb3dbf18e..26f7bc7f4a 100644 --- a/.ci/e2eTestingK8SAutodiscoveryDaily.groovy +++ b/.ci/e2eTestingK8SAutodiscoveryDaily.groovy @@ -47,7 +47,7 @@ pipeline { string(name: 'runTestsSuites', value: 'kubernetes-autodiscover'), string(name: 'SLACK_CHANNEL', value: "integrations"), ], - propagate: false, + propagate: true, wait: false ) }