Message ID | 1508344044-18405-3-git-send-email-marcelo.cerri@canonical.com |
---|---|
State | New |
Headers | show |
Series | verify-release-ready: add azure-edge kernel support | expand |
On 10/18/17 18:27, Marcelo Henrique Cerri wrote: > Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com> > --- > ktl/kernel-series-info.yaml | 7 +++++++ > ktl/kernel-source-repos.yaml | 2 ++ > 2 files changed, 9 insertions(+) > > diff --git a/ktl/kernel-series-info.yaml b/ktl/kernel-series-info.yaml > index 58be3026590c..3c7ada94c6d7 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' My only concern here is how shanky will handle the linux-azure kernel (4.11) being declared as backport of AA kernel, which they are actually not anymore since AA moved over 4.11 already. We add to the tracking bug the "kernel-stable-master-bug" swm property to prevent the backport kernel to be released before the master kernel, which for both azure kernels will be set as the AA kernel. This would make shanky to hold azure 4.11 promotion if the 4.13 tracking bug is still open. Anyway this issue doesn't seems to be solvable in the yaml file, it will probably require some hardcoded condition in swm, or manual change of the tracking bug properties, to free the way for the 4.11 kernels. Since this can be fixed later, I will send my ACK for the series :-). Kleber > 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,9 +282,11 @@ > - linux-meta-snapdragon > - linux-aws > - linux-azure > + - linux-azure-edge > - linux-gke > - linux-meta-aws > - linux-meta-azure > + - linux-meta-azure-edge > - linux-hwe-edge > - linux-meta-hwe-edge > - linux-signed-hwe-edge > diff --git a/ktl/kernel-source-repos.yaml b/ktl/kernel-source-repos.yaml > index b7ef497bf3ce..5937da1cf446 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-meta-aws > linux-azure: https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/linux-azure > linux-meta-azure: https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-azure/+git/linux-meta-azure > + linux-azure-edge: https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/linux-azure > + linux-meta-azure-edge: https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-azure/+git/linux-meta-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/ktl/kernel-series-info.yaml b/ktl/kernel-series-info.yaml index 58be3026590c..3c7ada94c6d7 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,9 +282,11 @@ - linux-meta-snapdragon - linux-aws - linux-azure + - linux-azure-edge - linux-gke - linux-meta-aws - linux-meta-azure + - linux-meta-azure-edge - linux-hwe-edge - linux-meta-hwe-edge - linux-signed-hwe-edge diff --git a/ktl/kernel-source-repos.yaml b/ktl/kernel-source-repos.yaml index b7ef497bf3ce..5937da1cf446 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-meta-aws linux-azure: https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/linux-azure linux-meta-azure: https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-azure/+git/linux-meta-azure + linux-azure-edge: https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/linux-azure + linux-meta-azure-edge: https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-azure/+git/linux-meta-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
Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com> --- ktl/kernel-series-info.yaml | 7 +++++++ ktl/kernel-source-repos.yaml | 2 ++ 2 files changed, 9 insertions(+)