From patchwork Thu Feb 6 10:48:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 1234204 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) 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 48CwCC0QsGz9sRK; Thu, 6 Feb 2020 21:48:39 +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 1izei1-0007ag-46; Thu, 06 Feb 2020 10:48:33 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1izei0-0007aa-1z for kernel-team@lists.ubuntu.com; Thu, 06 Feb 2020 10:48:32 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1izehz-0004Zv-Pb for kernel-team@lists.ubuntu.com; Thu, 06 Feb 2020 10:48:31 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH] info/kernel-series: Update linux-gcp in focal to 5.4 Date: Thu, 6 Feb 2020 11:48:31 +0100 Message-Id: <20200206104831.79464-1-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 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: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Signed-off-by: Paolo Pisati --- info/kernel-series.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml index a10bbf35..de95596d 100644 --- a/info/kernel-series.yaml +++ b/info/kernel-series.yaml @@ -373,28 +373,28 @@ invalid-tasks: [ 'certification-testing' ] stakeholder: 'linux-azure-signoff' - linux-gcp: + linux-gcp-5.4: + variants: ['--'] packages: - linux-gcp: + linux-gcp-5.4: repo: ['git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-gcp/+git/focal', 'master-next'] - linux-meta-gcp: + linux-meta-gcp-5.4: type: meta repo: ['git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-gcp/+git/focal'] - linux-signed-gcp: + linux-signed-gcp-5.4: type: signed repo: ['git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-signed-gcp/+git/focal'] - linux-restricted-modules-gcp: + linux-restricted-modules-gcp-5.4: type: lrm repo: ['git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-restricted-modules-gcp/+git/focal'] supported: true - derived-from: [ '19.10', 'linux' ] + derived-from: [ '20.04', 'linux-5.4' ] testing: flavours: gcp: arches: ['amd64'] # test system arch names clouds: ['gcp'] invalid-tasks: [ 'certification-testing' ] - copy-forward: ['19.10', 'linux-gcp'] linux-kvm-5.4: variants: ['--']