This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +24
-11
lines changed
google-cloud-webrisk/src/test/java/com/google/cloud/webrisk/v1beta1 Expand file tree Collapse file tree 5 files changed +24
-11
lines changed Original file line number Diff line number Diff line change 11releaseType : java-yoshi
2+ bumpMinorPreMajor : true
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ echo ${JOB_TYPE}
2727mvn install -B -V \
2828 -DskipTests=true \
2929 -Dclirr.skip=true \
30+ -Denforcer.skip=true \
3031 -Dmaven.javadoc.skip=true \
3132 -Dgcloud.download.skip=true \
3233 -T 1C
3839
3940case ${JOB_TYPE} in
4041test)
41- mvn test -B -Dclirr.skip=true
42+ mvn test -B -Dclirr.skip=true -Denforcer.skip=true
4243 bash ${KOKORO_GFILE_DIR} /codecov.sh
4344 bash .kokoro/coerce_logs.sh
4445 ;;
@@ -49,12 +50,17 @@ javadoc)
4950 mvn javadoc:javadoc javadoc:test-javadoc
5051 ;;
5152integration)
52- mvn -B ${INTEGRATION_TEST_ARGS} -DtrimStackTrace=false -Dclirr.skip=true -fae verify
53+ mvn -B ${INTEGRATION_TEST_ARGS} \
54+ -DtrimStackTrace=false \
55+ -Dclirr.skip=true \
56+ -Denforcer.skip=true \
57+ -fae \
58+ verify
5359 bash .kokoro/coerce_logs.sh
5460 ;;
5561clirr)
56- mvn -B clirr:check
62+ mvn -B -Denforcer.skip=true clirr:check
5763 ;;
5864* )
5965 ;;
60- esac
66+ esac
Original file line number Diff line number Diff line change @@ -23,5 +23,9 @@ echo $JOB_TYPE
2323
2424export MAVEN_OPTS=" -Xmx1024m -XX:MaxPermSize=128m"
2525
26- mvn install -DskipTests=true -B -V
26+ # this should run maven enforcer
27+ mvn install -B -V \
28+ -DskipTests=true \
29+ -Dclirr.skip=true
30+
2731mvn -B dependency:analyze -DfailOnWarning=true
Original file line number Diff line number Diff line change 3737import java .util .ArrayList ;
3838import java .util .Arrays ;
3939import java .util .List ;
40+ import java .util .UUID ;
4041import org .junit .After ;
4142import org .junit .AfterClass ;
4243import org .junit .Assert ;
@@ -56,7 +57,8 @@ public static void startStaticServer() {
5657 mockWebRiskServiceV1Beta1 = new MockWebRiskServiceV1Beta1 ();
5758 serviceHelper =
5859 new MockServiceHelper (
59- "in-process-1" , Arrays .<MockGrpcService >asList (mockWebRiskServiceV1Beta1 ));
60+ UUID .randomUUID ().toString (),
61+ Arrays .<MockGrpcService >asList (mockWebRiskServiceV1Beta1 ));
6062 serviceHelper .start ();
6163 }
6264
Original file line number Diff line number Diff line change 11{
2- "updateTime": "2019-11-14T09:05:30.482424Z ",
2+ "updateTime": "2019-11-19T20:07:43.974685Z ",
33 "sources": [
44 {
55 "generator": {
66 "name": "artman",
7- "version": "0.41 .1",
8- "dockerImage": "googleapis/artman@sha256:545c758c76c3f779037aa259023ec3d1ef2d57d2c8cd00a222cb187d63ceac5e "
7+ "version": "0.42 .1",
8+ "dockerImage": "googleapis/artman@sha256:c773192618c608a7a0415dd95282f841f8e6bcdef7dd760a988c93b77a64bd57 "
99 }
1010 },
1111 {
1212 "git": {
1313 "name": "googleapis",
1414 "remote": "https://github.com/googleapis/googleapis.git",
15- "sha": "bc76ffd87360ce1cd34e3a6eac28afd5e1efda76 ",
16- "internalRef": "280356106 "
15+ "sha": "5af83f47b9656261cafcf88b0b3334521ab266b3 ",
16+ "internalRef": "281334391 "
1717 }
1818 },
1919 {
You can’t perform that action at this time.
0 commit comments