Skip to content

Commit

Permalink
Bug 1466552 Automated file updates for beta/release r=RyanVM
Browse files Browse the repository at this point in the history
Enable blocklist.xml (and remote-settings, per bug 1451040) for release, and all updates for beta.

Differential Revision: https://phabricator.services.mozilla.com/D1529
Simon Fraser committed Jun 4, 2018
1 parent adf8e47 commit 3539c7c
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cron.yml
Original file line number Diff line number Diff line change
@@ -118,6 +118,9 @@ jobs:
mozilla-esr60:
- {weekday: 'Monday', hour: 10, minute: 0}
- {weekday: 'Thursday', hour: 10, minute: 0}
mozilla-release:
- {weekday: 'Monday', hour: 10, minute: 0}
- {weekday: 'Thursday', hour: 10, minute: 0}
mozilla-beta:
- {weekday: 'Monday', hour: 10, minute: 0}
- {weekday: 'Thursday', hour: 10, minute: 0}
4 changes: 4 additions & 0 deletions taskcluster/ci/repo-update/kind.yml
Original file line number Diff line number Diff line change
@@ -16,23 +16,27 @@ job-defaults:
by-project:
mozilla-central: "1"
mozilla-esr60: "1"
mozilla-beta: "1"
default: ""
DO_HPKP:
by-project:
mozilla-central: "1"
mozilla-esr60: "1"
mozilla-beta: "1"
default: ""
DO_BLOCKLIST:
by-project:
mozilla-central: "1"
mozilla-esr60: "1"
mozilla-beta: "1"
mozilla-release: "1"
default: ""
DO_REMOTE_SETTINGS:
by-project:
mozilla-central: "1"
mozilla-esr60: "1"
mozilla-beta: "1"
mozilla-release: "1"
default: ""
USE_MOZILLA_CENTRAL:
by-project:

0 comments on commit 3539c7c

Please sign in to comment.