diff --git a/.ci/e2eTestingFleetDaily.groovy b/.ci/e2eTestingFleetDaily.groovy index f8e571e35b..83e955ae44 100644 --- a/.ci/e2eTestingFleetDaily.groovy +++ b/.ci/e2eTestingFleetDaily.groovy @@ -25,7 +25,7 @@ pipeline { PIPELINE_LOG_LEVEL='INFO' } options { - timeout(time: 1, unit: 'HOURS') + timeout(time: 90, unit: 'MINUTES') buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) timestamps() ansiColor('xterm') @@ -39,6 +39,7 @@ pipeline { steps { runE2E(jobName: "${env.JOB_BASE_NAME}", nightlyScenarios: true, + notifyOnGreenBuilds: 'false', runTestsSuites: 'fleet', slackChannel: 'elastic-agent', propagate: true, diff --git a/.ci/e2eTestingHelmDaily.groovy b/.ci/e2eTestingHelmDaily.groovy index 6a872bf205..45eb72fb09 100644 --- a/.ci/e2eTestingHelmDaily.groovy +++ b/.ci/e2eTestingHelmDaily.groovy @@ -25,7 +25,7 @@ pipeline { PIPELINE_LOG_LEVEL='INFO' } options { - timeout(time: 1, unit: 'HOURS') + timeout(time: 90, unit: 'MINUTES') buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) timestamps() ansiColor('xterm') diff --git a/.ci/e2eTestingK8SAutodiscoveryDaily.groovy b/.ci/e2eTestingK8SAutodiscoveryDaily.groovy index 82f2657709..fc17215002 100644 --- a/.ci/e2eTestingK8SAutodiscoveryDaily.groovy +++ b/.ci/e2eTestingK8SAutodiscoveryDaily.groovy @@ -25,7 +25,7 @@ pipeline { PIPELINE_LOG_LEVEL='INFO' } options { - timeout(time: 1, unit: 'HOURS') + timeout(time: 90, unit: 'MINUTES') buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) timestamps() ansiColor('xterm')