Skip to content

Commit

Permalink
Add enable_devel to all v5 examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tpdownes committed Feb 2, 2024
1 parent 508b57c commit 4328f89
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions community/examples/hpc-slurm-chromedesktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
blueprint_name: slurm-crd

vars:
enable_devel: true
project_id: ## Set GCP Project ID Here ##
deployment_name: slurm-crd-01
region: us-central1
Expand Down
1 change: 1 addition & 0 deletions community/examples/hpc-slurm-local-ssd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
blueprint_name: hpc-slurm-local-ssd

vars:
enable_devel: true
project_id: ## Set GCP Project ID Here ##
deployment_name: hpc-localssd
region: us-central1
Expand Down
1 change: 1 addition & 0 deletions community/examples/hpc-slurm-ramble-gromacs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
blueprint_name: hpc-slurm-ramble-gromacs

vars:
enable_devel: true
project_id: ## Set GCP Project ID Here ##
deployment_name: hpc-slurm-ramble-gromacs
region: us-central1
Expand Down
1 change: 1 addition & 0 deletions community/examples/hpc-slurm-ubuntu2004.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
blueprint_name: hpc-slurm-ubuntu2004

vars:
enable_devel: true
project_id: ## Set GCP Project ID Here ##
deployment_name: slurm-gcp-v5
region: us-west4
Expand Down
1 change: 1 addition & 0 deletions community/examples/htc-slurm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
blueprint_name: htc-slurm

vars:
enable_devel: true
project_id: ## Set GCP Project ID Here ##
deployment_name: htc-slurm
region: us-west4
Expand Down
1 change: 1 addition & 0 deletions community/examples/tutorial-starccm-slurm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
blueprint_name: starccm-on-slurm

vars:
enable_devel: true
project_id: ## Set GCP Project ID Here ##
deployment_name: starccm-slurm
region: us-central1
Expand Down
1 change: 1 addition & 0 deletions examples/cae/cae-slurm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#
blueprint_name: cae-slurm
vars:
enable_devel: true
project_id: ## Set GCP Project ID Here ##
deployment_name: cae-slurm
# check here for other regions with H3 deployments: https://cloud.google.com/compute/docs/regions-zones
Expand Down
1 change: 1 addition & 0 deletions examples/hpc-enterprise-slurm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
blueprint_name: hpc-enterprise-slurm

vars:
enable_devel: true
project_id: ## Set GCP Project ID Here ##
deployment_name: hpc01
region: us-central1
Expand Down
1 change: 1 addition & 0 deletions examples/image-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
blueprint_name: image-builder

vars:
enable_devel: true
project_id: ## Set GCP Project ID Here ##
deployment_name: image-builder-001
region: us-central1
Expand Down
1 change: 1 addition & 0 deletions examples/ml-slurm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
blueprint_name: ml-slurm

vars:
enable_devel: true
project_id: ## Set project id here
deployment_name: ml-example
region: asia-southeast1
Expand Down

0 comments on commit 4328f89

Please sign in to comment.