Skip to content

Commit

Permalink
Bug 1899553: switch nightly-all scheduling back to 2x day r=releng-re…
Browse files Browse the repository at this point in the history
…viewers,jcristau

Differential Revision: https://phabricator.services.mozilla.com/D212034
  • Loading branch information
bhearsum committed May 29, 2024
1 parent 1b25556 commit f1f210a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
- mozilla-central
when:
by-project:
mozilla-central: [{hour: 22, minute: 0}]
# No default
mozilla-central:
- {hour: 10, minute: 0}
- {hour: 22, minute: 0}

- name: nightly-desktop
job:
Expand All @@ -40,7 +42,7 @@ jobs:
include-push-tasks: true
run-on-projects:
- mozilla-central
when: [{hour: 10, minute: 0}]
when: [] # never (hook only)

- name: nightly-desktop-linux
job:
Expand Down

0 comments on commit f1f210a

Please sign in to comment.