Skip to content

Commit

Permalink
Bug 1812986 - Remove unused gecko pushapk workers (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo authored Jan 30, 2023
1 parent b04df24 commit 2d83373
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
14 changes: 0 additions & 14 deletions configs/relengworker-nonprod/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,20 +97,6 @@ worker_types:
capacity_ratio: 1.0
min_replicas: 0

- worker_type: gecko-1-pushapk-dev
provisioner: scriptworker-k8s
root_url: "https://firefox-ci-tc.services.mozilla.com"
deployment_namespace: dev-pushapk
deployment_name: pushapk-dev-relengworker-firefoxci-gecko-1-1
autoscale:
algorithm: slo
args:
max_replicas: 1
avg_task_duration: 60
slo_seconds: 120
capacity_ratio: 1.0
min_replicas: 0

- worker_type: gecko-1-pushflatpak-dev
provisioner: scriptworker-k8s
root_url: "https://firefox-ci-tc.services.mozilla.com"
Expand Down
28 changes: 0 additions & 28 deletions configs/relengworker-prod/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,34 +365,6 @@ worker_types:
capacity_ratio: 1.0
min_replicas: 0

- worker_type: gecko-1-pushapk
provisioner: scriptworker-k8s
root_url: "https://firefox-ci-tc.services.mozilla.com"
deployment_namespace: prod-pushapk
deployment_name: pushapk-prod-relengworker-firefoxci-gecko-1-1
autoscale:
algorithm: slo
args:
max_replicas: 1
avg_task_duration: 60
slo_seconds: 120
capacity_ratio: 1.0
min_replicas: 0

- worker_type: gecko-3-pushapk
provisioner: scriptworker-k8s
root_url: "https://firefox-ci-tc.services.mozilla.com"
deployment_namespace: prod-pushapk
deployment_name: pushapk-prod-relengworker-firefoxci-gecko-3-1
autoscale:
algorithm: slo
args:
max_replicas: 1
avg_task_duration: 60
slo_seconds: 120
capacity_ratio: 1.0
min_replicas: 0

- worker_type: mobile-1-pushapk
provisioner: scriptworker-k8s
root_url: "https://firefox-ci-tc.services.mozilla.com"
Expand Down

0 comments on commit 2d83373

Please sign in to comment.