author | Aki Sasaki <asasaki@mozilla.com> |
Thu, 02 Mar 2017 18:13:18 -0800 | |
changeset 345909 | 6bd0aa101e17792acc0c5094d195a48d4fc20a37 |
parent 345908 | 6dfad3d738fed02f68223568f8ceb43df5a4e575 |
child 345911 | 9a117f52a1371a223ff79a1f67a4b8cf08f9b69b |
child 346007 | bcda4b323e9fa1e3a2f6b0fc3ed3ca4ec09117c1 |
push id | 38337 |
push user | kwierso@gmail.com |
push date | Sat, 04 Mar 2017 01:30:14 +0000 |
treeherder | autoland@b691557cb7a3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | rail, release |
bugs | 1337824 |
milestone | 54.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/taskcluster/taskgraph/target_tasks.py +++ b/taskcluster/taskgraph/target_tasks.py @@ -207,17 +207,17 @@ def target_tasks_mozilla_beta(full_task_ of builds and signing, but does not include beetmover or balrog jobs.""" def filter(task): platform = task.attributes.get('build_platform') if platform in ('android-api-15', 'android-x86'): return True if platform in ('linux64-nightly', 'linux-nightly'): if task.kind not in [ 'balrog', 'beetmover', 'beetmover-checksums', 'beetmover-l10n', - 'checksums-signing', + 'checksums-signing', 'nightly-l10n', 'nightly-l10n-signing' ]: return task.attributes.get('nightly', False) return [l for l, t in full_task_graph.tasks.iteritems() if filter(t)] @_target_task('mozilla_release_tasks') def target_tasks_mozilla_release(full_task_graph, parameters): """Select the set of tasks required for a promotable beta or release build