sadanand48 commented on code in PR #5473:
URL: https://github.com/apache/ozone/pull/5473#discussion_r1367382658
##########
.github/workflows/intermittent-test-check.yml:
##########
@@ -137,7 +137,8 @@ jobs:
CHECK: ${{ needs.prepare-job.outputs.test_type }}
- name: Summary of failures
run: hadoop-ozone/dev-support/checks/_summary.sh target/${{
needs.prepare-job.outputs.test_type }}/summary.txt
- if: always()
+ if: ${{ !cancelled() }}
+ continue-on-error: ${{ github.event.inputs.fail-fast != 'true' }}
Review Comment:
Right, In that case I guess even in the fail-fast = true run , the count
step will get execute.
--
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]