Skip to content

Commit

Permalink
Separate Runway WWW continuous
Browse files Browse the repository at this point in the history
Summary:
Right now, we hack in this 'force_shadow' logic. But this isn't ideal, as args.shadow is referenced in tons of places. This leads to runway-specific bugs like the one described in the D58031578

Let's separate Runway WWW into its own continuous TD for now, so we can actually pass args.shadow. We're doing this by adding a new run mode and adding a chronos config for it. Runway WWW targets will only be allowed in this run mode

Reviewed By: aniketmathur

Differential Revision: D58360956

fbshipit-source-id: c0e2dd66c6376fc8ad2eb63373297d91e3fec7d4
  • Loading branch information
David Zilburg authored and facebook-github-bot committed Jun 13, 2024
1 parent 241406d commit ec297c9
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 @@ -88,6 +88,7 @@ pub enum ContinuousRunMode {
OptHourly,
OptEarlyAdoptor,
OptAdhoc,
RunwayWWWShadow,
}

#[cfg(test)]
Expand Down

0 comments on commit ec297c9

Please sign in to comment.