Bug 1845106 - Follow-up: Fix linting errors. r=mkmelin

Differential Revision: https://phabricator.services.mozilla.com/D185436

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Rob Lemley 2023-08-07 09:52:39 +00:00
Родитель 84eb20d3ac
Коммит 5554ecf41a
2 изменённых файлов: 11 добавлений и 8 удалений

Просмотреть файл

@ -29,4 +29,3 @@ jobs:
partials:
from-deps: {}
shipping-phase: promote

Просмотреть файл

@ -18,14 +18,15 @@ from voluptuous import Any, Optional, Required
from gecko_taskgraph.transforms.task import task_description_schema
from gecko_taskgraph.util.attributes import (
copy_attributes_from_dependent_job,
release_level,
)
from mozbuild.action.langpack_manifest import get_version_maybe_buildid
transforms = TransformSequence()
PUSH_LANGPACK_SCOPE = "secrets:get:project/comm/thunderbird/releng/build/level-{level}/atn_langpack"
PUSH_LANGPACK_SCOPE = (
"secrets:get:project/comm/thunderbird/releng/build/level-{level}/atn_langpack"
)
langpack_push_description_schema = Schema(
{
@ -77,11 +78,14 @@ def make_task_description(config, jobs):
)
job["worker-type"] = "b-linux-gcp"
job["worker"].update({"os": "linux",
"implementation": "docker-worker",
"docker-image": {"in-tree": "tb-atn"},
"max-run-time": 1800,
})
job["worker"].update(
{
"os": "linux",
"implementation": "docker-worker",
"docker-image": {"in-tree": "tb-atn"},
"max-run-time": 1800,
}
)
treeherder = inherit_treeherder_from_dep(job, dep_job)
treeherder.setdefault(