]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/developer_guide: Update about '--force-priority' flag 36747/head
authorVarsha Rao <varao@redhat.com>
Fri, 21 Aug 2020 10:39:33 +0000 (16:09 +0530)
committerVarsha Rao <varao@redhat.com>
Mon, 24 Aug 2020 10:03:56 +0000 (15:33 +0530)
The '--force-priority' flag is introduced in PR
https://github.com/ceph/teuthology/pull/1550.

Signed-off-by: Varsha Rao <varao@redhat.com>
doc/dev/developer_guide/tests-integration-tests.rst

index f3fe002b0f8d7f8468f4616b3dffaf6344bfca6b..37c08afc946112a82b45fe32ee4834730d2d1ccb 100644 (file)
@@ -54,9 +54,7 @@ Nightlies are often half-finished and cancelled due to the volume of testing
 done so your jobs may never finish. Therefore, it is common to select a
 priority less than 1000.
 
-Any priority may be selected when submitting jobs. But, in order to be
-sensitive to the workings of other developers that also need to do testing,
-the following recommendations should be followed:
+Job priority should be selected based on the following recommendations:
 
 * **Priority < 10:** Use this if the sky is falling and some group of tests
   must be run ASAP.
@@ -85,6 +83,10 @@ In case you don't know how many jobs would be triggered by
 issue ``teuthology-suite`` command again, this time without ``--dry-run`` and
 with ``-p`` and an appropriate number as an argument to it.
 
+To skip the priority check, use ``--force-priority``. In order to be sensitive
+to the runs of other developers who also need to do testing, please use it in
+emergency only.
+
 Suites Inventory
 ----------------