Skip to content

Commit dab7e71

Browse files
fix: Update managed lustre zone for remote node (#5906)
1 parent 89f5719 commit dab7e71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cloud-build/daily-tests/builds/gke-managed-lustre.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ steps:
5858
echo ' use: [network]' >> $${EXAMPLE_BP}
5959
echo ' settings:' >> $${EXAMPLE_BP}
6060
echo ' machine_type: e2-standard-2' >> $${EXAMPLE_BP}
61-
echo ' zone: us-central1-c' >> $${EXAMPLE_BP}
61+
echo ' zone: us-central1-a' >> $${EXAMPLE_BP}
6262
6363
IP=$(curl ifconfig.me)
6464
sed -i "s/<your-ip-address>/$${IP}/" $${EXAMPLE_BP}

0 commit comments

Comments
 (0)