diff --git a/.kokoro/continuous/node8/system-test-grpcjs.cfg b/.kokoro/continuous/node8/system-test-grpcjs.cfg new file mode 100644 index 000000000..ec20ad77e --- /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-datastore/.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..ec20ad77e --- /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-datastore/.kokoro/system-test.sh" +} + +env_vars: { + key: "GOOGLE_CLOUD_USE_GRPC_JS" + value: "1" +}