Branch: refs/heads/master Home: https://github.com/jenkinsci/gerrit-code-review-plugin Commit: cec34f7fdaf913026b37cc8fbeb772ee215e3245 https://github.com/jenkinsci/gerrit-code-review-plugin/commit/cec34f7fdaf913026b37cc8fbeb772ee215e3245 Author: Luca Milanesio <luca.milane...@gmail.com> Date: 2021-09-06 (Mon, 06 Sep 2021)
Changed paths: M src/main/java/jenkins/plugins/gerrit/AbstractGerritSCMSource.java Log Message: ----------- Avoid updating Gerrit Checks to SCHEDULED status Because of the Checks Issue 14993 [1], the checks in SCHEDULED status are considered as running, which is incorrect and put changes in a limbo state, where they are NOT running but won't even be selected anymore for run. It isn't possible to exit from this limbo state, because of Checks Issue 14994 [2] that breaks the RE-RUN button. Checks not running will be left as-is so that in case of any problems with the execution of the pipeline they'll be retried the next polling interval and they do not risk anymore to end up in the limbo state. [1] https://bugs.chromium.org/p/gerrit/issues/detail?id=14993 [2] https://bugs.chromium.org/p/gerrit/issues/detail?id=14994 Change-Id: I732c14322fb95e5f1b48d2a83abb49b7c904519f -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gerrit-code-review-plugin/push/refs/heads/master/6a368f-cec34f%40github.com.