From patchwork Tue Oct 17 19:03:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Henrique Cerri X-Patchwork-Id: 827250 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3yGl3Z1gZgz9t30; Wed, 18 Oct 2017 06:04:10 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1e4X9q-0003nS-5z; Tue, 17 Oct 2017 19:04:06 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1e4X9n-0003l3-Ai for kernel-team@lists.ubuntu.com; Tue, 17 Oct 2017 19:04:03 +0000 Received: from mail-qk0-f198.google.com ([209.85.220.198]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1e4X9m-00084Y-UD for kernel-team@lists.ubuntu.com; Tue, 17 Oct 2017 19:04:03 +0000 Received: by mail-qk0-f198.google.com with SMTP id a12so3434089qka.7 for ; Tue, 17 Oct 2017 12:04:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=NkQDTVKqsPWc3zSJktCINDT+2fd12Rz/CSqdt/YNjgY=; b=mhIn5W8RQVjMpiDWezhDjz0d0RFDjweqHVeH417C8NrqZUAM68t81SHH4jJ8ICP5BB YSXQhPdGxGrxNSVP9dqQk/DoMfeOHPVmoYw0IrhCyPoNZitegHUJeG27gsOSHLKHMdU9 4LJo3s9MS+1KeQCgO8XKiQE6QM61+SMIIIIu8TlLg/PLFBcJIJ96NeWbKU+o8NBo9iIV M5b95neccAo7CNZv0RXv71jAO3mfP9z2WYJh6J2yuUf/GH6/VvWz7buPp/4NxqhKB+hV FBqfLRwLOmLJ1RIKAwUKum1BaP2KizuhfkgmhRtBrwvVj44OIifcrjwoDnyKIfTb/RCm PLkg== X-Gm-Message-State: AMCzsaVzWJuXHa5qt/aZIgYFFCNxj99cLaBqgLS5Qivp6hPJDFNmek81 hDj6StkdCUyhlj34tQxFf1CPNx4OlXeIIqbLbw6YhLdwmxMkLWT2Q8JQFt9ERAQmyKlpIvb6Sr8 mABz5wMNlGxiqy/YEPtRHnjPDiJAmK0tshRcEH6Ae X-Received: by 10.200.53.12 with SMTP id y12mr22337607qtb.84.1508267041850; Tue, 17 Oct 2017 12:04:01 -0700 (PDT) X-Google-Smtp-Source: AOwi7QADZUWeF9v2Dpd+kx6/vaTWWeozHPX/0nV6wQQrBA55q9bidQ26Eoicou3on8MSUbwv80XKVQ== X-Received: by 10.200.53.12 with SMTP id y12mr22337583qtb.84.1508267041546; Tue, 17 Oct 2017 12:04:01 -0700 (PDT) Received: from localhost.localdomain (189-19-122-247.dsl.telesp.net.br. [189.19.122.247]) by smtp.gmail.com with ESMTPSA id q128sm5475264qkb.23.2017.10.17.12.03.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 17 Oct 2017 12:04:00 -0700 (PDT) From: Marcelo Henrique Cerri To: kernel-team@lists.ubuntu.com Subject: [kteam-tools][PATCH] verify-release-ready: add azure-edge kernel support Date: Tue, 17 Oct 2017 17:03:53 -0200 Message-Id: <1508267033-5576-1-git-send-email-marcelo.cerri@canonical.com> X-Mailer: git-send-email 2.7.4 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Signed-off-by: Marcelo Henrique Cerri --- 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',