https://github.com/apache/spark
Revision de4be7091e3513e23c102ca0736647a00020e27f authored by HyukjinKwon on 26 March 2021, 09:12:28 UTC, committed by HyukjinKwon on 26 March 2021, 09:12:37 UTC
### What changes were proposed in this pull request?

https://github.com/dawidd6/action-download-artifact/commit/621becc6d7c440318382ce6f4cb776f27dd3fef3#r48726074
there was a behaviour change in the download artifact plugin and it disabled the test reporting in failed builds.

This PR recovers it by explicitly setting the conclusion from the workflow runs to search for the artifacts to download.

### Why are the changes needed?

In order to properly report the failed test cases.

### Does this PR introduce _any_ user-facing change?

No, it's dev only.

### How was this patch tested?

Manually tested at https://github.com/HyukjinKwon/spark/pull/30

Before:

![Screen Shot 2021-03-26 at 10 54 48 AM](https://user-images.githubusercontent.com/6477701/112566110-b7951d80-8e21-11eb-8fad-f637db9314d5.png)

After:

![Screen Shot 2021-03-26 at 5 04 01 PM](https://user-images.githubusercontent.com/6477701/112606215-7588cd80-8e5b-11eb-8fdd-3afebd629f4f.png)

Closes #31970 from HyukjinKwon/SPARK-34874.

Authored-by: HyukjinKwon <gurwls223@apache.org>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
(cherry picked from commit c8233f1be5c2f853f42cda367475eb135a83afd5)
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
1 parent f3c1298
History
Tip revision: de4be7091e3513e23c102ca0736647a00020e27f authored by HyukjinKwon on 26 March 2021, 09:12:28 UTC
[SPARK-34874][INFRA] Recover test reports for failed GA builds
Tip revision: de4be70

README.md

back to top