Skip to content

Commit

Permalink
ci: set up kokoro system tests to run on separate instances (#98)
Browse files Browse the repository at this point in the history
Closes #83
  • Loading branch information
larkee authored Jun 22, 2020
1 parent 33055e5 commit 2b5946d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
# Setup project id.
export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")

# Set up creating a new instance for each system test run
export GOOGLE_CLOUD_TESTS_CREATE_SPANNER_INSTANCE=true

# Remove old nox
python3.6 -m pip uninstall --yes --quiet nox-automation

Expand Down

0 comments on commit 2b5946d

Please sign in to comment.