зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1795042 - Migrate 'partials' tasks from AWS -> GCP, r=MasterWayZ,releng-reviewers,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D160400
This commit is contained in:
Родитель
be8f39421b
Коммит
33f4dacbff
|
@ -134,7 +134,7 @@ def make_task_description(config, jobs):
|
|||
"implementation": "docker-worker",
|
||||
"docker-image": {"in-tree": "funsize-update-generator"},
|
||||
"os": "linux",
|
||||
"max-run-time": 3600 if "asan" in dep_job.label else 900,
|
||||
"max-run-time": 3600 if "asan" in dep_job.label else 1800,
|
||||
"chain-of-trust": True,
|
||||
"taskcluster-proxy": True,
|
||||
"env": {
|
||||
|
@ -151,7 +151,7 @@ def make_task_description(config, jobs):
|
|||
task = {
|
||||
"label": label,
|
||||
"description": f"{dep_job.description} Partials",
|
||||
"worker-type": "b-linux",
|
||||
"worker-type": "b-linux-gcp",
|
||||
"dependencies": dependencies,
|
||||
"scopes": [],
|
||||
"attributes": attributes,
|
||||
|
|
Загрузка…
Ссылка в новой задаче