Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit c75f895

Browse files
jkwluiJustinBeckwith
authored andcommitted
build: test using @grpc/grpc-js in CI (#322)
* build: test using @grpc/grpc-js in CI * simplify configs
1 parent b175c71 commit c75f895

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Download resources for system tests (service account key, etc.)
2+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs"
3+
4+
env_vars: {
5+
key: "TRAMPOLINE_BUILD_FILE"
6+
value: "github/nodejs-vision/.kokoro/system-test.sh"
7+
}
8+
9+
env_vars: {
10+
key: "GOOGLE_CLOUD_USE_GRPC_JS"
11+
value: "1"
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Download resources for system tests (service account key, etc.)
2+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs"
3+
4+
env_vars: {
5+
key: "TRAMPOLINE_BUILD_FILE"
6+
value: "github/nodejs-vision/.kokoro/system-test.sh"
7+
}
8+
9+
env_vars: {
10+
key: "GOOGLE_CLOUD_USE_GRPC_JS"
11+
value: "1"
12+
}

0 commit comments

Comments
 (0)