From: Ian Jackson <ian.jack...@eu.citrix.com>

cs-bisection step wants to completely ignore all skipped steps.  So we
adjust the one query which doesn't already insist on particular status
values, to filter out `skip'.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 cs-bisection-step | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cs-bisection-step b/cs-bisection-step
index 8d14423..a0595b2 100755
--- a/cs-bisection-step
+++ b/cs-bisection-step
@@ -573,6 +573,7 @@ END
           WHERE flight = ?
             AND job = ?
             AND testid = ?
+            AND status != 'skip'
     ");
 
     my $jobq= db_prepare("
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to