From 7f42db6092f55609cc9539427a16bbc2434d162f Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Tue, 23 Oct 2018 16:33:31 -0700 Subject: [PATCH 1/4] build: run tests on node11 --- .kokoro/continuous/node11/common.cfg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .kokoro/continuous/node11/common.cfg diff --git a/.kokoro/continuous/node11/common.cfg b/.kokoro/continuous/node11/common.cfg new file mode 100644 index 00000000..9e5d6ef8 --- /dev/null +++ b/.kokoro/continuous/node11/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: "nodejs-error-reporting/.kokoro/trampoline.sh" + +# Configure the docker image for kokoro-trampoline. +env_vars: { + key: "TRAMPOLINE_IMAGE" + value: "gcr.io/cloud-devrel-kokoro-resources/node:11-user" +} +env_vars: { + key: "TRAMPOLINE_BUILD_FILE" + value: "github/nodejs-error-reporting/.kokoro/test.sh" +} From a2577133910f1a1389bd031141c03c6cfc84aa24 Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Tue, 23 Oct 2018 16:33:32 -0700 Subject: [PATCH 2/4] build: run tests on node11 --- .kokoro/continuous/node11/test.cfg | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .kokoro/continuous/node11/test.cfg diff --git a/.kokoro/continuous/node11/test.cfg b/.kokoro/continuous/node11/test.cfg new file mode 100644 index 00000000..e69de29b From 1dbd3180416e177450d1378f0712038d7c0100f3 Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Tue, 23 Oct 2018 16:33:33 -0700 Subject: [PATCH 3/4] build: run tests on node11 --- .kokoro/presubmit/node11/common.cfg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .kokoro/presubmit/node11/common.cfg diff --git a/.kokoro/presubmit/node11/common.cfg b/.kokoro/presubmit/node11/common.cfg new file mode 100644 index 00000000..9e5d6ef8 --- /dev/null +++ b/.kokoro/presubmit/node11/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: "nodejs-error-reporting/.kokoro/trampoline.sh" + +# Configure the docker image for kokoro-trampoline. +env_vars: { + key: "TRAMPOLINE_IMAGE" + value: "gcr.io/cloud-devrel-kokoro-resources/node:11-user" +} +env_vars: { + key: "TRAMPOLINE_BUILD_FILE" + value: "github/nodejs-error-reporting/.kokoro/test.sh" +} From e7821ee5f9381e9c0b81db6d87170b44751df1eb Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Tue, 23 Oct 2018 16:33:34 -0700 Subject: [PATCH 4/4] build: run tests on node11 --- .kokoro/presubmit/node11/test.cfg | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .kokoro/presubmit/node11/test.cfg diff --git a/.kokoro/presubmit/node11/test.cfg b/.kokoro/presubmit/node11/test.cfg new file mode 100644 index 00000000..e69de29b