From 5c0397226f662243f1f744e8777740c718a46fd3 Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Thu, 5 Apr 2018 15:48:24 -0600 Subject: [PATCH] Bug 1451968: Add comm-central bracnhes to taskgraph project aliases; r=dustin a=reland There are several project aliases for taskgraph's `run_on_projects`. Add the appropriate `comm-*` branches to those aliases. Differential Revision: https://phabricator.services.mozilla.com/D863 --HG-- extra : source : 918004b0cc5d69f7fb05b1fcbb0adb06f6966bf0 extra : amend_source : 34414fd9ced8b73306836397e3acee26c68bb968 --- taskcluster/taskgraph/util/attributes.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/taskcluster/taskgraph/util/attributes.py b/taskcluster/taskgraph/util/attributes.py index dc986322d520..43d00440b779 100644 --- a/taskcluster/taskgraph/util/attributes.py +++ b/taskcluster/taskgraph/util/attributes.py @@ -12,12 +12,14 @@ INTEGRATION_PROJECTS = { 'autoland', } -TRUNK_PROJECTS = INTEGRATION_PROJECTS | {'mozilla-central', } +TRUNK_PROJECTS = INTEGRATION_PROJECTS | {'mozilla-central', 'comm-central'} RELEASE_PROJECTS = { 'mozilla-central', 'mozilla-beta', 'mozilla-release', + 'comm-central', + 'comm-beta', } RELEASE_PROMOTION_PROJECTS = {