Bug 1889571 - Set Updatebot soft_timeout and increase max-run-time r=tjr

Differential Revision: https://phabricator.services.mozilla.com/D206592
This commit is contained in:
Malte Juergens 2024-04-04 12:31:46 +00:00
parent d48f527b62
commit 18f2799f55
2 changed files with 3 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
worker-type: b-linux-gcp
worker:
docker-image: {in-tree: updatebot}
max-run-time: 3600
max-run-time: 4500
taskcluster-proxy: true
scopes:
- secrets:get:project/updatebot/{level}/try-sshkey
@ -60,7 +60,7 @@ jobs:
tier: 1
worker-type: b-win2022
worker:
max-run-time: 3600
max-run-time: 4500
taskcluster-proxy: true
# begin _GENERATE_DEPOT_TOOLS_BINARIES_
# artifacts:

View file

@ -192,6 +192,7 @@ localconfig = {
"General": {
"env": OPERATING_MODE,
"gecko-path": GECKO_DEV_PATH,
"soft_timeout": 3600,
},
"Logging": {
"local": True,