Skip to content

Commit

Permalink
bug 1942364: switch to autograph gcp production for signing
Browse files Browse the repository at this point in the history
This needs to wait for mozilla-releng/scriptworker-scripts#1123 to be deployed before it can.
  • Loading branch information
bhearsum authored and badboy committed Jan 29, 2025
1 parent 346d3ad commit aee6ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskcluster/glean_taskgraph/transforms/signing.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def build_upstream_artifacts(config, tasks):
"taskId": {"task-reference": f"<{dep.kind}>"},
"taskType": "build",
"paths": publications_to_artifact_paths(name, version, module_info["publications"]),
"formats": ["autograph_gpg"],
"formats": ["gcp_prod_autograph_gpg"],
}]}

task.setdefault("worker", {})
Expand Down

0 comments on commit aee6ef0

Please sign in to comment.