diff --git a/.ci/e2eKibana.groovy b/.ci/e2eKibana.groovy index 33777a0cd9..6e205169b6 100644 --- a/.ci/e2eKibana.groovy +++ b/.ci/e2eKibana.groovy @@ -126,8 +126,8 @@ def runE2ETests(String suite) { build(job: "${e2eTestsPipeline}", parameters: parameters, - propagate: false, - wait: false + propagate: true, + wait: true ) /* diff --git a/.ci/e2eTestingFleetDaily.groovy b/.ci/e2eTestingFleetDaily.groovy index a4accfe69b..41e49be177 100644 --- a/.ci/e2eTestingFleetDaily.groovy +++ b/.ci/e2eTestingFleetDaily.groovy @@ -49,8 +49,8 @@ pipeline { string(name: 'runTestsSuites', value: 'fleet'), string(name: 'SLACK_CHANNEL', value: "elastic-agent"), ], - propagate: false, - wait: false + propagate: true, + wait: true ) } } diff --git a/.ci/e2eTestingHelmDaily.groovy b/.ci/e2eTestingHelmDaily.groovy index 16bcc915bd..aec625fb67 100644 --- a/.ci/e2eTestingHelmDaily.groovy +++ b/.ci/e2eTestingHelmDaily.groovy @@ -47,8 +47,8 @@ pipeline { string(name: 'runTestsSuites', value: 'helm'), string(name: 'SLACK_CHANNEL', value: "infra-release-notify,integrations"), ], - propagate: false, - wait: false + propagate: true, + wait: true ) } } diff --git a/.ci/e2eTestingIntegrationsDaily.groovy b/.ci/e2eTestingIntegrationsDaily.groovy index d6b54eb139..90bf2ae00e 100644 --- a/.ci/e2eTestingIntegrationsDaily.groovy +++ b/.ci/e2eTestingIntegrationsDaily.groovy @@ -48,8 +48,8 @@ pipeline { string(name: 'runTestsSuites', value: 'metricbeat'), string(name: 'SLACK_CHANNEL', value: "beats-build"), ], - propagate: false, - wait: false + propagate: true, + wait: true ) } }