diff mbox

[1/1] ktl/workflow.py: invalidate certification-testing tasks for 3.0.0

Message ID 1340027261-29650-1-git-send-email-luis.henriques@canonical.com
State New
Headers show

Commit Message

Luis Henriques June 18, 2012, 1:47 p.m. UTC
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 <luis.henriques@canonical.com>
---
 ktl/workflow.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Herton Ronaldo Krzesinski June 18, 2012, 1:53 p.m. UTC | #1

diff mbox

Patch

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' :  {