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

Luis Henriques luis.henriques at canonical.com
Mon Jun 18 13:47:41 UTC 2012


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 at canonical.com>
---
 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' :  {
-- 
1.7.9.5





More information about the kernel-team mailing list