Skip to content

Commit

Permalink
Run for post commit
Browse files Browse the repository at this point in the history
Summary:
We want to migrate the android TD runs in postcommit which are schedule type master actually. But they pick up on jobs with run_on_post_commit set to True.

See:
https://www.internalfb.com/sandcastle/workflow/1184446702001613812

https://www.internalfb.com/sandcastle/workflow/54043195543925018

There isnt a specific logic for master/postcommit schedule type. The existing one for aloha just runs everything using the build directive.

TODO: In the next diff i ll create the call for post commit in the fbandroid-post-commit job

Reviewed By: jiawei-lyu

Differential Revision: D58430298

fbshipit-source-id: 03233d7aa53b6b897501b0d49033e4b3dcc87794
  • Loading branch information
Abishek Sethuraman authored and facebook-github-bot committed Jun 12, 2024
1 parent 14dc601 commit 241406d
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 @@ -51,6 +51,7 @@ pub enum ScheduleType {
Testwarden,
Greenwarden,
Disabled,
Master,
}

impl ScheduleType {
Expand Down

0 comments on commit 241406d

Please sign in to comment.