Skip to content

Commit 832444a

Browse files
---
yaml --- r: 5823 b: refs/heads/master c: 00697ea h: refs/heads/master i: 5821: a0cf7f0 5819: d83f484 5815: 36c218b 5807: ac3213c 5791: 18e63f5 5759: 8875bdd
1 parent 446b9c8 commit 832444a

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 1a15dd6dd611e2180f2354271f3ee74fec97e107
2+
refs/heads/master: 00697eadbc8d287562c13f9e4b57c1b465a4a9ae
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 4154fc3537163299162c8c903f2d1386463dd7a3
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/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)