From patchwork Fri Jul 12 14:39:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1131428 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=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45lbDM1kJTz9sDB; Sat, 13 Jul 2019 00:39:45 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1hlwi2-0004GE-C6; Fri, 12 Jul 2019 14:39:38 +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 1hlwi1-0004G8-9s for kernel-team@lists.ubuntu.com; Fri, 12 Jul 2019 14:39:37 +0000 Received: from 1.general.kamal.us.vpn ([10.172.68.52] helo=fourier) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1hlwi0-0004mI-U5; Fri, 12 Jul 2019 14:39:37 +0000 Received: from kamal by fourier with local (Exim 4.90_1) (envelope-from ) id 1hlwhy-0000cA-IC; Fri, 12 Jul 2019 07:39:34 -0700 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [kteam-tools][PATCH v2] info/kernel-series: add linux-deeplens for xenial Date: Fri, 12 Jul 2019 07:39:29 -0700 Message-Id: <20190712143929.2307-1-kamal@canonical.com> X-Mailer: git-send-email 2.17.1 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: , Cc: Kamal Mostafa MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Signed-off-by: Kamal Mostafa Tested-by: Khalid Elmously Acked-by: Khalid Elmously Acked-by: Kleber Sacilotto de Souza --- PATCH v2: - corrected the derived-from to xenial/linux-hwe - dropped the security routing since its the same as updates -Kamal info/kernel-series.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml index 2ad78f95..01041024 100644 --- a/info/kernel-series.yaml +++ b/info/kernel-series.yaml @@ -1899,6 +1899,41 @@ clouds: ['metal'] invalid-tasks: ['certification-testing'] + linux-deeplens: + routing: + test-build: + - ['ppa:baring-team/ubuntu/test', 'Release'] + security-build: + - ['ppa:canonical-kernel-security-team/ubuntu/ppa', 'Release'] + - ['ppa:canonical-kernel-security-team/ubuntu/ppa2', 'Release'] + build: + - ['ppa:baring-team/ubuntu/build', 'Release'] + test: + - ['ppa:baring-team/ubuntu/test', 'Release'] + proposed: + - ['ppa:baring-team/ubuntu/proposed', 'Release'] + updates: + - ['ppa:baring-team/ubuntu/release', 'Release'] + release: + - ['ppa:baring-team/ubuntu/release', 'Release'] + packages: + linux-deeplens: + repo: ['git://git.launchpad.net/~baring-team/baring/+git/linux-deeplens', 'master-hwe'] + linux-meta-deeplens: + type: meta + repo: ['git://git.launchpad.net/~baring-team/baring/+git/linux-meta-deeplens', 'master-hwe'] + supported: true + private: true + derived-from: ['16.04', 'linux-hwe'] + testing: + flavours: + deeplens: + # arches as defined by the testing system + # + arches: ['amd64'] + clouds: ['metal'] + invalid-tasks: ['certification-testing'] + # 15.10 (wily) '15.10': codename: wily