Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 17e01bc

Browse files
authored
Move ci task to europe-west6 (elastic#5885)
1 parent 2d0f7fe commit 17e01bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/deployer/config/plans.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plans:
1010
# use kustomize in GKE to remove the NVMe provisioning already taken care of by the platform
1111
diskSetup: kubectl apply -k hack/deployer/config/local-disks
1212
gke:
13-
region: europe-west2
13+
region: europe-west6
1414
localSsdCount: 1
1515
nodeCountPerZone: 1
1616
gcpScopes: https://www.googleapis.com/auth/devstorage.read_only,https://www.googleapis.com/auth/logging.write,https://www.googleapis.com/auth/monitoring,https://www.googleapis.com/auth/servicecontrol,https://www.googleapis.com/auth/service.management.readonly,https://www.googleapis.com/auth/trace.append
@@ -73,7 +73,7 @@ plans:
7373
machineType: n1-standard-8
7474
serviceAccount: true
7575
ocp:
76-
region: europe-west2
76+
region: europe-west6
7777
nodeCount: 3
7878
- id: ocp-dev
7979
operation: create

0 commit comments

Comments
 (0)