This repository was archived by the owner on Dec 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ echo ${JOB_TYPE}
26
26
27
27
mvn install -B -V \
28
28
-DskipTests=true \
29
+ -Dclirr.skip=true \
29
30
-Dmaven.javadoc.skip=true \
30
31
-Dgcloud.download.skip=true \
31
32
-T 1C
37
38
38
39
case ${JOB_TYPE} in
39
40
test)
40
- mvn test -B
41
+ mvn test -B -Dclirr.skip=true
41
42
bash ${KOKORO_GFILE_DIR} /codecov.sh
42
43
bash .kokoro/coerce_logs.sh
43
44
;;
@@ -48,9 +49,12 @@ javadoc)
48
49
mvn javadoc:javadoc javadoc:test-javadoc
49
50
;;
50
51
integration)
51
- mvn -B ${INTEGRATION_TEST_ARGS} -DtrimStackTrace=false -fae verify
52
+ mvn -B ${INTEGRATION_TEST_ARGS} -DtrimStackTrace=false -Dclirr.skip=true - fae verify
52
53
bash .kokoro/coerce_logs.sh
53
54
;;
55
+ clirr)
56
+ mvn -B clirr:check
57
+ ;;
54
58
* )
55
59
;;
56
60
esac
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
+
5
+ env_vars: {
6
+ key: " TRAMPOLINE_IMAGE"
7
+ value: " gcr.io/cloud-devrel-kokoro-resources/java8"
8
+ }
9
+
10
+ env_vars: {
11
+ key: " JOB_TYPE"
12
+ value: " clirr"
13
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "updateTime": "2019-10-17T20:33:19.417356Z ",
2
+ "updateTime": "2019-10-19T07:59:22.603125Z ",
3
3
"sources": [
4
4
{
5
5
"template": {
6
6
"name": "java_library",
7
7
"origin": "synthtool.gcp",
8
- "version": "2019.5.2 "
8
+ "version": "2019.10.17 "
9
9
}
10
10
}
11
11
]
You can’t perform that action at this time.
0 commit comments