From 5016c70dbd0cfc05a2eca3172e97b942d629a10e Mon Sep 17 00:00:00 2001 From: averikitsch Date: Mon, 18 Mar 2019 12:55:36 -0700 Subject: [PATCH] remove broken test config --- .kokoro/presubmit_tests_tasks.cfg | 15 --------------- .kokoro/system_tests_tasks.cfg | 15 --------------- 2 files changed, 30 deletions(-) delete mode 100644 .kokoro/presubmit_tests_tasks.cfg delete mode 100644 .kokoro/system_tests_tasks.cfg diff --git a/.kokoro/presubmit_tests_tasks.cfg b/.kokoro/presubmit_tests_tasks.cfg deleted file mode 100644 index 5cd413436eaf..000000000000 --- a/.kokoro/presubmit_tests_tasks.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: "tasks and py36 and not appengine" -} diff --git a/.kokoro/system_tests_tasks.cfg b/.kokoro/system_tests_tasks.cfg deleted file mode 100644 index 5cd413436eaf..000000000000 --- a/.kokoro/system_tests_tasks.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: "tasks and py36 and not appengine" -}