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 12 forks source link

Show only latest RCA action #220

Closed mawHBT closed 1 year ago

mawHBT commented 1 year ago

What feature do you want to see added?

If you use: cleanPerformanceMeasurement cleanRTS: false, cleanMeasurement: false meaning you just repeat RCA, using the previous results for RTS and measurement, with each build a new RCA-action is added. Only one RCA-action should be displayed. multiplaRCAactions

Upstream changes

No response

bam-hbt commented 1 year ago

This should be fixed by https://github.com/DaGeRe/peass/commit/2a82ee8c60f38dbcdf824aa6387b6e77de36c1c1. Does this work for you?

mawHBT commented 1 year ago

I ran a complete build for one of our exampleTests. After that, two times RCA only (using cleanPerformanceMeasurement cleanRTS: false, cleanMeasurement: false). I got only one RCA-action, those from previous builds are not shown anymore. So this seems to work.