Skip to content

Commit

Permalink
switch to autograph gcp production
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 land.
  • Loading branch information
bhearsum committed Jan 17, 2025
1 parent f3f2b96 commit a274f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion taskcluster/rb_taskgraph/transforms/signing_apks.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def build_signing_task(config, tasks):
"taskId": {"task-reference": "<build>"},
"taskType": "build",
"paths": list(dep.attributes["apks"].values()),
"formats": ["autograph_apk"],
"formats": ["gcp_prod_autograph_apk"],
}
]
del task["primary-dependency"]
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/rb_taskgraph/transforms/signing_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def build_signing_task(config, tasks):
"taskId": {"task-reference": "<build-bundle>"},
"taskType": "build",
"paths": [dep.attributes["aab"]],
"formats": ["autograph_aab"],
"formats": ["gcp_prod_autograph_aab"],
}]
del task["primary-dependency"]
yield task

0 comments on commit a274f7e

Please sign in to comment.