Skip to content

Commit fe30b0e

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 bad2f12 commit fe30b0e

19 files changed

+19
-0
lines changed

tools/cloud-build/daily-tests/builds/cloud-batch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ steps:
5555
BLUEPRINT=examples/serverless-batch.yaml
5656
bash tools/add_ttl_label.sh $${BLUEPRINT}
5757
58+
python3 tools/modify_vpc.py "$${BLUEPRINT}"
5859
ansible-playbook tools/cloud-build/daily-tests/ansible_playbooks/base-integration-test.yml \
5960
--user=sa_106486320838376751393 --extra-vars="project=${PROJECT_ID} build=$${BUILD_ID_SHORT}" \
6061
--extra-vars="@tools/cloud-build/daily-tests/tests/cloud-batch.yml"

tools/cloud-build/daily-tests/builds/gke-h4d-onspot.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ steps:
9797
bash tools/add_ttl_label.sh "$${EXAMPLE_BP}"
9898
cat $${EXAMPLE_BP}
9999
100+
python3 tools/modify_vpc.py "$${EXAMPLE_BP}"
100101
ansible-playbook tools/cloud-build/daily-tests/ansible_playbooks/base-integration-test.yml \
101102
--user=sa_106486320838376751393 \
102103
--extra-vars="project=${PROJECT_ID} build=$${BUILD_ID_SHORT}" \

tools/cloud-build/daily-tests/builds/gke-h4d.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ steps:
7979
echo ' outputs: [instructions]' >> $${EXAMPLE_BP}
8080
8181
bash tools/add_ttl_label.sh "$${EXAMPLE_BP}"
82+
python3 tools/modify_vpc.py "$${EXAMPLE_BP}"
8283
ansible-playbook tools/cloud-build/daily-tests/ansible_playbooks/base-integration-test.yml \
8384
--user=sa_106486320838376751393 --extra-vars="project=${PROJECT_ID} build=$${BUILD_ID_SHORT}" \
8485
--extra-vars="@tools/cloud-build/daily-tests/tests/gke-h4d.yml"

tools/cloud-build/daily-tests/builds/hcls.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ steps:
6868
BUILD_ID_SHORT=$${BUILD_ID_FULL:0:6}
6969
BLUEPRINT="examples/hcls-blueprint.yaml"
7070
bash tools/add_ttl_label.sh $${BLUEPRINT}
71+
python3 tools/modify_vpc.py "$${BLUEPRINT}"
7172
ansible-playbook tools/cloud-build/daily-tests/ansible_playbooks/slurm-integration-test.yml \
7273
--user=sa_106486320838376751393 --extra-vars="project=${PROJECT_ID} build=$${BUILD_ID_SHORT}" \
7374
--extra-vars="@tools/cloud-build/daily-tests/tests/hcls.yml"

tools/cloud-build/daily-tests/builds/hpc-enterprise-slurm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ steps:
6060
BLUEPRINT="examples/hpc-enterprise-slurm.yaml"
6161
bash tools/add_ttl_label.sh $${BLUEPRINT}
6262
63+
python3 tools/modify_vpc.py "$${BLUEPRINT}"
6364
ansible-playbook tools/cloud-build/daily-tests/ansible_playbooks/slurm-integration-test.yml \
6465
--user=sa_106486320838376751393 --extra-vars="project=${PROJECT_ID} build=$${BUILD_ID_SHORT}" \
6566
--extra-vars="@tools/cloud-build/daily-tests/tests/hpc-enterprise-slurm.yml"

tools/cloud-build/daily-tests/builds/ml-a3-highgpu-onspot-slurm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ steps:
8686
8787
bash tools/add_ttl_label.sh $${BLUEPRINT}
8888
89+
python3 tools/modify_vpc.py "$${BLUEPRINT}"
8990
ansible-playbook tools/cloud-build/daily-tests/ansible_playbooks/slurm-integration-test.yml \
9091
--user=sa_106486320838376751393 \
9192
--extra-vars="project=${PROJECT_ID} build=$${BUILD_ID_SHORT} "\

tools/cloud-build/daily-tests/builds/ml-a3-highgpu-slurm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ steps:
6464
6565
bash tools/add_ttl_label.sh $${BLUEPRINT}
6666
67+
python3 tools/modify_vpc.py "$${BLUEPRINT}"
6768
ansible-playbook tools/cloud-build/daily-tests/ansible_playbooks/slurm-integration-test.yml \
6869
--user=sa_106486320838376751393 \
6970
--extra-vars="project=${PROJECT_ID} build=$${BUILD_ID_SHORT} "\

tools/cloud-build/daily-tests/builds/ml-a3-megagpu-onspot-slurm-ubuntu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ steps:
8888
8989
bash tools/add_ttl_label.sh $${BLUEPRINT}
9090
91+
python3 tools/modify_vpc.py "$${BLUEPRINT}"
9192
ansible-playbook tools/cloud-build/daily-tests/ansible_playbooks/slurm-integration-test.yml \
9293
--user=sa_106486320838376751393 \
9394
--extra-vars="project=$${PROJECT_ID} build=$${BUILD_ID_SHORT}" \

tools/cloud-build/daily-tests/builds/ml-a3-megagpu-slurm-ubuntu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ steps:
6666
6767
bash tools/add_ttl_label.sh $${BLUEPRINT}
6868
69+
python3 tools/modify_vpc.py "$${BLUEPRINT}"
6970
ansible-playbook tools/cloud-build/daily-tests/ansible_playbooks/slurm-integration-test.yml \
7071
--user=sa_106486320838376751393 \
7172
--extra-vars="project=${PROJECT_ID} build=$${BUILD_ID_SHORT}" \

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ steps:
7676
7777
bash tools/add_ttl_label.sh $${BLUEPRINT}
7878
79+
python3 tools/modify_vpc.py "$${BLUEPRINT}"
7980
ansible-playbook tools/cloud-build/daily-tests/ansible_playbooks/slurm-integration-test.yml \
8081
--user=sa_106486320838376751393 \
8182
--extra-vars="project=$${PROJECT_ID} build=$${BUILD_ID_SHORT}" \

0 commit comments

Comments
 (0)