scylladb / argus

Apache License 2.0
4 stars 11 forks source link

improvement(results): exclude ignored results from graphs #481

Closed soyacz closed 1 month ago

soyacz commented 1 month ago

Sometimes results might be wrong (e.g. wrong job configuration) leading to results that outstand and being irrelevant or updating best result value causing validation to break.

If job investigation status is set to IGNORED make Argus to skip plotting it and exclude from best results map.

closes: https://github.com/scylladb/argus/issues/462