-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy path.cron.yml
More file actions
23 lines (23 loc) · 845 Bytes
/
.cron.yml
File metadata and controls
23 lines (23 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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}
run-on-projects: [translations]
- name: update-db
job:
type: decision-task
# we don't use treeherder...but this is a required field
treeherder-symbol: pipeline
target-tasks-method: update-db-target-tasks
when:
- {hour: 0, minute: 0}
run-on-projects: [translations]