Skip to content

Commit 6d931a1

Browse files
committed
Use project info from google-cloud-python
1 parent bf1aba1 commit 6d931a1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ export PYTHONUNBUFFERED=1
2525
env | grep KOKORO
2626

2727
# TODO: Set up directory with service account credentials.
28-
export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/google-cloud-python/service-account.json
28+
export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
2929

3030
# TODO: Setup project id.
31-
export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/google-cloud-python/project-id.json")
31+
export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
3232

3333
python3.6 -m pip install nox
3434
python3.6 -m nox -s lint tests system_tests cover

.kokoro/presubmit.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ action {
1010
# Download trampoline resources.
1111
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1212

13+
# Download resources for system tests (service account key, etc.)
14+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-python"
15+
1316
# Use the trampoline script to run in docker.
1417
build_file: "google-cloud-python-happybase/.kokoro/trampoline.sh"
1518

0 commit comments

Comments
 (0)