-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions #30091
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bc857d3 to
947eae7
Compare
This comment has been minimized.
This comment has been minimized.
ec486d2 to
fbebf6a
Compare
This comment has been minimized.
This comment has been minimized.
344dde3 to
fbebf6a
Compare
This comment has been minimized.
This comment has been minimized.
|
Kubernetes integration test starting |
|
Kubernetes integration test starting |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Kubernetes integration test status success |
|
Kubernetes integration test status failure |
|
Oh, looks like now it fails to download when artifacts are not uploaded (dawidd6/action-download-artifact#32). I am just going to revert the original PR alone. |
|
Test build #129992 has finished for PR 30091 at commit
|
What changes were proposed in this pull request?
This PR proposes to use
fail_if_no_testsoption ataction-surefire-reportplugin, see also ScaCap/action-surefire-report#29.#29946 introduced the manual skipping in Apache Spark itself. After that, the plugin introduced the feature. Now, this PR reverts #29946 and enable that option.
Why are the changes needed?
To remove manual skipping and avoid maintenance cost.
Does this PR introduce any user-facing change?
No, dev-only.
How was this patch tested?
I will push a commit to show in this PR because this change is specific to GitHub Actions: https://github.com/apache/spark/actions/runs/314900487