mbox

[Xen-devel,OSSTEST,00/17] refactor and clean up make-flight

Message ID 1390384770.32519.33.camel@kazak.uk.xensource.com
State New
Headers show

Pull-request

git://xenbits.xen.org/people/ianc/osstest.git make-flight-refactor

Message

Ian Campbell Jan. 22, 2014, 9:59 a.m. UTC
On Wed, 2014-01-22 at 09:53 +0000, Ian Campbell wrote:
> The following series refactors make-flight to move some of the useful

Perhaps I should have just done this instead of the massive patch spam:

The following changes since commit c12c2ef4fb9de6bef51f52916b398b3e6b6c5382:

  ts-kernel-build: override kernel config from runvars (2014-01-10 16:48:59 +0000)

are available in the git repository at:

  git://xenbits.xen.org/people/ianc/osstest.git make-flight-refactor

for you to fetch changes up to dcf4332148275d332ad94181a5983023029b5556:

  make-flight: refactor test_matrix_do_one (2014-01-22 09:55:50 +0000)

----------------------------------------------------------------
Ian Campbell (17):
      make-flight: expand hard tabs
      make-flight: refactor common function "stripy" into helper library
      make-flight: Drop obsolete/unused xenrt_images variable.
      make-flight: refactor build job creation into mfi-common
      Remove support for building the XCP kernel
      mfi-common: Allow caller of create_build_jobs to include/exclude xend builds
      mfi-common: restrict scope of local vars in create_build_jobs
      mfi-common: fixup
      make-flight: Remove md5sum based job filtering
      make-flight: refactor job_create_test filters
      make-flight: refactor job_create_test into mfi-common
      make-flight: refactor test case filter over $branch
      make-flight: Separate matrix iteration from test job creation
      make-flight: reduce indentation in test_matrix_do_one
      make-flight: Refactor test matrix iteration into mfi-common
      mfi-common: onetoolstack does not vary for a given $xenbranch
      make-flight: refactor test_matrix_do_one

 cr-daily-branch   |   1 -
 cr-external-linux |   1 -
 make-flight       | 635 ++++++++++++++++--------------------------------------
 mfi-common        | 326 ++++++++++++++++++++++++++++
 4 files changed, 516 insertions(+), 447 deletions(-)
 create mode 100644 mfi-common

Comments

Ian Campbell Jan. 22, 2014, 12:03 p.m. UTC | #1
On Wed, 2014-01-22 at 11:57 +0000, Ian Jackson wrote:
> Ian Campbell writes ("Re: [Xen-devel] [PATCH OSSTEST 00/17] refactor and clean up make-flight"):
> > On Wed, 2014-01-22 at 09:53 +0000, Ian Campbell wrote:
> > > The following series refactors make-flight to move some of the useful
> > 
> > Perhaps I should have just done this instead of the massive patch spam:
> 
> Thanks.
> 
> Well, I've read some of the meat and all of the commit messages and it
> looks reasonable.  I suggest you push it after I've had that other go
> at the switch wheezy.

OK. I'll keep an eye out for the results of that.

Thanks.

Ian.