Skip to content

Commit 54fb844

Browse files
jkwluiJustinBeckwith
authored andcommitted
build: test using @grpc/grpc-js in CI (#604)
* build: test using @grpc/grpc-js in CI * simplify configs
1 parent ad8f3aa commit 54fb844

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

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-storage/.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-storage/.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)