Skip to content

allow the Sonar job to fail, causing only a warning

allow the Sonar job to fail, causing only a warning

Motivation:

If the Sonar tests do not pass the quality gate, the whole CI pipeline will fail. I propose changing that so that this only causes a warning instead.

Modifications:

add allow_failure: true to the job description

Result:

The pipeline will pass with warnings if the Sonar tests fail

Target: master Request: Acked-by: Pull-request:

Merge request reports