From: Kefu Chai Date: Wed, 12 Sep 2018 08:58:32 +0000 (+0800) Subject: results: mark --subset and --seed optional X-Git-Tag: 1.1.0~314^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ae75ff40d0fd73084457202859cf3fce36372bf3;p=teuthology.git results: mark --subset and --seed optional before d488b9bd, these params were mandatory. after d488b9bd, they are optional. because - these parameters passed in only for "first-in-suite" job - subset is not mandatory even for "first-in-suite", because there is chance that user want to run the full combination of the test matrix. Signed-off-by: Kefu Chai --- diff --git a/scripts/results.py b/scripts/results.py index e0e995bef9..737df40892 100644 --- a/scripts/results.py +++ b/scripts/results.py @@ -1,5 +1,5 @@ """ -usage: teuthology-results [-h] [-v] [--dry-run] [--email EMAIL] [--timeout TIMEOUT] --archive-dir DIR --name NAME --subset SUBSET --seed SEED +usage: teuthology-results [-h] [-v] [--dry-run] [--email EMAIL] [--timeout TIMEOUT] --archive-dir DIR --name NAME [--subset SUBSET] [--seed SEED] Email teuthology suite results