mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
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:
parent
eb9350894f
commit
80c7bc5ac2
@ -27,3 +27,4 @@ job-template:
|
||||
nightly: false
|
||||
attributes:
|
||||
retrigger: true
|
||||
worker-type: linux-depsigning
|
||||
|
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user