Skip to content

Commit

Permalink
Add times label
Browse files Browse the repository at this point in the history
Summary:
ASIC targets will optionally have a time and day they run on continuous.
This change allows verifiable matcher to parse those labels and keep them for verse to filter on later.

Differential Revision: D59980050

fbshipit-source-id: 86b93541cb499138084a59031f908b7c3a733983
  • Loading branch information
Aaron Ho authored and facebook-github-bot committed Jul 25, 2024
1 parent 22a0474 commit ad417fe
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 @@ -117,6 +117,7 @@ pub enum ContinuousRunMode {
#[serde(rename = "aarch64")]
Aarch64,
#[default]
AsicHourly,
Dev,
Opt,
OptHourly,
Expand Down

0 comments on commit ad417fe

Please sign in to comment.