Skip to content

Commit c1d7041

Browse files
committed
dynamically compute repo name in build.sh
1 parent 04bb03d commit c1d7041

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • hermetic_build/library_generation/owlbot/templates/java_library/.kokoro

hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ integration)
7373
-DtrimStackTrace=false \
7474
-Dclirr.skip=true \
7575
-Denforcer.skip=true \
76+
-Dcheckstyle.skip=true \
77+
-DskipUnitTests=true \
7678
-fae \
7779
verify
7880
RETURN_CODE=$?
@@ -130,7 +132,7 @@ bash .kokoro/coerce_logs.sh
130132
if [[ "${ENABLE_FLAKYBOT}" == "true" ]]
131133
then
132134
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
133-
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-storage
135+
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-{{ metadata['repo']['api_shortname'] }}
134136
fi
135137

136138
echo "exiting with ${RETURN_CODE}"

0 commit comments

Comments
 (0)