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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user