Skip to content

Commit

Permalink
Bug 1458700: [taskgraph] Use beta target tasks on comm-beta/comm-esr6…
Browse files Browse the repository at this point in the history
…0; r=dustin

Differential Revision: https://phabricator.services.mozilla.com/D1469
  • Loading branch information
tomprince committed May 31, 2018
1 parent 5051175 commit 3e56699
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions taskcluster/taskgraph/decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@
'include_nightly': True,
},

'comm-beta': {
'target_tasks_method': 'mozilla_beta_tasks',
'optimize_target_tasks': True,
'include_nightly': True,
},

'comm-esr60': {
'target_tasks_method': 'mozilla_beta_tasks',
'optimize_target_tasks': True,
'include_nightly': True,
},

'pine': {
'target_tasks_method': 'pine_tasks',
'optimize_target_tasks': True,
Expand Down

0 comments on commit 3e56699

Please sign in to comment.