forked from mozilla/translations
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add cron task that runs the minimal training pipeline nightly
- Loading branch information
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
jobs: | ||
# Run the minimal pipeline once a day to support integration testing before | ||
# worker image changes are made (see https://bugzilla.mozilla.org/show_bug.cgi?id=1937882). | ||
# These runs will pick up cached tasks, so most of the time this will simply | ||
# end up running `all-pipeline`. | ||
- name: run-pipeline | ||
job: | ||
type: decision-task | ||
# we don't use treeherder...but this is a required field | ||
treeherder-symbol: pipeline | ||
target-tasks-method: train-target-tasks | ||
when: | ||
- {hour: 0, minute: 0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters