Actions
action #102719
openConsolidate build-bar link targets, e.g. for "failed" should show the same number as in the build bar
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
In #98403 clickable build-bars were implemented. But we combine some results together, e.g. "failed" in the build bar, example from https://openqa.suse.de/ as of 2021-11-19 SLE 15-Build63.1 shows 409 failed but if we click there we see 390 failed so some are missing, likely some like "parallel_failed".
Acceptance criteria¶
- AC1: Build bar shows the same results as the number of job results on /tests/overview also when e.g. parallel_failed jobs are present
Suggestions¶
Crosscheck how we count in javascript in perl and make sure we don't duplicate definitions, e.g. use the "meta-results" from lib/OpenQA/Jobs/Constants.pm
Updated by okurz about 3 years ago
- Copied from action #98403: [easy][beginner] Make sections on build bars clickable size:S added
Actions