HyukjinKwon opened a new pull request #29449:
URL: https://github.com/apache/spark/pull/29449


   ### What changes were proposed in this pull request?
   
   This PR proposes to remove the usage of my own forks and use the original 
plugins in GitHub Actions testing report.
   
   SPARK-32357 introduced the GitHub Actions test reporting by leveraging two 
plugins:
    - 
[ScaCap/action-surefire-report](https://github.com/ScaCap/action-surefire-report)
    - 
[dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact)
   
   In order to make it working, it had to fork two repositories with custom 
fixes:
     - HyukjinKwon/action-surefire-report@c96094c
     - HyukjinKwon/action-download-artifact@750b71a
   
   The two custom fixes are thankfully merged at 
https://github.com/ScaCap/action-surefire-report/pull/14 and 
https://github.com/dawidd6/action-download-artifact/pull/24, and they released 
new ones to use at 
[ScaCap/action-surefire-report/commits/v1](https://github.com/ScaCap/action-surefire-report/commits/v1)
 and 
[dawidd6/action-download-artifact/commits/v2](https://github.com/dawidd6/action-download-artifact/commits/v2)
  - thanks @jmisur and @dawidd6 again.
   
   ### Why are the changes needed?
   
   To avoid relying on forks and code duplications.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, dev-only.
   
   ### How was this patch tested?
   
   Logically there is no diff. It's being tested at 
https://github.com/HyukjinKwon/spark/pull/22 for doubly sure.
   
   NOTE that this PR cannot be tested within this PR without merging the 
changes in `test_report.yml` into the master.


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

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