adoroszlai commented on code in PR #5318:
URL: https://github.com/apache/ozone/pull/5318#discussion_r1333460325


##########
.github/workflows/ci.yml:
##########
@@ -306,6 +309,9 @@ jobs:
           sudo mkdir .aws && sudo chmod 777 .aws && sudo chown 1000 .aws
           popd
           ./hadoop-ozone/dev-support/checks/kubernetes.sh
+      - name: Summary of failures
+        run: cat target/${{ github.job }}/summary.txt
+        if: ${{ !cancelled() }}

Review Comment:
   Thanks @aswinshakil for pointing this out.  Patch is updated, can you please 
take another look?



-- 
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