diff mbox series

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

Message ID 20201217135724.963695-2-kleber.souza@canonical.com
State New
Headers show
Series Fix dep-8 ubuntu-regression-suite for hwe kernels | expand

Commit Message

Kleber Sacilotto de Souza Dec. 17, 2020, 1:57 p.m. UTC
From: Stefan Bader <stefan.bader@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@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
---
 debian/tests/ubuntu-regression-suite | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"