File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ export PYTHONUNBUFFERED=1
25
25
env | grep KOKORO
26
26
27
27
# 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
29
29
30
30
# 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" )
32
32
33
33
python3.6 -m pip install nox
34
34
python3.6 -m nox -s lint tests system_tests cover
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ action {
10
10
# Download trampoline resources.
11
11
gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/trampoline"
12
12
13
+ # Download resources for system tests (service account key, etc.)
14
+ gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/google-cloud-python"
15
+
13
16
# Use the trampoline script to run in docker.
14
17
build_file: " google-cloud-python-happybase/.kokoro/trampoline.sh"
15
18
You can’t perform that action at this time.
0 commit comments