Skip to content

Commit

Permalink
feat: add cron task that runs the minimal training pipeline nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Dec 27, 2024
1 parent 7d45b3a commit da1dd41
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .cron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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: trigger-action
action-name: train
include-cron-input: true
when:
- {hour: 0, minute: 0}

0 comments on commit da1dd41

Please sign in to comment.