Skip to content

Commit 2b5946d

Browse files
authored
ci: set up kokoro system tests to run on separate instances (#98)
Closes #83
1 parent 33055e5 commit 2b5946d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.kokoro/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
2929
# Setup project id.
3030
export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
3131

32+
# Set up creating a new instance for each system test run
33+
export GOOGLE_CLOUD_TESTS_CREATE_SPANNER_INSTANCE=true
34+
3235
# Remove old nox
3336
python3.6 -m pip uninstall --yes --quiet nox-automation
3437

0 commit comments

Comments
 (0)