Skip to content

Commit

Permalink
Auto-scale comm-3-signing (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Tabara authored and Rail Aliiev committed Nov 12, 2019
1 parent 721b13b commit 1e6d460
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions configs/relengworker-prod/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,17 @@ worker_types:
sla_seconds: 120
capacity_ratio: 1.0
min_replicas: 1

- worker_type: comm-3-signing
provisioner: scriptworker-k8s
root_url: "https://firefox-ci-tc.services.mozilla.com"
deployment_namespace: prod-signing
deployment_name: signing-prod-relengworker-firefoxci-comm-3-1
autoscale:
algorithm: sla
args:
max_replicas: 20
avg_task_duration: 60
sla_seconds: 120
capacity_ratio: 1.0
min_replicas: 1

0 comments on commit 1e6d460

Please sign in to comment.