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:
Andrew Halberstadt 2022-10-27 15:48:42 +00:00
Родитель be8f39421b
Коммит 33f4dacbff
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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,