CI/CD pipeline breakage

Our SonarCloud project is configured to run on new merge requests targeting our “develop” branch and post a comment to the corresponding MR with the scan’s results. This was working up until last Friday, May 31st near EOD. The last scan ran 5/31/2024, 4:45 PM EST and none have run since.

During troubleshooting and investigation, our team has been unable to determine what caused this breakage or how to solve it. Even though it was set not to expire, we updated the API key just in case that might be the problem and there appears to be no change.

Any ideas what might be the cause or how to fix/investigate further?

Hey there.

Since you’ve mentioned Merge Requests, I assume you’re talking about Gitlab.

Do you see any errors in GitLab CI Pipeline runs that have run since?

GitLabs, yes. Nope, the CI pipeline runs were all clean, save the occasional unit test failure. We did manage to resolve the issue but I am still trying to gain an understanding of what it was and how we fixed it.