Skip to content

Commit e3c13f1

Browse files
committed
removing a2 and a3 blueprint config overrides
1 parent 23f228a commit e3c13f1

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

examples/gke-a3-highgpu.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ vars:
2525
# The following line must be updated for this example to work.
2626
authorized_cidr: <your-ip-address>/32
2727
gcp_public_cidrs_access_enabled: false
28-
system_node_pool_disk_size_gb: 200
2928

3029
deployment_groups:
3130
- group: primary
@@ -81,9 +80,6 @@ deployment_groups:
8180
source: modules/scheduler/gke-cluster
8281
use: [network1, gpunets, workload_service_account]
8382
settings:
84-
system_node_pool_machine_type: "e2-standard-16"
85-
system_node_pool_disk_size_gb: $(vars.system_node_pool_disk_size_gb)
86-
system_node_pool_taints: []
8783
enable_private_endpoint: false # Allows for access from authorized public IPs
8884
gcp_public_cidrs_access_enabled: $(vars.gcp_public_cidrs_access_enabled)
8985
configure_workload_identity_sa: true

examples/gke-a3-megagpu/gke-a3-megagpu.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ vars:
5454
health_check_schedule: "0 0 * * 0" # Run the health check at 12:00 AM (midnight) every Sunday
5555

5656
permissions_file_staged_path: $(ghpc_stage("./chs-permissions.yaml.tftpl"))
57-
system_node_pool_disk_size_gb: 200
5857
chs_output_bucket_name: chs-result
5958
chs_pvc_claim_name: chs-output-pvc
6059
chs_cronjob_rendered_path: $(ghpc_stage("./chs-cronjob.yaml.tftpl"))
@@ -115,9 +114,6 @@ deployment_groups:
115114
source: modules/scheduler/gke-cluster
116115
use: [network1, gpunets, workload_service_account]
117116
settings:
118-
system_node_pool_machine_type: "e2-standard-16"
119-
system_node_pool_disk_size_gb: $(vars.system_node_pool_disk_size_gb)
120-
system_node_pool_taints: []
121117
enable_private_endpoint: false # Allows for access from authorized public IPs
122118
gcp_public_cidrs_access_enabled: $(vars.gcp_public_cidrs_access_enabled)
123119
configure_workload_identity_sa: true

tools/cloud-build/daily-tests/blueprints/gke-a2-highgpu.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ vars:
2525
# Cidr block containing the IP of the machine calling terraform.
2626
# The following line must be updated for this example to work.
2727
authorized_cidr: 0.0.0.0/0
28-
system_node_pool_disk_size_gb: 100
2928

3029
deployment_groups:
3130
- group: primary
@@ -80,9 +79,6 @@ deployment_groups:
8079
source: modules/scheduler/gke-cluster
8180
use: [network1, gpunets, workload_service_account]
8281
settings:
83-
system_node_pool_machine_type: "e2-standard-16"
84-
system_node_pool_disk_size_gb: $(vars.system_node_pool_disk_size_gb)
85-
system_node_pool_taints: []
8682
enable_private_endpoint: false # Allows for access from authorized public IPs
8783
release_channel: 'STABLE'
8884
configure_workload_identity_sa: true

0 commit comments

Comments
 (0)