You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/02/15 12:08:36 UTC

[GitHub] [ozone] adoroszlai opened a new pull request #3092: HDDS-6324. Do not trigger CI by reopening PR

adoroszlai opened a new pull request #3092:
URL: https://github.com/apache/ozone/pull/3092


   ## What changes were proposed in this pull request?
   
   CI can be retriggered for PRs in three ways:
   
   * pushing new commit
   * "re-run all checks" in Github Actions run result view
   * closing/reopening PR
   
   New (empty) commit makes CI history visible in the PR, but it triggers two runs: one for the PR and another in the source branch.
   
   Github has recently improved run result view by including UI element for previous runs.  Earlier this was available only via the 
   
   Closing/reopening to trigger build has two disadvanteges: it produces unnecessary noise (in the PR and email notifications), and CI history is still hard to find.
   
   We should disable build on reopen and prefer "re-run all checks".
   
   https://issues.apache.org/jira/browse/HDDS-6324
   
   ## How was this patch tested?
   
   Not tested, trivial 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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai merged pull request #3092: HDDS-6324. Do not trigger CI by reopening PR

Posted by GitBox <gi...@apache.org>.
adoroszlai merged pull request #3092:
URL: https://github.com/apache/ozone/pull/3092


   


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai commented on pull request #3092: HDDS-6324. Do not trigger CI by reopening PR

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on pull request #3092:
URL: https://github.com/apache/ozone/pull/3092#issuecomment-1042709005


   Thanks @errose28 for the review.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org