ros-infrastructure / ros_buildfarm

ROS buildfarm based on Docker
Apache License 2.0
81 stars 96 forks source link

Mark CI jobs unstable based on static analysis #953

Closed cottsay closed 2 years ago

cottsay commented 2 years ago

The threshold for this gate is '1' on ci.ros2.org, and I'm not sure why it was ever left unset here.

Will result in changes like this to the job XML of each CI job:

    <<<
    --- remote config
    +++ new config
    @@ -464 +464,7 @@
    -      <qualityGates />
    +      <qualityGates>
    +        <io.jenkins.plugins.analysis.core.util.QualityGate>
    +          <threshold>1</threshold>
    +          <type>TOTAL</type>
    +          <status>WARNING</status>
    +        </io.jenkins.plugins.analysis.core.util.QualityGate>
    +      </qualityGates>
    >>>