From 215c8950fdad7ec6d039937d2a4ee5607d7d5916 Mon Sep 17 00:00:00 2001 From: Amp Date: Wed, 2 Sep 2026 03:24:19 +0000 Subject: [PATCH] Retry flaky Windows tests (cherry picked from commit 6864dcec0b58f1ed236edc06f76d84c6d2c873a6) Amp-Thread-ID: https://ampcode.com/threads/T-01a05f9e-84f4-74b1-b4fa-2aa36f9b6dd7 Co-authored-by: Kate Sy --- .buildkite/pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 91fa66bbf9..86a26032cf 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -131,6 +131,10 @@ steps: key: test-windows command: "bash .buildkite\\steps\\tests.sh" parallelism: 2 + retry: + automatic: + - exit_status: 1 + limit: 3 artifact_paths: - junit-*.xml - "coverage-*/**"