Skip to content

Commit 80f0b3b

Browse files
Hotfix: Update the region and zone(s) to overcome Lustre instance creation issue (#5290)
1 parent c8fa496 commit 80f0b3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/cloud-build/daily-tests/tests/hpc-enterprise-slurm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ deployment_name: "enter-{{ build }}"
1818
# Manually adding the slurm_cluster_name for use in node names, which filters
1919
# non-alphanumeric chars and is capped at 10 chars.
2020
slurm_cluster_name: "enter{{ build[0:5] }}"
21-
zone: europe-west4-c
21+
zone: us-central1-a
2222
cli_deployment_vars:
2323
network_name: "{{ network }}"
24-
region: europe-west4
24+
region: us-central1
2525
zone: "{{ zone }}"
26-
gpu_zones: "[europe-west4-a,europe-west4-b,europe-west4-c]"
26+
gpu_zones: "[us-central1-a, us-central1-b, us-central1-c, us-central1-f]"
2727
lustre_instance_id: "lustre-instance-{{build}}"
2828
workspace: /workspace
2929
blueprint_yaml: "{{ workspace }}/examples/hpc-enterprise-slurm.yaml"

0 commit comments

Comments
 (0)