Skip to content

Commit

Permalink
node(kokoro): test grpc-js (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Feb 11, 2019
1 parent 2263728 commit 284426d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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/{{ metadata['repository_name'] }}/.kokoro/system-test.sh"
}

env_vars: {
key: "GOOGLE_CLOUD_USE_GRPC_JS"
value: "1"
}
Original file line number Diff line number Diff line change
@@ -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/{{ metadata['repository_name'] }}/.kokoro/system-test.sh"
}

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

0 comments on commit 284426d

Please sign in to comment.