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 committed Jan 17, 2025
1 parent ed4edbf commit 50b6956
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 50b6956

Please sign in to comment.