Pull request with 85% of quality gate is not decorating the PR with the gate passing
Had this issue in the past, and was fixed on your end.
See the original thread where the issue happened identically as of now
Pull request with 85% of quality gate is not decorating the PR with the gate passing
Had this issue in the past, and was fixed on your end.
See the original thread where the issue happened identically as of now
As you can see here, the quality gate is not being marked as passed
But in sonar, it shows as completely successful
It was fixed after x hours, but today we are again with that issue which is actually blocking from us developing more code
I checked the status page, and there is a reported issue the 7th of may, which matches identically our issue but is marked as resolved, and no current incident is shown
Hi,
Could you provide some details about your CI? Is it self-hosted? And if so, where?
Thx,
Ann
Hi !
Azure hosted agents running with the macOS-latest image
But we are also now experiencing it with the windows-latest image now
The project is an Angular monolith project running on angular 17
Hi,
Are you self-hosted?
And if so, from where?
Thx,
Ann
Hi again,
Could you also provide
?
Thx,
Ann
Can I share the projectID / org ? Are these infos harmless ?
Also, the task ID could you point me into how to find it ?
In the logs of sonar, I only find a “server id”
Hi,
In the SonarCloud UI, go to (project) Administration → Background Tasks.
In the task column, you’ll see the project name, the task type and the task ID.
And yes, sharing org and project ID should be harmless.
Thx,
Ann
I’m part of Miguel’s team, so here’s the information you asked for:
For now I worked around the issue by making the gates “optional” instead of “mandatory” for our pull requests. Which isn’t ideal because I have to update all branch policies manually.
Hello again,
just a message to let you know that we managed to fix the issue. The problem was on our side: an expired PAT token prevented the gates from being updated properly.
Thank you for confirming @marcl