This repository was archived by the owner on Mar 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
.kokoro/samples/python3.13 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Build logs will be here
4+ action {
5+ define_artifacts {
6+ regex: " **/*sponge_log.xml"
7+ }
8+ }
9+
10+ # Specify which tests to run
11+ env_vars: {
12+ key: " RUN_TESTS_SESSION"
13+ value: " unit-3.13"
14+ }
15+
16+ # Download trampoline resources.
17+ gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/trampoline"
18+
19+ # Download resources for system tests (service account key, etc.)
20+ gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/google-auth-library-python"
21+
22+ # Use the trampoline script to run in docker.
23+ build_file: " google-auth-library-python/.kokoro/trampoline.sh"
24+
25+ # Configure the docker image for kokoro-trampoline.
26+ env_vars: {
27+ key: " TRAMPOLINE_IMAGE"
28+ value: " gcr.io/cloud-devrel-kokoro-resources/python-multi"
29+ }
30+ env_vars: {
31+ key: " TRAMPOLINE_BUILD_FILE"
32+ value: " github/google-auth-library-python/.kokoro/build.sh"
33+ }
34+ env_vars: {
35+ key: " TRAMPOLINE_BUILD_FILE"
36+ value: " github/google-auth-library-python/.kokoro/samples-test-setup.sh"
37+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ env_vars: {
4+ key: " INSTALL_LIBRARY_FROM_SOURCE"
5+ value: " True"
6+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ env_vars: {
4+ key: " INSTALL_LIBRARY_FROM_SOURCE"
5+ value: " True"
6+ }
7+
8+ env_vars: {
9+ key: " TRAMPOLINE_BUILD_FILE"
10+ value: " github/google-auth-library-python/.kokoro/test-samples-against-head.sh"
11+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ env_vars: {
4+ key: " INSTALL_LIBRARY_FROM_SOURCE"
5+ value: " False"
6+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ env_vars: {
4+ key: " INSTALL_LIBRARY_FROM_SOURCE"
5+ value: " True"
6+ }
You can’t perform that action at this time.
0 commit comments