]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
schedule: fix first-in-suite option help 2155/head
authorKefu Chai <k.chai@proxmox.com>
Tue, 17 Mar 2026 08:15:38 +0000 (16:15 +0800)
committerKefu Chai <k.chai@proxmox.com>
Tue, 17 Mar 2026 09:45:19 +0000 (17:45 +0800)
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 <t.k.chandra.hasan@ibm.com>
Signed-off-by: Kefu Chai <k.chai@proxmox.com>
scripts/schedule.py

index 58f7a46249dfbf0e291824f6420a9fb0cb0abcfd..26a7fe281ef4e274cb92676d38538736c4a917ab 100644 (file)
@@ -44,12 +44,12 @@ optional arguments:
                                        finish before emailing results. Only
                                        applies to the last job in a suite.
   --seed <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 <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.