adoroszlai commented on PR #3716:
URL: https://github.com/apache/ozone/pull/3716#issuecomment-1225612195

   > I am not sure about it, how to wait for CI if no PR?
   
   Checks are run for both PR and commit ("push" event).  To find the CI 
workflow for the commit in your fork:
   
   1. Open the branch in your fork: 
https://github.com/ferhui/ozone/tree/HDDS-5713
   2. Click on the "4921 commits" text -> leads to 
https://github.com/ferhui/ozone/commits/HDDS-5713
   3. Click on the CI indicator (yellow circle, red x or green checkmark) for 
the latest commit
   4. Click on "Details" for any check in the popup -> leads to 
https://github.com/ferhui/ozone/runs/7990725854?check_suite_focus=true
   5. Click on "Summary" at the top left: 
https://github.com/ferhui/ozone/actions/runs/2917658837
   
   This workflow run is almost the same as one in the PR, with two differences:
    * It checks your commit, while the PR checks a special "merge your commit 
into master".  (So if there are any newer commits in master after yours, those 
are included as well.  If your branch is up-to-date with master, then there is 
no real difference.)
    * It is always a complete run, while PR may skip some checks depending on 
the kind of change.


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