From ae9ebef0e4c8357eb89d4fd442da264a65a5797d Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Mon, 25 Jun 2018 16:18:47 -0700 Subject: [PATCH 1/2] add kokoro tests for dlp --- .kokoro/presubmit_tests_dlp.cfg | 15 +++++++++++++++ .kokoro/system_tests_dlp.cfg | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .kokoro/presubmit_tests_dlp.cfg create mode 100644 .kokoro/system_tests_dlp.cfg diff --git a/.kokoro/presubmit_tests_dlp.cfg b/.kokoro/presubmit_tests_dlp.cfg new file mode 100644 index 00000000000..f5b60121400 --- /dev/null +++ b/.kokoro/presubmit_tests_dlp.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: "dlp and py36 and not appengine" +} diff --git a/.kokoro/system_tests_dlp.cfg b/.kokoro/system_tests_dlp.cfg new file mode 100644 index 00000000000..f5b60121400 --- /dev/null +++ b/.kokoro/system_tests_dlp.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: "dlp and py36 and not appengine" +} From 5e5a2b0c6a7d68685fd77cb32628eb3b4c92ea93 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Tue, 26 Jun 2018 10:53:00 -0700 Subject: [PATCH 2/2] kokoro test files for tasks --- .kokoro/presubmit_tests_tasks.cfg | 15 +++++++++++++++ .kokoro/system_tests_tasks.cfg | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .kokoro/presubmit_tests_tasks.cfg create mode 100644 .kokoro/system_tests_tasks.cfg diff --git a/.kokoro/presubmit_tests_tasks.cfg b/.kokoro/presubmit_tests_tasks.cfg new file mode 100644 index 00000000000..5cd413436ea --- /dev/null +++ b/.kokoro/presubmit_tests_tasks.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: "tasks and py36 and not appengine" +} diff --git a/.kokoro/system_tests_tasks.cfg b/.kokoro/system_tests_tasks.cfg new file mode 100644 index 00000000000..5cd413436ea --- /dev/null +++ b/.kokoro/system_tests_tasks.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: "tasks and py36 and not appengine" +}