File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ build_file: "python-docs-samples/.kokoro/trampoline.sh"
9
9
# Use the Python worker docker iamge.
10
10
env_vars: {
11
11
key: " TRAMPOLINE_IMAGE"
12
- value: " gcr.io/silver-python2 /python-worker "
12
+ value: " gcr.io/cloud-devrel-kokoro-resources /python"
13
13
}
Original file line number Diff line number Diff line change @@ -27,9 +27,7 @@ export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/testing/service-account.json
27
27
export GOOGLE_CLIENT_SECRETS=$( pwd) /testing/client-secrets.json
28
28
29
29
# Run tests
30
- pip install --user --upgrade pip setuptools
31
- ~ /.local/bin/pip install --user --upgrade nox-automation
32
- ~ /.local/bin/nox -k " ${NOX_SESSION} " || ret_code=$?
30
+ nox -k " ${NOX_SESSION} " || ret_code=$?
33
31
34
32
# Workaround for Kokoro permissions issue: delete secrets
35
33
rm testing/{test-env.sh,client-secrets.json,service-account.json}
You can’t perform that action at this time.
0 commit comments