Skip to content
Snippets Groups Projects
Commit ee842524 authored by Julien Cristau's avatar Julien Cristau
Browse files

Bug 1887009 - reduce android nightly frequency to once every 24 hours. r=dmeehan DONTBUILD

Review times on google play appear to be longer than normal at the moment.

Differential Revision: https://phabricator.services.mozilla.com/D205445
parent 236729d2
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ jobs:
- mozilla-central
when:
by-project:
mozilla-central: [{hour: 10, minute: 0}, {hour: 22, minute: 0}]
mozilla-central: [{hour: 22, minute: 0}]
# No default
- name: nightly-desktop
......@@ -40,7 +40,8 @@ jobs:
include-push-tasks: true
run-on-projects:
- mozilla-central
when: [] # never (hook only)
when:
- [{hour: 10, minute: 0}]
- name: nightly-desktop-linux
job:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment