[SRU][F/G/H/U][PATCH 1/1] UBUNTU: [dep-8] Allow all hwe kernels

Kleber Sacilotto de Souza kleber.souza at canonical.com
Thu Dec 17 13:57:24 UTC 2020


From: Stefan Bader <stefan.bader at canonical.com>

BugLink: https://bugs.launchpad.net/bugs/1908529

The dep-8 tests are limited to kernels which are bootable. But with
moving to versioned hwe kernels this would require constant change.
To avoid that, just allow any kernel source starting with linux-hwe.

Signed-off-by: Stefan Bader <stefan.bader at canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza at canonical.com>
---
 debian/tests/ubuntu-regression-suite | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/ubuntu-regression-suite b/debian/tests/ubuntu-regression-suite
index 72a95a1e32cd..8512682d5453 100755
--- a/debian/tests/ubuntu-regression-suite
+++ b/debian/tests/ubuntu-regression-suite
@@ -4,7 +4,7 @@ set -e
 # Only run regression-suite on kernels we can boot in canonistack
 source=`dpkg-parsechangelog -SSource`
 case $source in
-    linux|linux-hwe|linux-hwe-edge|linux-kvm|linux-oem)
+    linux|linux-hwe*|linux-kvm|linux-oem)
 	;;
     *)
 	echo "ubuntu-regression-suite is pointless, if one cannot boot the kernel"
-- 
2.27.0




More information about the kernel-team mailing list