File tree Expand file tree Collapse file tree 9 files changed +63
-11
lines changed Expand file tree Collapse file tree 9 files changed +63
-11
lines changed Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Build logs will be here
4+ action {
5+ define_artifacts {
6+ regex: " **/*sponge_log.xml"
7+ }
8+ }
9+
10+ # Download trampoline resources.
11+ gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/trampoline"
12+
13+ # Use the trampoline script to run in docker.
14+ build_file: " google-http-java-client/.kokoro/trampoline.sh"
15+
16+ env_vars: {
17+ key: " TRAMPOLINE_BUILD_FILE"
18+ value: " github/google-http-java-client/.kokoro/build.sh"
19+ }
20+
21+ env_vars: {
22+ key: " JOB_TYPE"
23+ value: " test"
24+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java10"
7+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java7"
7+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java8"
7+ }
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1414build_file: " google-http-java-client/.kokoro/trampoline.sh"
1515
1616env_vars: {
17- key: " TRAMPOLINE_BUILD_FILE"
18- value: " github/google-http-java-client/.kokoro/build.sh"
17+ key: " TRAMPOLINE_BUILD_FILE"
18+ value: " github/google-http-java-client/.kokoro/build.sh"
1919}
2020
2121env_vars: {
22- key: " JOB_TYPE"
23- value: " test"
22+ key: " JOB_TYPE"
23+ value: " test"
2424}
Original file line number Diff line number Diff line change 22
33# Configure the docker image for kokoro-trampoline.
44env_vars: {
5- key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-kokoro-resources/java10"
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java10"
77}
Original file line number Diff line number Diff line change 22
33# Configure the docker image for kokoro-trampoline.
44env_vars: {
5- key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-kokoro-resources/java7"
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java7"
77}
Original file line number Diff line number Diff line change 22
33# Configure the docker image for kokoro-trampoline.
44env_vars: {
5- key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-kokoro-resources/java8"
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java8"
77}
Original file line number Diff line number Diff line change @@ -36,7 +36,14 @@ are welcome.
3636- [ Release Notes] ( https://developers.google.com/api-client-library/java/google-http-java-client/release-notes )
3737- [ Support (Questions, Bugs)] ( https://developers.google.com/api-client-library/java/google-http-java-client/support )
3838
39+ ## CI Status
40+
41+ Java Version | Status
42+ ------------ | ------
43+ Java 7 | [ ![ Kokoro CI] ( http://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.svg )] ( https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.html )
44+ Java 8 | [ ![ Kokoro CI] ( http://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java8.svg )] ( https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java8.html )
45+ Java 10 | [ ![ Kokoro CI] ( http://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java10.svg )] ( https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java10.html )
46+
3947## Links
4048
41- - [ Announcements] ( http://google-http-java-client.blogspot.com/ )
4249- [ Discuss] ( http://groups.google.com/group/google-http-java-client )
You can’t perform that action at this time.
0 commit comments