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

Issue #102 #105

Closed Schattensilber closed 2 years ago

Schattensilber commented 2 years ago

Uses partial success status for runs where some RTS runs failed, uses failure status for runs where all RTS runs fail See https://github.com/jenkinsci/peass-ci-plugin/issues/102

Schattensilber commented 2 years ago

I have changed the code style as requested. Some whitespaces in empty lines are still changed, but in accordance with the code style, so I assume they are beneficial.

DaGeRe commented 2 years ago

Thanks for the fix, looks fine.

For the next time, it would be even nicer to differentiate between formatting change PRs and implementation change PRs.