Skip to content

Commit

Permalink
use autograph gcp stage for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Nov 18, 2024
1 parent b9bc5f4 commit a3501bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
7 changes: 2 additions & 5 deletions taskcluster/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,12 @@ workers:
provisioner: scriptworker-k8s
implementation: scriptworker-signing
os: scriptworker
worker-type: mozillavpn-t-signing
worker-type: mozillavpn-t-signing-dev
signing:
provisioner: scriptworker-k8s
implementation: scriptworker-signing
os: scriptworker
worker-type:
by-level:
"3": mozillavpn-3-signing
default: mozillavpn-t-signing
worker-type: mozillavpn-t-signing-dev
macos-dep-signing:
provisioner: scriptworker-prov-v1
implementation: scriptworker-signing
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/kinds/repackage-signing/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tasks:
add-index-routes:
name: windows
type: build
signing-format: autograph_authenticode_202404
signing-format: stage_autograph_authenticode_202404
treeherder:
job-symbol: Bs
kind: build
Expand Down
8 changes: 4 additions & 4 deletions taskcluster/kinds/signing/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ tasks:
default: build
signing-format:
by-build-type:
android.*: autograph_apk
linux.*: autograph_debsign
android.*: stage_autograph_apk
linux.*: stage_autograph_debsign
macos.*: macapp
windows/opt: autograph_authenticode_202404
addons/opt: autograph_rsa
windows/opt: stage_autograph_authenticode_202404
addons/opt: stage_autograph_rsa
treeherder:
job-symbol:
by-build-type:
Expand Down

0 comments on commit a3501bc

Please sign in to comment.