From 73a73321579337312e8ba85c34fe9c37b42b7f6e Mon Sep 17 00:00:00 2001 From: Charles Engelke Date: Tue, 20 Nov 2018 15:53:23 -0800 Subject: [PATCH] Remove test configs for non-testing directories (#1855) * Not a test directory, so no tests match. * Not a test directory, so no tests match. --- .kokoro/presubmit_tests_testing.cfg | 15 --------------- .kokoro/system_tests_testing.cfg | 15 --------------- 2 files changed, 30 deletions(-) delete mode 100644 .kokoro/presubmit_tests_testing.cfg delete mode 100644 .kokoro/system_tests_testing.cfg diff --git a/.kokoro/presubmit_tests_testing.cfg b/.kokoro/presubmit_tests_testing.cfg deleted file mode 100644 index 314ca1523e01..000000000000 --- 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" -} diff --git a/.kokoro/system_tests_testing.cfg b/.kokoro/system_tests_testing.cfg deleted file mode 100644 index 314ca1523e01..000000000000 --- 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" -}