Verigreen / verigreen

Verigreen is a lightweight, server side solution for verification of git commits. It is a gated check-in process which will not allow any failed CI commit to go into an integration/release/any protected branch. We keep it green (hence the name).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

End time is not set after GIT_FAILURE status causing all new processes to stuck in NOT_STARTED

soninob opened this issue · comments

When VG has a FAILED status in the system when previous commits are still running, then a new commit is waiting for the previous commits to be done so it will know what is the starting point for the new temp branch. The problem is when some process is not being marked as done - causing new processes to be stuck in NOT_STARTED status.

Fixed in Release 2.5.2