Skip to content

Commit 25fd703

Browse files
---
yaml --- r: 8211 b: refs/heads/pubsub-streaming-pull c: 00697ea h: refs/heads/master i: 8209: f44243c 8207: a096344
1 parent 834df82 commit 25fd703

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
6060
refs/heads/tswast-patch-1: 7d159fddcbc35d80aa6e78378d12a0992c8708fa
61-
refs/heads/pubsub-streaming-pull: 1a15dd6dd611e2180f2354271f3ee74fec97e107
61+
refs/heads/pubsub-streaming-pull: 00697eadbc8d287562c13f9e4b57c1b465a4a9ae

branches/pubsub-streaming-pull/utilities/integration_test_env.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ gcloud components update
99
source "$HOME/google-cloud-sdk/path.bash.inc"
1010
gcloud version
1111

12-
# Remove orphaned firewall rules and networks generated by unintentional aborted runs of
13-
# google-cloud-node on gapic-test project: see
14-
# https://github.com/GoogleCloudPlatform/google-cloud-java/issues/2118
15-
firewalls=$(gcloud compute firewall-rules list | cut -f 1 -d ' ' | grep '^gcloud-tests')
12+
# Remove orphaned firewall rules and networks presumed generated by interrupted runs of Compute
13+
# integration tests: see https://github.com/GoogleCloudPlatform/google-cloud-java/issues/2118
14+
firewalls=$(gcloud compute firewall-rules list | cut -f 1 -d ' ' | grep '^test-')
1615
if [[ $firewalls ]]
1716
then
1817
echo 'Y' | gcloud compute firewall-rules delete $firewalls
1918
fi
20-
networks=$(gcloud compute networks list | cut -f 1 -d ' ' | grep '^gcloud-tests')
19+
networks=$(gcloud compute networks list | cut -f 1 -d ' ' | grep '^test-')
2120
if [[ $networks ]]
2221
then
2322
echo 'Y' | gcloud compute networks delete $networks

0 commit comments

Comments
 (0)