From 721176c2d242f1089a9b7b58295ff716585c1fcd Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Fri, 8 Feb 2019 16:41:53 -0800 Subject: [PATCH] build: test using @grpc/grpc-js in CI (#516) * build: test using @grpc/grpc-js in CI * simplify configs --- .kokoro/continuous/node8/system-test-grpcjs.cfg | 12 ++++++++++++ .kokoro/presubmit/node8/system-test-grpcjs.cfg | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .kokoro/continuous/node8/system-test-grpcjs.cfg create mode 100644 .kokoro/presubmit/node8/system-test-grpcjs.cfg diff --git a/.kokoro/continuous/node8/system-test-grpcjs.cfg b/.kokoro/continuous/node8/system-test-grpcjs.cfg new file mode 100644 index 000000000..83b81b52f --- /dev/null +++ b/.kokoro/continuous/node8/system-test-grpcjs.cfg @@ -0,0 +1,12 @@ +# Download resources for system tests (service account key, etc.) +gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs" + +env_vars: { + key: "TRAMPOLINE_BUILD_FILE" + value: "github/nodejs-spanner/.kokoro/system-test.sh" +} + +env_vars: { + key: "GOOGLE_CLOUD_USE_GRPC_JS" + value: "1" +} diff --git a/.kokoro/presubmit/node8/system-test-grpcjs.cfg b/.kokoro/presubmit/node8/system-test-grpcjs.cfg new file mode 100644 index 000000000..83b81b52f --- /dev/null +++ b/.kokoro/presubmit/node8/system-test-grpcjs.cfg @@ -0,0 +1,12 @@ +# Download resources for system tests (service account key, etc.) +gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs" + +env_vars: { + key: "TRAMPOLINE_BUILD_FILE" + value: "github/nodejs-spanner/.kokoro/system-test.sh" +} + +env_vars: { + key: "GOOGLE_CLOUD_USE_GRPC_JS" + value: "1" +}