From patchwork Mon Jun 18 13:47:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis Henriques X-Patchwork-Id: 165462 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 1CB65B72CA for ; Mon, 18 Jun 2012 23:47:59 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SgcIy-0004Sk-GH; Mon, 18 Jun 2012 13:47:44 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SgcIv-0004Sf-Sn for kernel-team@lists.ubuntu.com; Mon, 18 Jun 2012 13:47:41 +0000 Received: from 027a8c37.bb.sky.com ([2.122.140.55] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SgcIv-0004KO-Mm for kernel-team@lists.ubuntu.com; Mon, 18 Jun 2012 13:47:41 +0000 From: Luis Henriques To: kernel-team@lists.ubuntu.com Subject: [PATCH 1/1] ktl/workflow.py: invalidate certification-testing tasks for 3.0.0 Date: Mon, 18 Jun 2012 14:47:41 +0100 Message-Id: <1340027261-29650-1-git-send-email-luis.henriques@canonical.com> X-Mailer: git-send-email 1.7.9.5 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Oneiric 3.0.0 kernels aren't tested anymore by certification team, see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1012040/comments/4 Signed-off-by: Luis Henriques --- ktl/workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktl/workflow.py b/ktl/workflow.py index 02b4ac0..3668b95 100644 --- a/ktl/workflow.py +++ b/ktl/workflow.py @@ -122,7 +122,7 @@ class Workflow: 'subscribers' : ["sru-verification", "ubuntu-sru", "hardware-certification"], 'invalidate_tasks' : { - 'certification-testing' : [ '2.6.24', '2.6.35', '2.6.38' ] + 'certification-testing' : [ '2.6.24', '2.6.35', '2.6.38', '3.0.0' ] } }, 'linux-ec2' : {