Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
Use this suite branch instead of the ceph branch
--suite-dir <suite_dir> Use this alternative directory as-is when
assembling jobs from yaml fragments. This causes
- <suite_branch> to be ignored.
+ <suite_branch> to be ignored for scheduling
+ purposes, but it will still be used for test
+ running.
Scheduler arguments:
--owner <owner> Job owner
job_config.email = email
if owner:
job_config.owner = owner
+ if suite_branch:
+ job_config.suite_branch = suite_branch
with NamedTemporaryFile(prefix='schedule_suite_',
delete=False) as base_yaml: