From 034a137aa1eada06818d663c65f9eb1ba4cc6074 Mon Sep 17 00:00:00 2001 From: Charles Engelke Date: Wed, 1 May 2019 09:34:29 -0700 Subject: [PATCH] Add healthcare tests to kokoro --- .kokoro/presubmit_tests_healthcare.cfg | 15 +++++++++++++++ .kokoro/system_tests_healthcare.cfg | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .kokoro/presubmit_tests_healthcare.cfg create mode 100644 .kokoro/system_tests_healthcare.cfg diff --git a/.kokoro/presubmit_tests_healthcare.cfg b/.kokoro/presubmit_tests_healthcare.cfg new file mode 100644 index 00000000000..fee348e0100 --- /dev/null +++ b/.kokoro/presubmit_tests_healthcare.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: "healthcare and py36 and not appengine" +} diff --git a/.kokoro/system_tests_healthcare.cfg b/.kokoro/system_tests_healthcare.cfg new file mode 100644 index 00000000000..fee348e0100 --- /dev/null +++ b/.kokoro/system_tests_healthcare.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: "healthcare and py36 and not appengine" +}