jenkins-x / lighthouse

Apache License 2.0
183 stars 114 forks source link

feat: skip running status (running/pending) if last state #1612

Closed JordanGoasdoue closed 2 months ago

JordanGoasdoue commented 2 months ago

This PR is intended to allow you to bypass the reporting running/pending status done in the Forghon controller. This mean the SCM Status won't change if previous status was (Running/Pending) and your current is still (Running/Pending).

Also with this option enabled we don't use anymore the Running Stages in the description like

We are now only using this kind of pipeline status:

The need behind this feature is to limit calls to SCM API and avoid rate limiting issues.

JordanGoasdoue commented 2 months ago

/ok-to-test

jenkins-x-bot commented 2 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: msvticket

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/jenkins-x/lighthouse/blob/main/OWNERS)~~ [msvticket] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment