Skip to content

Commit

Permalink
Bug 1817732 - Do not run any cron-based graphs anymore (mozilla-mobil…
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed Feb 20, 2023
1 parent 65949d1 commit 9f12e38
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
type: decision-task
treeherder-symbol: Nt
target-tasks-method: nightly-test
when:
- {hour: 5, minute: 0}
when: []
- name: fennec-production
job:
type: decision-task
Expand All @@ -28,14 +27,10 @@ jobs:
type: decision-task
treeherder-symbol: screenshots-D
target-tasks-method: screenshots
when: [{weekday: 'Monday', hour: 10, minute: 0}]
when: []
- name: legacy-api-ui-tests
job:
type: decision-task
treeherder-symbol: legacy-api-ui
target-tasks-method: legacy_api_ui_tests
when:
- {hour: 9, minute: 0}
- {hour: 12, minute: 0}
- {hour: 18, minute: 0}
- {hour: 22, minute: 0}
when: []

0 comments on commit 9f12e38

Please sign in to comment.