Skip to content

Commit 5e29b76

Browse files
committed
chore: update test psc instance credentials
1 parent 0cd1a78 commit 5e29b76

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.ci/cloudbuild.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,6 @@
1313
# limitations under the License.
1414

1515
steps:
16-
- id: check the private DNS zone and the private connection
17-
name: gcr.io/cloud-builders/git
18-
entrypoint: bash
19-
args:
20-
- '-c'
21-
- |
22-
apt-get update
23-
apt-get install dnsutils -y
24-
echo "dig ${_DNS_NAME} ... (with +trace)"
25-
dig +trace ${_DNS_NAME}
26-
echo "dig ${_DNS_NAME} ... (without +trace)"
27-
dig ${_DNS_NAME}
28-
echo "cat /etc/resolv.conf"
29-
cat /etc/resolv.conf
30-
3116
- id: run integration tests
3217
name: python:${_VERSION}
3318
entrypoint: bash
@@ -124,10 +109,9 @@ availableSecrets:
124109
substitutions:
125110
_VERSION: ${_VERSION}
126111
_IP_TYPE: ${_IP_TYPE}
127-
_DNS_NAME: ${_DNS_NAME}
128112

129113
options:
130114
dynamicSubstitutions: true
131115
pool:
132116
name: ${_POOL_NAME}
133-
logging: CLOUD_LOGGING_ONLY
117+
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)