| action { | |
| define_artifacts { | |
| regex: "**/*sponge_log.xml" | |
| } | |
| } | |
| env_vars: { | |
| key: "RUN_TESTS_SESSION" | |
| value: "py-3.9" | |
| } | |
| env_vars: { | |
| key: "BUILD_SPECIFIC_GCLOUD_PROJECT" | |
| value: "python-docs-samples-tests-py39" | |
| } | |
| env_vars: { | |
| key: "TRAMPOLINE_BUILD_FILE" | |
| value: "github/python-bigquery/.kokoro/test-samples.sh" | |
| } | |
| env_vars: { | |
| key: "TRAMPOLINE_IMAGE" | |
| value: "gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker" | |
| } | |
| gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/python-docs-samples" | |
| gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" | |
| build_file: "python-bigquery/.kokoro/trampoline_v2.sh" |