Skip to content

Commit

Permalink
chore: add config for post job (googleapis#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Paye authored Nov 5, 2019
1 parent 363b235 commit bd830fc
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .kokoro/continuous/post.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Format: //devtools/kokoro/config/proto/build.proto

build_file: "google-api-ruby-client/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
# Dockerfile is maintained at https://github.com/googleapis/google-cloud-ruby/tree/master/.kokoro/docker/multi-node
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/yoshi-ruby/multi-node"
}

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-api-ruby-client/.kokoro/build.sh"
}

env_vars: {
key: "TRAMPOLINE_SCRIPT"
value: "trampoline_v1.py"
}

env_vars: {
key: "OS"
value: "linux"
}

env_vars: {
key: "JOB_TYPE"
value: "post"
}

0 comments on commit bd830fc

Please sign in to comment.