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:
Julien Cristau
2025-05-21 15:14:55 +00:00
committed by jcristau@mozilla.com
parent 6a94aecd40
commit aa16607cef

View File

@@ -122,7 +122,10 @@ def generate_specifications_of_artifacts_to_sign(
"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": [