Skip to content

Commit

Permalink
prototype flaky tests dev run in orchestrator
Browse files Browse the repository at this point in the history
Summary:
Fold flaky_tests_dev continuous run mode into existing testwarden flow that allows citadel to run just the given set of tests.

add FlakyTestsDev to ContinuousRunMode enum and set TPX collection

 ---
setting up prototype continuous run for tests in bad_quality (as those currently aren't run on continuous)
eventually we'll fold this into the regular continuous run and handle isolation with child job sharding
see more in https://fb.workplace.com/groups/1243087773044302/permalink/1560364387983304/

Reviewed By: markisaa

Differential Revision: D68518450

fbshipit-source-id: 173f6acf5cce4f20e7573c11d18f64e56c18f896
  • Loading branch information
Matthew O'Brien authored and facebook-github-bot committed Jan 23, 2025
1 parent bbad975 commit 85c02e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions td_util/src/schedules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ pub enum ContinuousRunMode {
TranslatorWeekend,
// To be used when shceduling Rl Translator jobs for multisect
TranslatorContinuousForMultisect,
FlakyTestsDev,
}

impl ContinuousRunMode {
Expand Down

0 comments on commit 85c02e9

Please sign in to comment.