Bug 1502070 - Add comm-central parameters to decision.py. r=aki
Bug 1497575 added an entry in PER_PROJECT_PARAMETERS for mozilla-central,
this is the corresponding entry for comm-central.
Differential Revision:
https://phabricator.services.mozilla.com/D9814
--- a/taskcluster/taskgraph/decision.py
+++ b/taskcluster/taskgraph/decision.py
@@ -71,16 +71,22 @@ PER_PROJECT_PARAMETERS = {
},
'mozilla-esr60': {
'target_tasks_method': 'mozilla_esr60_tasks',
'optimize_target_tasks': True,
'release_type': 'esr60',
},
+ 'comm-central': {
+ 'target_tasks_method': 'default',
+ 'optimize_target_tasks': True,
+ 'release_type': 'nightly',
+ },
+
'comm-beta': {
'target_tasks_method': 'mozilla_beta_tasks',
'optimize_target_tasks': True,
'release_type': 'beta',
},
'comm-esr60': {
'target_tasks_method': 'mozilla_esr60_tasks',