Skip to content

Commit

Permalink
Runway verifiable type
Browse files Browse the repository at this point in the history
Summary:
Aniket and I chatted about creating a Runway verifiable type, since Runway needs a few specific things such as unique target grouping, calling relates, etc

This creates the verifiable type and matches the existing behavior

Because the scheduled job should be similar to a normal buck job, I have made a few things public. Without this, it is a lot of copy paste or missing metadata

Reviewed By: aniketmathur

Differential Revision: D59763484

fbshipit-source-id: e4e477de4ee2594662582c095915931ab95473eb
  • Loading branch information
David Zilburg authored and facebook-github-bot committed Jul 19, 2024
1 parent 19a30c8 commit 671e245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td_util/src/schedules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub enum ContinuousRunMode {
OptHourly,
OptEarlyAdoptor,
OptAdhoc,
RunwayWWWShadow,
RunwayShadow,
}

#[cfg(test)]
Expand Down

0 comments on commit 671e245

Please sign in to comment.