You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2022/02/15 11:35:00 UTC

[jira] [Created] (HDDS-6324) Do not trigger CI by reopening PR

Attila Doroszlai created HDDS-6324:
--------------------------------------

             Summary: Do not trigger CI by reopening PR
                 Key: HDDS-6324
                 URL: https://issues.apache.org/jira/browse/HDDS-6324
             Project: Apache Ozone
          Issue Type: Improvement
          Components: build
            Reporter: Attila Doroszlai
            Assignee: Attila Doroszlai


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



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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