Skip to content

Commit

Permalink
Add a schedule for 'custom' continuous run mode
Browse files Browse the repository at this point in the history
Summary: This will add a new continuous run mode schedule to the TD which will be responsible for running all custom workflows.

Reviewed By: aniketmathur

Differential Revision: D63879913

fbshipit-source-id: abc238b492124dafe6a4781677cfac65fd6c9173
  • Loading branch information
Fedir Panasenko authored and facebook-github-bot committed Oct 4, 2024
1 parent 89f703b commit 0def575
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 @@ -120,6 +120,7 @@ pub enum ContinuousRunMode {
Aarch64,
#[default]
AsicHourly,
CiWorkflows,
Dev,
Opt,
OptHourly,
Expand Down

0 comments on commit 0def575

Please sign in to comment.