diff mbox series

[kteam-tools] info/kernel-series: bionic:linux-hwe (5.3) -- correct flavours

Message ID 20210201103221.36108-1-po-hsu.lin@canonical.com
State New
Headers show
Series [kteam-tools] info/kernel-series: bionic:linux-hwe (5.3) -- correct flavours | expand

Commit Message

Po-Hsu Lin Feb. 1, 2021, 10:32 a.m. UTC
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
---
 info/kernel-series.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Comments

Sean Feole Feb. 1, 2021, 3:34 p.m. UTC | #1
It was my understanding that this kernel was intended to be specific to google kubernetes. Do we want to expand this to the bare metals? 

-Sean

On 2/1/21 5:32 AM, Po-Hsu Lin wrote:
> Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
> ---
>  info/kernel-series.yaml | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml
> index 1f3d0881..6408f718 100644
> --- a/info/kernel-series.yaml
> +++ b/info/kernel-series.yaml
> @@ -1796,8 +1796,11 @@
>                  kernel-testing: true
>              testing:
>                  flavours:
> -                    gkeop-5.3:
> -                        arches: ['amd64']        # test system arch names
> +                    generic:
> +                        arches: ['amd64', 'i386']        # test system arch names
> +                        clouds: ['metal', 'gke']
> +                    lowlatency:
> +                        arches: ['amd64', 'i386']        # test system arch names
>                          clouds: ['metal', 'gke']
>              invalid-tasks: [ 'certification-testing' ]
>  
>
diff mbox series

Patch

diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml
index 1f3d0881..6408f718 100644
--- a/info/kernel-series.yaml
+++ b/info/kernel-series.yaml
@@ -1796,8 +1796,11 @@ 
                 kernel-testing: true
             testing:
                 flavours:
-                    gkeop-5.3:
-                        arches: ['amd64']        # test system arch names
+                    generic:
+                        arches: ['amd64', 'i386']        # test system arch names
+                        clouds: ['metal', 'gke']
+                    lowlatency:
+                        arches: ['amd64', 'i386']        # test system arch names
                         clouds: ['metal', 'gke']
             invalid-tasks: [ 'certification-testing' ]