]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
teuthology-suite: Implement --newest
authorDan Mick <dan.mick@redhat.com>
Wed, 15 Jun 2016 04:41:16 +0000 (21:41 -0700)
committerDan Mick <dan.mick@redhat.com>
Thu, 23 Jun 2016 21:16:30 +0000 (14:16 -0700)
commitdb118a749015af9fbf1c1b569710c6f29acd218c
tree9b721c1fd683a9b37f065ac5ac14849099522e84
parent5489a733c732d48830c5b7ee2dac702ccbc65781
teuthology-suite: Implement --newest

If --newest is supplied, missing packages for one of the
required distro/versions are not fatal; instead, use a web
service to backtrack to older sha1s in an attempt to find the
newest commonly-built version.  Limit backtracking to
'--newest' commits (default 10).

See http://github.com/ceph/gitserver for the web service source.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
docs/siteconfig.rst
scripts/suite.py
teuthology/config.py
teuthology/suite/__init__.py
teuthology/suite/run.py
teuthology/suite/util.py