Bug 1605275 - point mar-signing-autograph-stage back at depsigning r=tomprince

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Aki Sasaki 2020-02-25 21:48:43 +00:00
parent eb9350894f
commit 80c7bc5ac2
2 changed files with 2 additions and 1 deletions

View File

@ -27,3 +27,4 @@ job-template:
nightly: false
attributes:
retrigger: true
worker-type: linux-depsigning

View File

@ -140,7 +140,7 @@ def make_task_description(config, jobs):
'label': label,
'description': "{} {}".format(
dep_job.task["metadata"]["description"], job['description-suffix']),
'worker-type': 'linux-signing',
'worker-type': job.get('worker-type', 'linux-signing'),
'worker': {'implementation': 'scriptworker-signing',
'upstream-artifacts': upstream_artifacts,
'max-run-time': 3600},