[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 2/6] Other-revision-jobs: Update report__find_test
This is straightforward. We simply don't look at the revision runvars in non-main-revision jobs, when searching for suitable flights. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- Osstest/Executive.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Osstest/Executive.pm b/Osstest/Executive.pm index 97723be..bf968c8 100644 --- a/Osstest/Executive.pm +++ b/Osstest/Executive.pm @@ -336,6 +336,7 @@ END WHERE name=? AND val=? AND r.flight=f.flight + AND ${\ main_revision_job_cond('r.job') } ) END push @params, "revision_$tree", $revision; -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |