Skip to content

Commit 384d88d

Browse files
author
laveen
committed
Finalize VPC network testing logic via tools/modify_vpc.py
- Revert 'Fix the network name (#5315)' - Apply python logic and fixes from #5385 - Apply modify_vpc.py across all filestore integration tests
1 parent fe30b0e commit 384d88d

8 files changed

+8
-8
lines changed

tools/cloud-build/daily-tests/tests/h4d-vm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ custom_vars:
3131
h4d_onspot: true
3232
enable_spot: true
3333
cli_deployment_vars:
34-
test_name: '{{ test_name }}'
34+
base_network_name: 0vpc-$(build)
3535
region: "{{ region }}"
3636
zone: "{{ zone }}"

tools/cloud-build/daily-tests/tests/ml-a3-ultragpu-custom-blueprint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ cli_deployment_vars:
5353
a3u_cluster_size: 2
5454
instance_image_project: "{{ instance_image_project }}"
5555
instance_image_family: "{{ instance_image_family }}"
56-
base_network_name: "{{ test_name }}"
56+
base_network_name: 0vpc-$(build)
5757
a3u_enable_spot_vm: true

tools/cloud-build/daily-tests/tests/ml-a3-ultragpu-jbvms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ cli_deployment_vars:
3535
zone: "{{ zone }}"
3636
a3u_reservation_name: hpc-exr-2
3737
a3u_provisioning_model: RESERVATION_BOUND
38-
base_network_name: "{{ test_name }}"
38+
base_network_name: 0vpc-$(build)

tools/cloud-build/daily-tests/tests/ml-a3-ultragpu-onspot-jbvms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ cli_deployment_vars:
3535
region: "{{ region }}"
3636
zone: "{{ zone }}"
3737
a3u_provisioning_model: SPOT
38-
base_network_name: "{{ test_name }}"
38+
base_network_name: 0vpc-$(build)

tools/cloud-build/daily-tests/tests/ml-a3-ultragpu-onspot-slurm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ cli_deployment_vars:
5151
slurm_cluster_name: "{{ slurm_cluster_name }}"
5252
disk_size_gb: 100
5353
a3u_cluster_size: 2
54-
base_network_name: "{{ test_name }}"
54+
base_network_name: 0vpc-$(build)
5555
a3u_enable_spot_vm: true

tools/cloud-build/daily-tests/tests/ml-a3-ultragpu-slurm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ cli_deployment_vars:
4949
disk_size_gb: 100
5050
a3u_cluster_size: 2
5151
a3u_reservation_name: hpc-exr-2
52-
base_network_name: "{{ test_name }}"
52+
base_network_name: 0vpc-$(build)

tools/cloud-build/daily-tests/tests/ml-a4-highgpu-custom-blueprint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cli_deployment_vars:
4848
zone: "{{ zone }}"
4949
slurm_cluster_name: "{{ slurm_cluster_name }}"
5050
disk_size_gb: 100
51-
base_network_name: "{{ test_name }}"
51+
base_network_name: 0vpc-$(build)
5252
a4h_enable_spot_vm: true
5353

5454
a4h_cluster_size: 2

tools/cloud-build/daily-tests/tests/ml-a4-highgpu-onspot-slurm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ cli_deployment_vars:
4949
slurm_cluster_name: "{{ slurm_cluster_name }}"
5050
disk_size_gb: 100
5151
a4h_cluster_size: 2
52-
base_network_name: "{{ test_name }}"
52+
base_network_name: 0vpc-$(build)
5353
a4h_enable_spot_vm: true

0 commit comments

Comments
 (0)