]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
suite/run,schedule,result: write rerun memo as the first job in suite 1198/head
authorKefu Chai <kchai@redhat.com>
Fri, 24 Aug 2018 13:15:31 +0000 (21:15 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 3 Sep 2018 14:26:32 +0000 (22:26 +0800)
commitd488b9bda577781429e8d28d7802b144b1e37dce
tree234ffeb61ec602bfec6e87ee78418ffbae19107b
parent753c75ee3980e5843d716e9c69cc9aae8cfea952
suite/run,schedule,result: write rerun memo as the first job in suite

so we don't need to wait for the job to write result to for rerunning
the test suite. without this change, the "result" is normally the last
job in the suite to be scheduled, so it's likely we will not have the
results.log until the suite is almost completed. afer this change,
a "first-in-suite" job is scheduled as the first job to note down
the subset and seed to run the suite.

Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/schedule.py
teuthology/results.py
teuthology/schedule.py
teuthology/suite/run.py
teuthology/suite/test/test_run_.py
teuthology/test/test_schedule.py
teuthology/worker.py