forked from googleapis/google-api-ruby-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add config for post job (googleapis#842)
- Loading branch information
Graham Paye
authored
Nov 5, 2019
1 parent
363b235
commit bd830fc
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |