Re: [yocto-patches] [yocto-autobuilder2][PATCH 1/2] schedulers: Drop whinlatter
Richard Purdie <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <a35c0f4d636255b636b5ec1ed9b7454a513b3762.camel@linuxfoundation.org> |
On Thu, 2026-06-11 at 15:03 +0200, Yoann Congal via lists.yoctoproject.org wrote: > From: Yoann Congal <[email protected]> > > The whinlatter release is out of maintenance now, stop running > metrics for it. > Also, its CVE metrics count dominates the patchmetrics graph: > https://valkyrie.yocto.io/pub/non-release/patchmetrics/ > > Signed-off-by: Yoann Congal <[email protected]> > --- > schedulers.py | 1 - > 1 file changed, 1 deletion(-) I'm torn on this. You'll note we still collect metrics for some of the older releases and have done for a while after they are no longer maintained. There is a reason for this in that I wanted to collect data about what happens to the CVE count after we stop maintaining them so we can see before/after data... Cheers, Richard