File tree Expand file tree Collapse file tree
tools/cloud-build/daily-tests/blueprints Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3029deployment_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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
3029deployment_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
You can’t perform that action at this time.
0 commit comments