jenkinsci / peass-ci-plugin

Jenkins plugin for peass to support performance measurement in CI
https://plugins.jenkins.io/peass-ci/
GNU Affero General Public License v3.0
4 stars 13 forks source link

Avoid setting buildstate to "unstable" if parameterizedTests exist #153

Closed mawHBT closed 2 years ago

mawHBT commented 2 years ago

Warning messages for parameterizedTests where handled as errors, causing the buildstate set to "unstable" (see issue #146).

DaGeRe commented 2 years ago

Thanks for the PR, looks fine!