Skip to content

Commit

Permalink
Move SlurmV5 test affected by stockouts to us-west4-c
Browse files Browse the repository at this point in the history
  • Loading branch information
mr0re1 committed Apr 6, 2023
1 parent 88c5c2c commit 8364463
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions community/examples/slurm-gcp-v5-hpc-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ blueprint_name: slurm-gcp-v5-hpc-centos7
vars:
project_id: ## Set GCP Project ID Here ##
deployment_name: slurm-gcp-v5
region: us-central1
zone: us-central1-c
region: us-west4
zone: us-west4-c

# Documentation for each of the modules used below can be found at
# https://github.com/GoogleCloudPlatform/hpc-toolkit/blob/main/modules/README.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deployment_name: "cent-v5-{{ build }}"
# Manually adding the slurm_cluster_name for use in node names, which filters
# non-alphanumeric chars and is capped at 10 chars.
slurm_cluster_name: "centv5{{ build[0:4] }}"
zone: us-central1-c
zone: us-west4-c
workspace: /workspace
blueprint_yaml: "{{ workspace }}/community/examples/slurm-gcp-v5-hpc-centos7.yaml"
network: "{{ deployment_name }}-net"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deployment_name: "ss-v5-{{ build }}"
# Manually adding the slurm_cluster_name for use in node names, which filters
# non-alphanumeric chars and is capped at 10 chars.
slurm_cluster_name: "ssv5{{ build[0:6] }}"
zone: us-central1-c
zone: us-west4-c
workspace: /workspace
blueprint_yaml: "{{ workspace }}/tools/validate_configs/test_configs/slurm-gcp-v5-startup-scripts.yaml"
network: "{{ deployment_name }}-net"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ blueprint_name: hpc-cluster-slurm-v5
vars:
project_id: ## Set GCP Project ID Here ##
deployment_name: hpc-small-v5
region: us-central1
zone: us-central1-c
region: us-west4
zone: us-west4-c

deployment_groups:
- group: primary
Expand Down

0 comments on commit 8364463

Please sign in to comment.