From 17ad198eabd83fa24299afdb7f920f8967e512d4 Mon Sep 17 00:00:00 2001 From: "Ben Hearsum (he/him)" Date: Wed, 12 Feb 2025 12:56:30 -0500 Subject: [PATCH] bug 1942364: switch to autograph gcp production for signing (#10198) And while I'm in here, remove the `linux` entries that are long unused. This needs to wait for https://github.com/mozilla-releng/scriptworker-scripts/pull/1123 to be deployed before it can. --- taskcluster/kinds/repackage-signing/kind.yml | 2 +- taskcluster/kinds/signing/kind.yml | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/taskcluster/kinds/repackage-signing/kind.yml b/taskcluster/kinds/repackage-signing/kind.yml index 2895885052..7bd0a8b365 100644 --- a/taskcluster/kinds/repackage-signing/kind.yml +++ b/taskcluster/kinds/repackage-signing/kind.yml @@ -29,7 +29,7 @@ tasks: add-index-routes: name: windows type: build - signing-format: autograph_authenticode_202404 + signing-format: gcp_prod_autograph_authenticode_202412 treeherder: job-symbol: Bs kind: build diff --git a/taskcluster/kinds/signing/kind.yml b/taskcluster/kinds/signing/kind.yml index ce597b1715..179b9bb0a9 100644 --- a/taskcluster/kinds/signing/kind.yml +++ b/taskcluster/kinds/signing/kind.yml @@ -26,7 +26,6 @@ tasks: - android-x86/release - android-arm64/release - android-armv7/release - # - linux/opt - macos/opt - windows/opt - addons/opt @@ -37,11 +36,10 @@ tasks: default: build signing-format: by-build-type: - android.*: autograph_apk - linux.*: autograph_debsign + android.*: gcp_prod_autograph_apk macos.*: macapp - windows/opt: autograph_authenticode_202404 - addons/opt: autograph_rsa + windows/opt: gcp_prod_autograph_authenticode_202404 + addons/opt: gcp_prod_autograph_rsa treeherder: job-symbol: by-build-type: