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
This commit is contained in:
Tom Prince
2018-04-05 15:48:24 -06:00
parent 52b1d0ebfc
commit d8790c35b5

View File

@@ -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 = {