From 5d2716c76144592c4dcfd341b6defc9b9061e62f Mon Sep 17 00:00:00 2001 From: Dmitrii Andreev Date: Fri, 26 Jun 2026 09:58:27 -0500 Subject: [PATCH] HYPERFLEET-1296: add --flake-attempts to e2e CI test step --- .../e2e/test/openshift-hyperfleet-e2e-test-commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/step-registry/openshift-hyperfleet/e2e/test/openshift-hyperfleet-e2e-test-commands.sh b/ci-operator/step-registry/openshift-hyperfleet/e2e/test/openshift-hyperfleet-e2e-test-commands.sh index 9286cd94ea431..5bc45d1a8457b 100644 --- a/ci-operator/step-registry/openshift-hyperfleet/e2e/test/openshift-hyperfleet-e2e-test-commands.sh +++ b/ci-operator/step-registry/openshift-hyperfleet/e2e/test/openshift-hyperfleet-e2e-test-commands.sh @@ -68,4 +68,4 @@ export API_CHART_REF="${API_CHART_REF:-main}" export API_CHART_PATH="${API_CHART_PATH:-charts}" # Run e2e tests via --label-filter -"${E2E_BIN}" test --label-filter="${LABEL_FILTER}" --junit-report "${ARTIFACT_DIR}/junit.xml" +"${E2E_BIN}" test --label-filter="${LABEL_FILTER}" --flake-attempts="${FLAKE_ATTEMPTS:-2}" --junit-report "${ARTIFACT_DIR}/junit.xml"