Add Install winget to list of flaky steps

This commit is contained in:
Jordan Dominion
2024-10-29 07:02:40 -04:00
parent 49f4c2e85f
commit 7521c78bf8
@@ -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.