xiangfu0 commented on a change in pull request #7287:
URL: https://github.com/apache/pinot/pull/7287#discussion_r687274551



##########
File path: compatibility-verifier/checkoutAndBuild.sh
##########
@@ -274,15 +261,15 @@ if [ ${oldBuildStatus} -eq 0 ]; then
   echo Old version build completed successfully
 else
   echo Old version build failed. See ${oldBuildOutFile}
-  cat ${oldBuildOutFile}
+  tail -250 ${oldBuildOutFile}

Review comment:
       Usually tail -250 won't give much useful information from CI. 
   
   Or we can make this an if check on ENV VAR, and only cat full log for CI 
pipeline




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to