Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
fix: allow calls with no request, add JSON proto
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and alexander-fenster committed Aug 2, 2019
1 parent 8af731f commit bb1bcc9
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .kokoro/continuous/node12/common.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Format: //devtools/kokoro/config/proto/build.proto

# Build logs will be here
action {
define_artifacts {
regex: "**/*sponge_log.xml"
}
}

# Download trampoline resources.
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "cloud-debug-nodejs/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/node:12-user"
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/cloud-debug-nodejs/.kokoro/test.sh"
}
Empty file.
24 changes: 24 additions & 0 deletions .kokoro/presubmit/node12/common.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Format: //devtools/kokoro/config/proto/build.proto

# Build logs will be here
action {
define_artifacts {
regex: "**/*sponge_log.xml"
}
}

# Download trampoline resources.
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "cloud-debug-nodejs/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/node:12-user"
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/cloud-debug-nodejs/.kokoro/test.sh"
}
Empty file.
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-06-22T17:42:37.072172Z",
"updateTime": "2019-08-02T11:05:50.361622Z",
"sources": [
{
"template": {
Expand Down

0 comments on commit bb1bcc9

Please sign in to comment.