Skip to content

Commit

Permalink
upload summary.html and renderPRTests.js for cmsdist prs
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jan 22, 2018
1 parent 7598148 commit c8460a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upload-build-log
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ LOCAL_LOGDIR=$WORKSPACE/cmsBuild_BUILD_logs
if [ -d "${LOG_SRC}" ] ; then
mkdir ${LOCAL_LOGDIR}
HAS_LOGS=NO
if [ -f $WORKSPACE/summary.html ] ; then cp $WORKSPACE/summary.html ${LOCAL_LOGDIR}/ ; fi
if [ -f $WORKSPACE/renderPRTests.js ] then cp $WORKSPACE/renderPRTests.js ${LOCAL_LOGDIR}/ ; fi
pushd $LOG_SRC
for log in $(find . -maxdepth 4 -mindepth 4 -name log -type f | sed 's|^./||') ; do
dir=$(dirname $log)
Expand Down

0 comments on commit c8460a9

Please sign in to comment.