Fix rerun flaky tests expecting a prefix that is not there (#71627)

This commit is contained in:
Mothblocks
2022-11-30 01:12:24 -08:00
committed by GitHub
parent cd79c672fd
commit 400dec78d1
+1 -1
View File
@@ -4,7 +4,7 @@ const TITLE_BOT_HEADER = "title: ";
// Only check jobs that start with these.
// Helps make sure we don't restart something like screenshot tests or linters, which are not known to be flaky.
const CONSIDERED_JOBS = [
"CI Suite / Integration Tests",
"Integration Tests",
];
async function getFailedJobsForRun(github, context, workflowRunId, runAttempt) {