commit f6d9d8511823d8cdf47bc2a337fd57a882695816
parent b755d91bc56c7fff6d9788ab831c4c294c54e894
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Date: Wed, 15 Oct 2025 15:13:08 +0000
Bug 1994446 - Add push-bundle back to the Android nightly graphs. r=releng-reviewers,taskgraph-reviewers,jcristau DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D268714
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/taskcluster/gecko_taskgraph/target_tasks.py b/taskcluster/gecko_taskgraph/target_tasks.py
@@ -1641,10 +1641,6 @@ def target_tasks_snap_upstream_tasks(full_task_graph, parameters, graph_config):
@register_target_task("nightly-android")
def target_tasks_nightly_android(full_task_graph, parameters, graph_config):
def filter(task, parameters):
- # bug 1899553: don't automatically schedule uploads to google play
- if task.kind == "push-bundle":
- return False
-
# geckoview
if task.attributes.get("shipping_product") == "fennec" and task.kind in (
"beetmover-geckoview",