From 7521c78bf87a2a560dbaefe8a086a2cb76cde1b4 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Tue, 29 Oct 2024 07:02:40 -0400 Subject: [PATCH] Add `Install winget` to list of flaky steps --- .github/workflows/scripts/rerunFlakyTests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scripts/rerunFlakyTests.js b/.github/workflows/scripts/rerunFlakyTests.js index b570c8c78b..106bbd0f21 100644 --- a/.github/workflows/scripts/rerunFlakyTests.js +++ b/.github/workflows/scripts/rerunFlakyTests.js @@ -3,6 +3,7 @@ const CONSIDERED_STEP_PREFIXES = [ "Build", // Nuget.org sporadic issues "Install Native", // apt repository issues "Test Service", // systemd bollocks + "Install winget", // random-ass failures ]; // Otherwise only check jobs that start with these.