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.
1 parent 33055e5 commit 2b5946dCopy full SHA for 2b5946d
.kokoro/build.sh
@@ -29,6 +29,9 @@ export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
29
# Setup project id.
30
export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
31
32
+# Set up creating a new instance for each system test run
33
+export GOOGLE_CLOUD_TESTS_CREATE_SPANNER_INSTANCE=true
34
+
35
# Remove old nox
36
python3.6 -m pip uninstall --yes --quiet nox-automation
37
0 commit comments