From cd287bbdf37aa8b87c76e706a8d24c60d80670e0 Mon Sep 17 00:00:00 2001 From: Charles Engelke Date: Tue, 20 Nov 2018 11:15:55 -0800 Subject: [PATCH 1/2] Not a test directory, so no tests match. --- .kokoro/presubmit_tests_testing.cfg | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .kokoro/presubmit_tests_testing.cfg diff --git a/.kokoro/presubmit_tests_testing.cfg b/.kokoro/presubmit_tests_testing.cfg deleted file mode 100644 index 314ca1523e0..00000000000 --- a/.kokoro/presubmit_tests_testing.cfg +++ /dev/null @@ -1,15 +0,0 @@ -# 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: "testing and py36 and not appengine" -} From 2ddc514b5e8eb02f331cde4fd54afd380ab643d6 Mon Sep 17 00:00:00 2001 From: Charles Engelke Date: Tue, 20 Nov 2018 11:17:29 -0800 Subject: [PATCH 2/2] Not a test directory, so no tests match. --- .kokoro/system_tests_testing.cfg | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .kokoro/system_tests_testing.cfg diff --git a/.kokoro/system_tests_testing.cfg b/.kokoro/system_tests_testing.cfg deleted file mode 100644 index 314ca1523e0..00000000000 --- a/.kokoro/system_tests_testing.cfg +++ /dev/null @@ -1,15 +0,0 @@ -# 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: "testing and py36 and not appengine" -}