From bb1bcc93c2ebbd021dc193d615b7086ae5857349 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 2 Aug 2019 10:52:55 -0700 Subject: [PATCH] fix: allow calls with no request, add JSON proto --- .kokoro/continuous/node12/common.cfg | 24 ++++++++++++++++++++++++ .kokoro/continuous/node12/test.cfg | 0 .kokoro/presubmit/node12/common.cfg | 24 ++++++++++++++++++++++++ .kokoro/presubmit/node12/test.cfg | 0 synth.metadata | 2 +- 5 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 .kokoro/continuous/node12/common.cfg create mode 100644 .kokoro/continuous/node12/test.cfg create mode 100644 .kokoro/presubmit/node12/common.cfg create mode 100644 .kokoro/presubmit/node12/test.cfg diff --git a/.kokoro/continuous/node12/common.cfg b/.kokoro/continuous/node12/common.cfg new file mode 100644 index 00000000..0b1ee0c7 --- /dev/null +++ b/.kokoro/continuous/node12/common.cfg @@ -0,0 +1,24 @@ +# 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: "cloud-debug-nodejs/.kokoro/trampoline.sh" + +# Configure the docker image for kokoro-trampoline. +env_vars: { + key: "TRAMPOLINE_IMAGE" + value: "gcr.io/cloud-devrel-kokoro-resources/node:12-user" +} +env_vars: { + key: "TRAMPOLINE_BUILD_FILE" + value: "github/cloud-debug-nodejs/.kokoro/test.sh" +} diff --git a/.kokoro/continuous/node12/test.cfg b/.kokoro/continuous/node12/test.cfg new file mode 100644 index 00000000..e69de29b diff --git a/.kokoro/presubmit/node12/common.cfg b/.kokoro/presubmit/node12/common.cfg new file mode 100644 index 00000000..0b1ee0c7 --- /dev/null +++ b/.kokoro/presubmit/node12/common.cfg @@ -0,0 +1,24 @@ +# 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: "cloud-debug-nodejs/.kokoro/trampoline.sh" + +# Configure the docker image for kokoro-trampoline. +env_vars: { + key: "TRAMPOLINE_IMAGE" + value: "gcr.io/cloud-devrel-kokoro-resources/node:12-user" +} +env_vars: { + key: "TRAMPOLINE_BUILD_FILE" + value: "github/cloud-debug-nodejs/.kokoro/test.sh" +} diff --git a/.kokoro/presubmit/node12/test.cfg b/.kokoro/presubmit/node12/test.cfg new file mode 100644 index 00000000..e69de29b diff --git a/synth.metadata b/synth.metadata index 58eb556a..b3ea6481 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,5 +1,5 @@ { - "updateTime": "2019-06-22T17:42:37.072172Z", + "updateTime": "2019-08-02T11:05:50.361622Z", "sources": [ { "template": {