gitlab-merge-request-resource
gitlab-merge-request-resource copied to clipboard
Merge Request Showing Pipeline Pending
When I click the following button
I am taking to the following URL:
https://concourse.url/teams/dev-team/pipelines/test-service/jobs/builds/put
.
However, I have both unit test and integration test jobs that both ran. But for some reason the MR still seems to say the pipeline is pending. It's worth noting, we have quite a lot of problems when the amount of MR's open increase past 1. Now we have a dependency bot that opens MR's for us, there are more than 5 MR's open for my current repository and Gitlab MR's have a real tough time tracking the progress of them. Concourse itself runs the jobs with no issues, but how the Gitlab MR tracks the progress of this, it takes about 1 hour to resolve 5 MR's, because we constantly have to re-run them separately so there's only 1 running at one time. Which as you can imagine isn't ideal.
It's worth adding, for the merge request checks, the inputs are empty for the MR's that have a stuck pending
state.
Whereas the MR's that get passed the pending state, I can see the inputs and outputs completely find in the check