зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1814418 - don't include android/geckoview builds in esr staging releases. r=releng-reviewers,gbrown DONTBUILD
Instead of excluding android builds based on the `project` parameter, use `release_type`, which is properly set to e.g. `esr102` by `mach try release`. Differential Revision: https://phabricator.services.mozilla.com/D168563
This commit is contained in:
Родитель
11cf68787b
Коммит
eae629b3f5
|
@ -564,7 +564,7 @@ def target_tasks_promote_desktop(full_task_graph, parameters, graph_config):
|
|||
|
||||
def filter(task):
|
||||
# Bug 1758507 - geckoview ships in the promote phase
|
||||
if "mozilla-esr" not in parameters["project"] and is_geckoview(
|
||||
if not parameters["release_type"].startswith("esr") and is_geckoview(
|
||||
task, parameters
|
||||
):
|
||||
return True
|
||||
|
|
Загрузка…
Ссылка в новой задаче