Skip to content

Commit

Permalink
Use additional schedule types
Browse files Browse the repository at this point in the history
Summary: Add 3 schedule types wardens and disabled. And add purpose and collection for those. We want to start rollout for these on iOS atleast for the executor soon.

Reviewed By: aniketmathur

Differential Revision: D55973223

fbshipit-source-id: cfa8f7f69102dd24dfaae9b2d6d7fe5b10b18b87
  • Loading branch information
Abishek Sethuraman authored and facebook-github-bot committed Apr 10, 2024
1 parent 02e915d commit a5ce2bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions td_util/src/schedules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ pub enum ScheduleType {
Landcastle, // Should this be just "land"?
#[serde(rename = "postcommit")]
Postcommit,
#[serde(rename = "testwarden")]
Testwarden,
#[serde(rename = "greenwarden")]
Greenwarden,
#[serde(rename = "disabled")]
Disabled,
}

impl ScheduleType {
Expand Down

0 comments on commit a5ce2bb

Please sign in to comment.