diff mbox series

[eoan/unstable] UBUNTU: [Debian]: do not skip tests for linux-hwe-edge

Message ID 20191025121425.14345-1-cascardo@canonical.com
State New
Headers show
Series [eoan/unstable] UBUNTU: [Debian]: do not skip tests for linux-hwe-edge | expand

Commit Message

Thadeu Lima de Souza Cascardo Oct. 25, 2019, 12:14 p.m. UTC
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
---

Applying this to eoan and unstable should be enough, as xenial linux-hwe-edge
is a meta to linux-hwe as of now, and should not expect changes about that.

---
 debian/tests/ubuntu-regression-suite | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kleber Sacilotto de Souza Oct. 25, 2019, 12:19 p.m. UTC | #1
On 10/25/19 2:14 PM, Thadeu Lima de Souza Cascardo wrote:
> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>

Good catch.

Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>

> ---
> 
> Applying this to eoan and unstable should be enough, as xenial linux-hwe-edge
> is a meta to linux-hwe as of now, and should not expect changes about that.
> 
> ---
>  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 952d38cc9331..72a95a1e32cd 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-kvm|linux-oem)
> +    linux|linux-hwe|linux-hwe-edge|linux-kvm|linux-oem)
>  	;;
>      *)
>  	echo "ubuntu-regression-suite is pointless, if one cannot boot the kernel"
>
Po-Hsu Lin Oct. 25, 2019, 1:12 p.m. UTC | #2
LGTM
Acked-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
Seth Forshee Nov. 1, 2019, 12:42 p.m. UTC | #3
On Fri, Oct 25, 2019 at 09:14:25AM -0300, Thadeu Lima de Souza Cascardo wrote:
> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>

Applied to unstable/master, thanks!
Kleber Sacilotto de Souza Nov. 4, 2019, 9:06 a.m. UTC | #4
On 2019-10-25 14:14, Thadeu Lima de Souza Cascardo wrote:
> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>


Applied to eoan/master-next branch, adding a 'Ignore: yes' tag.

Thanks,
Kleber

> ---
> 
> Applying this to eoan and unstable should be enough, as xenial linux-hwe-edge
> is a meta to linux-hwe as of now, and should not expect changes about that.
> 
> ---
>  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 952d38cc9331..72a95a1e32cd 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-kvm|linux-oem)
> +    linux|linux-hwe|linux-hwe-edge|linux-kvm|linux-oem)
>  	;;
>      *)
>  	echo "ubuntu-regression-suite is pointless, if one cannot boot the kernel"
>
diff mbox series

Patch

diff --git a/debian/tests/ubuntu-regression-suite b/debian/tests/ubuntu-regression-suite
index 952d38cc9331..72a95a1e32cd 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-kvm|linux-oem)
+    linux|linux-hwe|linux-hwe-edge|linux-kvm|linux-oem)
 	;;
     *)
 	echo "ubuntu-regression-suite is pointless, if one cannot boot the kernel"