]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
worker: do not pass --timeout to first-in-suite job 1204/head
authorKefu Chai <kchai@redhat.com>
Mon, 10 Sep 2018 16:10:14 +0000 (00:10 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 10 Sep 2018 16:12:28 +0000 (00:12 +0800)
commite48a91b26740325781907da837ebf7315beec560
treeccabe65f63fc0e7307b335a52ef30044b715f3df
parenta703db388a5d883bc1ae7011b17bae76710e319a
worker: do not pass --timeout to first-in-suite job

likewise, do not pass --seed or --subset to last-in-suite job
otherwise, teuthology/schedule.py will raise a ValueError at seeing
--subset or --seed not coming along with --first-in-suite, or
--email or --timeout not coming along with --last-in-suite.

Signed-off-by: Kefu Chai <kchai@redhat.com>
teuthology/worker.py