]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
suite: rename disable-num-jobs-check to job-threshold 1660/head
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Thu, 15 Jul 2021 10:32:21 +0000 (12:32 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Thu, 15 Jul 2021 16:14:08 +0000 (18:14 +0200)
commit7e75c73e850eec467c65c2f569978d3e2f0e8ae2
tree1c1bbeb139d4ca9fba1fa207072d36b27617a193
parent22d0fca188262bb2f460f46cb79ab21e54fb316f
suite: rename disable-num-jobs-check to job-threshold

Rename --disable-num-jobs-check to --job-threshold:
- for shorter recallable name;
- to allow change threshold value via parameter;
- to allow define default threshold value in teuthology config.

Use `--job-threshold 0` to disable job threshold check.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
docs/siteconfig.rst
scripts/suite.py
teuthology/config.py
teuthology/suite/__init__.py
teuthology/suite/run.py