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"
14
14
build_file: " google-http-java-client/.kokoro/trampoline.sh"
15
15
16
16
env_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"
19
19
}
20
20
21
21
env_vars: {
22
- key: " JOB_TYPE"
23
- value: " test"
22
+ key: " JOB_TYPE"
23
+ value: " test"
24
24
}
Original file line number Diff line number Diff line change 2
2
3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_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"
7
7
}
Original file line number Diff line number Diff line change 2
2
3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_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"
7
7
}
Original file line number Diff line number Diff line change 2
2
3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_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"
7
7
}
Original file line number Diff line number Diff line change @@ -36,7 +36,14 @@ are welcome.
36
36
- [ Release Notes] ( https://developers.google.com/api-client-library/java/google-http-java-client/release-notes )
37
37
- [ Support (Questions, Bugs)] ( https://developers.google.com/api-client-library/java/google-http-java-client/support )
38
38
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
+
39
47
## Links
40
48
41
- - [ Announcements] ( http://google-http-java-client.blogspot.com/ )
42
49
- [ Discuss] ( http://groups.google.com/group/google-http-java-client )
You can’t perform that action at this time.
0 commit comments