From 7270468bff1225e454685b522043bdd356c9e9b0 Mon Sep 17 00:00:00 2001 From: Charles Engelke Date: Mon, 26 Aug 2019 12:10:02 -0700 Subject: [PATCH] Configuration for functions test --- .kokoro/system_tests_functions.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .kokoro/system_tests_functions.cfg diff --git a/.kokoro/system_tests_functions.cfg b/.kokoro/system_tests_functions.cfg new file mode 100644 index 000000000000..1b37bf7db233 --- /dev/null +++ b/.kokoro/system_tests_functions.cfg @@ -0,0 +1,15 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Download secrets from Cloud Storage. +gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/python-docs-samples" + +# Tell the trampoline which build file to use. +env_vars: { + key: "TRAMPOLINE_BUILD_FILE" + value: "github/python-docs-samples/.kokoro/system_tests.sh" +} + +env_vars: { + key: "NOX_SESSION" + value: "functions and (py36 or lint) and not venv" +}