]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
suite: add config.suite_verify_ceph_hash when no gitbuilder
authorLoic Dachary <ldachary@redhat.com>
Tue, 15 Sep 2015 10:50:49 +0000 (12:50 +0200)
committerloic <ldachary@redhat.com>
Sat, 31 Oct 2015 02:13:14 +0000 (11:13 +0900)
commit98e6d9c86064e2375fc618d320ebdf74a09d67b6
tree5aa4287a70f5683ccf3c9fdf30be925da5a3f792
parent9329786102d5d0f4b104d408d461fdf02e3881b9
suite: add config.suite_verify_ceph_hash when no gitbuilder

The suite_verify_ceph_hash configuration option is added to disable the
gitbuilder package verifications.

If True, teuthology-suite verifies that a package matching the ceph
branch exists in the gitbuilder. If False, no verification is done and
teuthology-suite assumes the packages are either not necessary to run
the task or they are created on demand.

Signed-off-by: Loic Dachary <loic@dachary.org>
docs/siteconfig.rst
teuthology/config.py
teuthology/suite.py
teuthology/test/test_suite.py