Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE: Testing dev signing #152

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions signing-manifests/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ mac-behavior: mac_notarize_vpn
fetch:
type: static-url
url: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SJ_obIW2TnKWYpUjpWCSHA/runs/0/artifacts/public%2Fbuild%2FMozillaVPN.tar.gz

4 changes: 2 additions & 2 deletions taskcluster/ci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ workers:
provisioner: scriptworker-k8s
implementation: scriptworker-signing
os: scriptworker
worker-type: adhoc-t-signing
worker-type: adhoc-t-signing-dev
signing:
provisioner: scriptworker-k8s
implementation: scriptworker-signing
os: scriptworker
worker-type:
by-level:
"3": adhoc-3-signing
default: adhoc-t-signing
default: adhoc-t-signing-dev
mac-signing:
provisioner: scriptworker-prov-v1
implementation: scriptworker-mac-signing
Expand Down