action #1385
closedmake buildview depend on distri and version too
Description
the same build number could be valid for several distros, so the build view needs to take that into consideration
Updated by ancorgs over 10 years ago
Working on it (and adding a aggregated summary at the view) made me realize that the current buildview is totally messed up (in a serious but subtle way) due to the duplicated jobs. We really need #2240 so we can discard old stuff in buildview and jobs list.
Updated by ancorgs over 10 years ago
I fixed the bug caused by duplicated jobs (very easy after implementing #2240 ) and tweaked the new summary. Nothing committed yet. Time to start working on the initial subject of this issue.
Updated by ancorgs over 10 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 60
Revamp of buildview done. Now it's called tests_overview because I decided to make it even more generic... but I changed my mind afterward :-). Some other bugs detected and fixed in the way (including the proper tests to avoid regression). I will commit as soon as I write some tests.
Updated by ancorgs over 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 60 to 100
Tests added. Everything committed in https://github.com/os-autoinst/openQA/pull/33
Updated by ancorgs over 10 years ago
Fixed the new 'buildview' to use the current system for results (job_results + unknown) instead of the old one (overall). It should look more coherent with the listing now. https://github.com/os-autoinst/openQA/pull/40