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

Kokoro multi ver #153

Merged
merged 12 commits into from
Aug 6, 2018
4 changes: 4 additions & 0 deletions .kokoro/continuous/node10/docs.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-vision/.kokoro/docs.sh"
}
4 changes: 4 additions & 0 deletions .kokoro/continuous/node10/lint.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-vision/.kokoro/lint.sh"
}
Empty file removed .kokoro/node6/continuous.cfg
Empty file.
Empty file removed .kokoro/node6/presubmit.cfg
Empty file.
Empty file removed .kokoro/node8/continuous.cfg
Empty file.
Empty file removed .kokoro/node8/presubmit.cfg
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-vision/.kokoro/docs.sh"
value: "github/nodejs-vision/.kokoro/build.sh"
}
4 changes: 4 additions & 0 deletions .kokoro/presubmit/node10/docs.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-vision/.kokoro/docs.sh"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ build_file: "nodejs-vision/.kokoro/trampoline.sh"
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/node:10"
value: "gcr.io/cloud-devrel-kokoro-resources/node:6"
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-vision/.kokoro/lint.sh"
value: "github/nodejs-vision/.kokoro/build.sh"
}
27 changes: 27 additions & 0 deletions .kokoro/presubmit/node8/common.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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"

# Download resources for system tests (service account key, etc.)
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs"

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

# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/node:8"
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-vision/.kokoro/build.sh"
}