adoroszlai commented on code in PR #6582:
URL: https://github.com/apache/ozone/pull/6582#discussion_r1577306188
##########
.github/workflows/ci.yml:
##########
@@ -25,16 +25,16 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
outputs:
- acceptance-suites: ${{ steps.acceptance-suites.outputs.suites }}
+ acceptance-suites: false
needs-basic-check: ${{
steps.categorize-basic-checks.outputs.needs-basic-check }}
- needs-native-check: ${{
steps.categorize-basic-checks.outputs.needs-native-check }}
+ needs-native-check: false
basic-checks: ${{ steps.categorize-basic-checks.outputs.basic-checks }}
needs-build: ${{ steps.selective-checks.outputs.needs-build }}
- needs-compile: ${{ steps.selective-checks.outputs.needs-compile }}
- needs-compose-tests: ${{
steps.selective-checks.outputs.needs-compose-tests }}
- needs-dependency-check: ${{
steps.selective-checks.outputs.needs-dependency-check }}
+ needs-compile: false
+ needs-compose-tests: false
+ needs-dependency-check: false
needs-integration-tests: ${{
steps.selective-checks.outputs.needs-integration-tests }}
- needs-kubernetes-tests: ${{
steps.selective-checks.outputs.needs-kubernetes-tests }}
+ needs-kubernetes-tests: false
Review Comment:
Please remove changes related to repeated tests from the PR.
Also, I suggest using the [`flaky-test-check`
workflow](https://github.com/sarvekshayr/ozone/actions/workflows/intermittent-test-check.yml)
to test such fixes.
--
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]