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

Set buildstate to unstable if errors occur in measurement for single test #194

Closed mawHBT closed 1 year ago

mawHBT commented 1 year ago

What feature do you want to see added?

We had a build for a single test with an error-free RTS but errors in measurements. Buildstate was green anyways. In this case, buildstate should be set to unstable. There was no error in the build itself. So with other error-free tests you would have appropriate results. Getting an unstable buildstate would let you know that anything did go wrong in single test(s).

Upstream changes

No response

DaGeRe commented 1 year ago

This should work starting with https://github.com/jenkinsci/peass-ci-plugin/commit/1547616999523d27ec96b67c736cf616815acb4c, does this work for you?

mawHBT commented 1 year ago

This did not occur anymore, so I close this.