Skip to content

Commit dc261b7

Browse files
authored
ci(installer): Force a retry for the \new-e2e-installer\ job (#35115)
1 parent bae77d8 commit dc261b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab/e2e/e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ new-e2e-installer:
530530
TEAM: fleet
531531
FLEET_INSTALL_METHOD: "install_script"
532532
E2E_LOGS_PROCESSING_TEST_DEPTH: 2
533+
retry: 1 # Force retry on this specific job to limit flakiness
533534

534535
new-e2e-installer-windows:
535536
extends: .new_e2e_template
@@ -593,6 +594,7 @@ new-e2e-installer-ansible:
593594
TARGETS: ./tests/installer/unix
594595
TEAM: fleet
595596
FLEET_INSTALL_METHOD: "ansible"
597+
retry: 1 # Force retry on this specific job to limit flakiness
596598

597599
new-e2e-ndm-netflow:
598600
extends: .new_e2e_template

0 commit comments

Comments
 (0)