From d711161501093430942548a4ff2aed6207bdf0ae Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Thu, 2 May 2019 09:56:07 -0700 Subject: [PATCH] chore: removing node6 CI (#212) --- .kokoro/continuous/node6/common.cfg | 24 ------------------------ .kokoro/continuous/node6/test.cfg | 0 .kokoro/presubmit/node6/common.cfg | 24 ------------------------ .kokoro/presubmit/node6/test.cfg | 0 4 files changed, 48 deletions(-) delete mode 100644 .kokoro/continuous/node6/common.cfg delete mode 100644 .kokoro/continuous/node6/test.cfg delete mode 100644 .kokoro/presubmit/node6/common.cfg delete mode 100644 .kokoro/presubmit/node6/test.cfg diff --git a/.kokoro/continuous/node6/common.cfg b/.kokoro/continuous/node6/common.cfg deleted file mode 100644 index 8dfbbfd..0000000 --- a/.kokoro/continuous/node6/common.cfg +++ /dev/null @@ -1,24 +0,0 @@ -# Format: //devtools/kokoro/config/proto/build.proto - -# Build logs will be here -action { - define_artifacts { - regex: "**/*sponge_log.xml" - } -} - -# Download trampoline resources. -gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" - -# Use the trampoline script to run in docker. -build_file: "gcs-resumable-upload/.kokoro/trampoline.sh" - -# Configure the docker image for kokoro-trampoline. -env_vars: { - key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-kokoro-resources/node:6-user" -} -env_vars: { - key: "TRAMPOLINE_BUILD_FILE" - value: "github/gcs-resumable-upload/.kokoro/test.sh" -} diff --git a/.kokoro/continuous/node6/test.cfg b/.kokoro/continuous/node6/test.cfg deleted file mode 100644 index e69de29..0000000 diff --git a/.kokoro/presubmit/node6/common.cfg b/.kokoro/presubmit/node6/common.cfg deleted file mode 100644 index 8dfbbfd..0000000 --- a/.kokoro/presubmit/node6/common.cfg +++ /dev/null @@ -1,24 +0,0 @@ -# Format: //devtools/kokoro/config/proto/build.proto - -# Build logs will be here -action { - define_artifacts { - regex: "**/*sponge_log.xml" - } -} - -# Download trampoline resources. -gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" - -# Use the trampoline script to run in docker. -build_file: "gcs-resumable-upload/.kokoro/trampoline.sh" - -# Configure the docker image for kokoro-trampoline. -env_vars: { - key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-kokoro-resources/node:6-user" -} -env_vars: { - key: "TRAMPOLINE_BUILD_FILE" - value: "github/gcs-resumable-upload/.kokoro/test.sh" -} diff --git a/.kokoro/presubmit/node6/test.cfg b/.kokoro/presubmit/node6/test.cfg deleted file mode 100644 index e69de29..0000000