]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
teuthology-suite: automate -t argument default value 1490/head
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Sun, 24 May 2020 06:01:41 +0000 (08:01 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 1 Jun 2020 05:31:57 +0000 (07:31 +0200)
commit677b5039fc345b9addb2b64955a43f7514bbd4b7
tree8133483f7216cdb72f71ab2246928898f84db68e
parent5ae330336892f31ffcf589af60626d70ce241e74
teuthology-suite: automate -t argument default value

This change is required to determine which teuthology branch should
be used for scheduling a run for the given ceph branch.

Drop the code using --ceph-branch and when --teuthology-branch is not
supplied, since this mechanism is not used and not supported anymore.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
scripts/suite.py
teuthology/suite/__init__.py
teuthology/suite/run.py
teuthology/suite/test/test_init.py
teuthology/suite/test/test_run_.py