]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
suite: add the ceph-qa-suite hash to the job config 691/head
authorLoic Dachary <ldachary@redhat.com>
Thu, 29 Oct 2015 03:01:49 +0000 (12:01 +0900)
committerLoic Dachary <ldachary@redhat.com>
Tue, 3 Nov 2015 08:02:17 +0000 (09:02 +0100)
commit483db87bcda611072c501b4d2416d3dd666df63b
treea578636abf32965ae4f09473679d2c899ac6d727
parenta6d00b20df894e6e2bc00c157be1b92b9df15c2d
suite: add the ceph-qa-suite hash to the job config

To be able to re-run a job we need:

* the ceph repository and hash
* the ceph-qa-suite repository and hash
* the job description

When reading the job log from the archive directory, we currently only
have the ceph-qa-suite branch name. If and when the branch name moves
on, the job description may cease to be valid and re-running the job
may no longer be possible.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
teuthology/suite.py
teuthology/test/test_suite.py