Skip to content

Commit

Permalink
switch application-services to autograph gcp production
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Jan 14, 2025
1 parent 645d266 commit 23de0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion taskcluster/app_services_taskgraph/transforms/signing.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def build_upstream_artifacts(config, tasks):
"paths": publications_to_artifact_paths(
version, module_info["publications"]
),
"formats": ["autograph_gpg"],
"formats": ["gcp_prod_autograph_gpg"],
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ workers:
worker-type:
by-level:
"3": app-services-3-signing
default: app-services-t-signing
default: app-services-t-signing-dev
beetmover:
provisioner: scriptworker-k8s
implementation: scriptworker-beetmover
Expand Down

0 comments on commit 23de0da

Please sign in to comment.