We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7066107 + d17dc13 commit 2b795b9Copy full SHA for 2b795b9
hack/make-rules/test-e2e-node.sh
@@ -117,7 +117,7 @@ if [ "${remote}" = true ] ; then
117
IFS=',' read -ra IM <<< "${images}"
118
images=""
119
for i in "${IM[@]}"; do
120
- if gcloud compute instances list "${instance_prefix}-${i}" | grep "${i}"; then
+ if gcloud compute instances list --project="${project}" --filter="name:'${instance_prefix}-${i}' AND zone:'${zone}'" | grep "${i}"; then
121
if [[ "${hosts}" != "" ]]; then
122
hosts="${hosts},"
123
fi
0 commit comments