[kteam-tools][PATCH] verify-release-ready: add azure-edge kernel support

Kleber Souza kleber.souza at canonical.com
Wed Oct 18 07:32:11 UTC 2017


On 10/17/17 21:03, Marcelo Henrique Cerri wrote:
> Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri at canonical.com>
> ---
>  ktl/kernel-series-info.yaml       | 6 ++++++
>  ktl/kernel-source-repos.yaml      | 2 ++
>  maintscripts/verify-release-ready | 2 ++
>  3 files changed, 10 insertions(+)

I would split this patch in at least 2. The subject says
'verify-release-ready', but changing the kernel-series-info.yaml file
can affect other parts of our tooling as well, so I would have a
separate patch for it.


Kleber

> 
> diff --git a/ktl/kernel-series-info.yaml b/ktl/kernel-series-info.yaml
> index 58be3026590c..1a28456a6f96 100644
> --- a/ktl/kernel-series-info.yaml
> +++ b/ktl/kernel-series-info.yaml
> @@ -203,6 +203,9 @@
>              linux-azure:
>              - linux
>              - '17.10'
> +            linux-azure-edge:
> +            - linux
> +            - '17.10'
>              linux-gcp:
>              - linux
>              - '17.04'
> @@ -221,6 +224,8 @@
>                  meta: linux-meta-gke
>              linux-azure:
>                  meta: linux-meta-azure
> +            linux-azure-edge:
> +                meta: linux-meta-azure-edge
>              linux-joule:
>                  meta: linux-meta-joule
>              linux-hwe:
> @@ -277,6 +282,7 @@
>          - linux-meta-snapdragon
>          - linux-aws
>          - linux-azure
> +        - linux-azure-edge
>          - linux-gke
>          - linux-meta-aws
>          - linux-meta-azure
> diff --git a/ktl/kernel-source-repos.yaml b/ktl/kernel-source-repos.yaml
> index ea86133f8d84..7c7acd15cf14 100644
> --- a/ktl/kernel-source-repos.yaml
> +++ b/ktl/kernel-source-repos.yaml
> @@ -3,6 +3,8 @@
>      linux-meta-aws:        https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-aws/+git/linux-aws
>      linux-azure:           https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-aws/+git/linux-azure
>      linux-meta-azure:      https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-aws/+git/linux-azure
> +    linux-azure-edge:      https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-aws/+git/linux-azure
> +    linux-meta-azure-edge: https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-aws/+git/linux-azure
>      linux:                 https://code.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/xenial
>      linux:                 https://code.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/xenial
>      linux-meta:            https://code.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/xenial
> diff --git a/maintscripts/verify-release-ready b/maintscripts/verify-release-ready
> index 2f19aa2db82d..8530b44c0623 100755
> --- a/maintscripts/verify-release-ready
> +++ b/maintscripts/verify-release-ready
> @@ -515,6 +515,7 @@ class VerifyReleaseReady():
>              'linux-hwe-edge',
>              'linux-joule',
>              'linux-azure',
> +            'linux-azure-edge',
>              'linux-gcp',
>              'linux-gke',
>              'linux-kvm'
> @@ -540,6 +541,7 @@ class VerifyReleaseReady():
>              'linux-meta-hwe-edge',
>              'linux-meta-joule',
>              'linux-meta-azure',
> +            'linux-meta-azure-edge',
>              'linux-meta-gcp',
>              'linux-meta-gke',
>              'linux-meta-kvm',
> 




More information about the kernel-team mailing list