From: Kefu Chai Date: Tue, 17 Mar 2026 08:15:38 +0000 (+0800) Subject: schedule: fix first-in-suite option help X-Git-Tag: 1.3.0~22^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cd46d8274595e795e085322961a7d96867c42aec;p=teuthology.git schedule: fix first-in-suite option help The schedule command validates --seed, --subset and --no-nested-subset together with --first-in-suite, and the suite runner passes them that way when writing the rerun memo. Update the help text to match the implemented behavior. Reported-by: T K Chandra Hasan Signed-off-by: Kefu Chai --- diff --git a/scripts/schedule.py b/scripts/schedule.py index 58f7a4624..26a7fe281 100644 --- a/scripts/schedule.py +++ b/scripts/schedule.py @@ -44,12 +44,12 @@ optional arguments: finish before emailing results. Only applies to the last job in a suite. --seed The random seed for rerunning the suite. - Only applies to the last job in a suite. + Only applies to the first job in a suite. --subset The subset option passed to teuthology-suite. - Only applies to the last job in a suite. + Only applies to the first job in a suite. --no-nested-subset The no-nested-subset option passed to teuthology-suite. - Only applies to the last job in a suite. + Only applies to the first job in a suite. --dry-run Instead of scheduling, just output the job config.