Skip to content

Commit 948694a

Browse files
authored
bug 1907211: add a single translations GPU worker in europe as a trial r?#releng-reviewers (#15)
Let's see how these perform, and the actual costs we pay for them vs. North America ones.
1 parent ddea28d commit 948694a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

environments.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ firefoxci:
126126
us-west1: [us-west1-a, us-west1-b]
127127
us-east1: [us-east1-c]
128128
northamerica-northeast1: [northamerica-northeast1-a, northamerica-northeast1-b, northamerica-northeast1-c]
129+
europe-west4: [europe-west4-a, europe-west4-b, europe-west4-c]
129130
invalid-instances:
130131
- zones: [us-central1-c]
131132
families: [t2a]
@@ -262,6 +263,7 @@ staging:
262263
us-west1: [us-west1-a, us-west1-b]
263264
us-east1: [us-east1-c]
264265
northamerica-northeast1: [northamerica-northeast1-a, northamerica-northeast1-b, northamerica-northeast1-c]
266+
europe-west4: [europe-west4-a, europe-west4-b, europe-west4-c]
265267
cron:
266268
gecko:
267269
hooks_owner: [email protected]

worker-pools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,9 +1584,9 @@ pools:
15841584
maxTaskRunTime: 2592000
15851585
enableInteractive: true
15861586
minCapacity: 0
1587-
maxCapacity: 96
1587+
maxCapacity: 97
15881588
implementation: generic-worker/worker-runner-linux
1589-
regions: [us-central1, us-west1, us-east1]
1589+
regions: [us-central1, us-west1, us-east1, europe-west4]
15901590
image: monopacker-translations-worker
15911591
instance_types:
15921592
- minCpuPlatform: Intel Skylake

0 commit comments

Comments
 (0)