Skip to content

Commit 84fd3fb

Browse files
committed
chore: update pool and python version for test
1 parent 5e29b76 commit 84fd3fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.ci/cloudbuild.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
steps:
1616
- id: run integration tests
17-
name: python:${_VERSION}
17+
name: python:3.13
1818
entrypoint: bash
1919
env:
2020
- "IP_TYPE=${_IP_TYPE}"
@@ -107,11 +107,10 @@ availableSecrets:
107107
- versionName: "projects/$PROJECT_ID/secrets/SQLSERVER_DB/versions/latest"
108108
env: "SQLSERVER_DB"
109109
substitutions:
110-
_VERSION: ${_VERSION}
111110
_IP_TYPE: ${_IP_TYPE}
112111

113112
options:
114113
dynamicSubstitutions: true
115114
pool:
116-
name: ${_POOL_NAME}
115+
name: ${_POOL_NAME_2}
117116
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)