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

Bug 1927890 - Hardcode beetmover-apt-promote task to level 1 worker #9998

Merged
merged 1 commit into from
Oct 29, 2024
Merged
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
8 changes: 8 additions & 0 deletions taskcluster/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ workers:
implementation: beetmover-import-from-gcs-to-artifact-registry
os: scriptworker
worker-type: 'mozillavpn-{level}-beetmover'
# For now the `beetmover-apt-promote` task is importing to the staging
# apt repository. To do this it needs to run on a level 1 worker,
# despite running in an L3 release graph. See bug 1927890.
beetmover-apt-stage:
provisioner: scriptworker-k8s
implementation: beetmover-import-from-gcs-to-artifact-registry
os: scriptworker
worker-type: 'mozillavpn-1-beetmover'
shipit:
provisioner: scriptworker-k8s
implementation: scriptworker-shipit
Expand Down
3 changes: 2 additions & 1 deletion taskcluster/kinds/beetmover-apt/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ task-defaults:
build-type:
- linux64/release-deb
set-name: null
worker-type: beetmover-apt
worker:
product: vpn
max-run-time: 1800

tasks:
promote-linux64-deb:
worker-type: beetmover-apt-stage
attributes:
shipping-phase: promote-client

ship-linux64-deb:
worker-type: beetmover-apt
attributes:
shipping-phase: ship-client
Loading