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

Marcelo Henrique Cerri marcelo.cerri at canonical.com
Tue Oct 17 19:03:53 UTC 2017


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(+)

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',
-- 
2.7.4





More information about the kernel-team mailing list