Skip to content

Commit

Permalink
build: test using @grpc/grpc-js in CI (#323)
Browse files Browse the repository at this point in the history
* build: test using @grpc/grpc-js in CI

* simplify configs
  • Loading branch information
jkwlui authored and JustinBeckwith committed Feb 9, 2019
1 parent a2acca3 commit e8c72a2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .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"
}
12 changes: 12 additions & 0 deletions .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"
}

0 comments on commit e8c72a2

Please sign in to comment.