Skip to content

Commit

Permalink
build: test using @grpc/grpc-js in CI (#1589)
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 3674514 commit af6e9fb
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/google-api-nodejs-client/.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/google-api-nodejs-client/.kokoro/system-test.sh"
}

env_vars: {
key: "GOOGLE_CLOUD_USE_GRPC_JS"
value: "1"
}

0 comments on commit af6e9fb

Please sign in to comment.