Actions
action #15448
closedHole in ths staging process: issues can be missed
Start date:
2016-12-12
Due date:
% Done:
100%
Estimated time:
Description
Whenever a new kernel comes in to staging, we have a shortcoming in our staging process:
- A new kernel is added to :LETTER
- The kernel, and related packages build
- openQA happens
The main problem we see (again) is that all the rest of the staging is not being rebuilt and MIGHT have a problem with the new kernel RUNNING (e.g. just see with strace: it fails to pass the test suite with 4.8.13 being the running kernel - but this was not spotted during the staging process)
We need a way to guarantee that:
- kernel-obs-build is amongst the first packages to be built
- A full rebuilt of the project is done based on this new kernel
(this makes staging a kernel slower, but it's not the first time we run into this issue and it keeps on popping up)
Actions