☠☠ backed out by 3363cb492aa1 ☠ ☠ | |
author | Simon Fraser <sfraser@mozilla.com> |
Tue, 06 Mar 2018 15:09:48 +0000 | |
changeset 461794 | b3b9609544ec30fffe6efa6100db7fd4806b23bb |
parent 461793 | 23b9459e1db5a9a2096b37ae706b3a023b435505 |
child 461795 | 370c9dbdd5729e944b277706fa73785a8fd6fef0 |
push id | 1683 |
push user | sfraser@mozilla.com |
push date | Thu, 26 Apr 2018 16:43:40 +0000 |
treeherder | mozilla-release@5af6cb21869d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | callek |
bugs | 1436369 |
milestone | 60.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
|
taskcluster/ci/repo-update-bb/kind.yml | file | annotate | diff | comparison | revisions | |
taskcluster/ci/repo-update/kind.yml | file | annotate | diff | comparison | revisions | |
taskcluster/taskgraph/target_tasks.py | file | annotate | diff | comparison | revisions |
--- a/taskcluster/taskgraph/target_tasks.py +++ b/taskcluster/taskgraph/target_tasks.py @@ -616,10 +616,10 @@ def target_tasks_searchfox(full_task_gra @_target_task('file_update') def target_tasks_file_update(full_task_graph, parameters, graph_config): """Select the set of tasks required to perform nightly in-tree file updates """ def filter(task): # For now any task in the repo-update kind is ok - return task.kind in ['repo-update'] + return task.kind in ['repo-update-bb'] return [l for l, t in full_task_graph.tasks.iteritems() if filter(t)]