Skip to content

Commit

Permalink
add dev early adoptor run mode
Browse files Browse the repository at this point in the history
Summary:
It was confusing filtering on shadow and prod for dev mode.

best to give a early adoptor run like opt mode.

When shadow is completed with testing, we can move the chronos job to schedule prod with the same verse config.

Reviewed By: Acesine

Differential Revision: D55387914

fbshipit-source-id: 343aa1c061311805dddb7c56fbfbd9a6b1e8d9e8
  • Loading branch information
Olivia Zhang authored and facebook-github-bot committed Mar 27, 2024
1 parent 13df726 commit 2a0a770
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 @@ -83,6 +83,7 @@ pub enum ContinuousRunMode {
Aarch64,
#[default]
Dev,
DevEarlyAdoptor,
Opt,
OptHourly,
OptEarlyAdoptor,
Expand Down

0 comments on commit 2a0a770

Please sign in to comment.