Bug 1967726 - don't try to sign nonexistent langpack for artifact builds r=taskgraph-reviewers,bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D250433
This commit is contained in:
committed by
jcristau@mozilla.com
parent
6a94aecd40
commit
aa16607cef
@@ -122,7 +122,10 @@ def generate_specifications_of_artifacts_to_sign(
|
|||||||
"formats": ["gcp_prod_autograph_gpg", "gcp_prod_autograph_widevine"],
|
"formats": ["gcp_prod_autograph_gpg", "gcp_prod_autograph_widevine"],
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
if build_platform in LANGPACK_SIGN_PLATFORMS:
|
dep_job = config.kind_dependencies_tasks[job["dependencies"][dep_kind]]
|
||||||
|
if build_platform in LANGPACK_SIGN_PLATFORMS and not dep_job.attributes.get(
|
||||||
|
"artifact-build"
|
||||||
|
):
|
||||||
artifacts_specifications += [
|
artifacts_specifications += [
|
||||||
{
|
{
|
||||||
"artifacts": [
|
"artifacts": [
|
||||||
|
|||||||
Reference in New Issue
Block a user