aboutsummaryrefslogtreecommitdiff
path: root/.kokoro/samples/python3.10/periodic-head.cfg
diff options
context:
space:
mode:
authorgcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>2021-10-08 10:26:00 -0400
committerGitHub <noreply@github.com>2021-10-08 10:26:00 -0400
commite6a3489a79da00a5de919a4a41782cc3b1d7f583 (patch)
tree39c393a7f42f5fb2059d765e247e8b40832d7730 /.kokoro/samples/python3.10/periodic-head.cfg
parent121debdfa3461e0060d3f386b81ca6fa34920234 (diff)
downloadpython-api-core-e6a3489a79da00a5de919a4a41782cc3b1d7f583.tar.gz
chore(python): Add kokoro configs for python 3.10 samples testing (#285)
Source-Link: https://github.com/googleapis/synthtool/commit/c6e69c4726a233ad8d496961ec265d29e54010b7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Diffstat (limited to '.kokoro/samples/python3.10/periodic-head.cfg')
-rw-r--r--.kokoro/samples/python3.10/periodic-head.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/.kokoro/samples/python3.10/periodic-head.cfg b/.kokoro/samples/python3.10/periodic-head.cfg
new file mode 100644
index 0000000..a18c0cf
--- /dev/null
+++ b/.kokoro/samples/python3.10/periodic-head.cfg
@@ -0,0 +1,11 @@
+# Format: //devtools/kokoro/config/proto/build.proto
+
+env_vars: {
+ key: "INSTALL_LIBRARY_FROM_SOURCE"
+ value: "True"
+}
+
+env_vars: {
+ key: "TRAMPOLINE_BUILD_FILE"
+ value: "github/python-api-core/.kokoro/test-samples-against-head.sh"
+}