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

Show Warning If Tests in Current Commit not executed #206

Closed bam-hbt closed 1 year ago

bam-hbt commented 1 year ago

What feature do you want to see added?

It can be confusing if the result or message is not displayed in the regression test selection log overview. It can be happened, when Trace for some test not be created.

Upstream changes

No response

DaGeRe commented 1 year ago

Thanks for the hint. That should be clearer to the user. I've added some popups for making this easier to understand: https://github.com/jenkinsci/peass-ci-plugin/commit/26f68e05880f1fc3320e018bcd0ae21fb4311083 does this help?

bam-hbt commented 1 year ago

Thanks for fix, looks fine.