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


   ### What changes were proposed in this pull request?
   
   This PR proposes to show the link of Check run view instead of Actions view. 
Previously, when you add a new custom Check, e.g., 
[test_report.yml](https://github.com/apache/spark/blob/master/.github/workflows/test_report.yml),
 Actions view also showed this Check.
   
   Now, seems GitHub Actions changed the behaviour - Actions view always 
includes the jobs initiated by the specific Workflow e.g., 
[build_and_test.yml](https://github.com/apache/spark/blob/master/.github/workflows/build_and_test.yml)
 does not include the custom Check added from 
[test_report.yml](https://github.com/apache/spark/blob/master/.github/workflows/test_report.yml).
   
   To work around this problem, this PR proposes to show the link of Check run 
view e.g., https://github.com/apache/spark/runs/4785827549 instead of Actions 
view e.g., https://github.com/apache/spark/actions/runs/1686013487.
   
   After this PR, when developers click the link here:
   
   ![Screen Shot 2022-01-12 at 10 07 26 
PM](https://user-images.githubusercontent.com/6477701/149146026-80f3ac26-ba06-411f-9cb8-f5395ffd8432.png)
   
   it will open a Check run view instead of Actions view which does not have 
test report tab.
   
   ### Why are the changes needed?
   
   For developers to see the test report, and they can easily detect which test 
is failed.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, dev-only
   
   ### How was this patch tested?
   
   Manually tested at https://github.com/HyukjinKwon/spark/pull/51.
   


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

Reply via email to