We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04bb03d commit c1d7041Copy full SHA for c1d7041
1 file changed
hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/build.sh
@@ -73,6 +73,8 @@ integration)
73
-DtrimStackTrace=false \
74
-Dclirr.skip=true \
75
-Denforcer.skip=true \
76
+ -Dcheckstyle.skip=true \
77
+ -DskipUnitTests=true \
78
-fae \
79
verify
80
RETURN_CODE=$?
@@ -130,7 +132,7 @@ bash .kokoro/coerce_logs.sh
130
132
if [[ "${ENABLE_FLAKYBOT}" == "true" ]]
131
133
then
134
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
- ${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-storage
135
+ ${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-{{ metadata['repo']['api_shortname'] }}
136
fi
137
138
echo "exiting with ${RETURN_CODE}"
0 commit comments