From ae75ff40d0fd73084457202859cf3fce36372bf3 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 12 Sep 2018 16:58:32 +0800 Subject: [PATCH] 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 --- scripts/results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5