From cd46d8274595e795e085322961a7d96867c42aec Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 17 Mar 2026 16:15:38 +0800 Subject: [PATCH] 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 --- scripts/schedule.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.47.3