Re: [ANN] net-next is OPEN
From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-01-23 15:20:11
From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-01-23 15:20:11
On Tue, 23 Jan 2024 16:45:55 +0800 Hangbin Liu wrote:
quoted
Over the merge window I spent some time stringing together selftest runner for netdev: https://netdev.bots.linux.dev/status.html It is now connected to patchwork, meaning there should be a check posted to each patch indicating whether selftests have passed or not.Cool! Does it group a couple of patches together and run the tests or run for each patch separately?
It groups all patches outstanding in patchwork (which build cleanly). I'm hoping we could also do HW testing using this setup, so batching is a must. Not 100% sure it's the right direction for SW testing but there's one way to find out :)