Skip to content

Commit

Permalink
[ez] Exclude check-labels job from flakiness (#5611)
Browse files Browse the repository at this point in the history
Currently Dr.CI marks this signal as flaky
([example](pytorch/pytorch#133896 (comment))).
  • Loading branch information
izaitsevfb authored Aug 29, 2024
1 parent 0316770 commit 2745d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchci/lib/drciUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const EXCLUDED_FROM_FLAKINESS = [
"pr-sanity-checks",
// TODO (huydhn): Figure out a way to do flaky check accurately for build jobs
"/ build",
"check-labels",
];
// If the base commit is too old, don't query for similar failures because
// it increases the risk of getting misclassification. This guardrail can
Expand Down

0 comments on commit 2745d6b

Please sign in to comment.