]> xenbits.xensource.com Git - osstest.git/commit
Other-revision-jobs: Provide other_revision_job_suffix
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 28 Aug 2015 14:17:09 +0000 (15:17 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 28 Aug 2015 16:28:50 +0000 (17:28 +0100)
commitb051feeeb53989e206c655f69984a89076901f98
tree42d8b6f9260baa8e38f64f6c00b9ce5d954f5531
parent073b915f5fb912e157bf6e59a2cfa6cfbacf5b45
Other-revision-jobs: Provide other_revision_job_suffix

This is a string, a function of the job name, that identifies the
class of `other revisions'.  It is empty for main-revision jobs
and currently there is only `<delimiter>prev' for build-*-prev.

We are going to use this in the bisector.

Reimplement main_revision_job_cond in terms of this.  No functional
change, except that the SQL optimiser may have more work to do.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Osstest.pm