]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: clarify priority use 32191/head
authorYuri Weinstein <yweinste@redhat.com>
Wed, 11 Dec 2019 20:01:15 +0000 (12:01 -0800)
committerYuri Weinstein <yweinste@redhat.com>
Fri, 13 Dec 2019 15:46:30 +0000 (07:46 -0800)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
doc/dev/developer_guide/index.rst

index bcacc9d5df65e4afbe138ba209e6806207aed988..c15898ea4372daeaef7785f5162ebc4dfb8e7c74 100644 (file)
@@ -913,11 +913,11 @@ the following recommendations should be followed:
 
 * **10 <= Priority < 50:** Use this if your tests are urgent and blocking other important development.
 
-* **50 <= Priority < 75:** Use this if you are testing a particular feature/fix and running fewer than about 25 jobs.
+* **50 <= Priority < 75:** Use this if you are testing a particular feature/fix and running fewer than about 25 jobs. This range can also be used for urgent release testing.
 
 * **75 <= Priority < 100:** Tech Leads will regularly schedule integration tests with this priority to verify pull requests against master.
 
-* **100 <= Priority < 150:** This priority is to be used for release QA.
+* **100 <= Priority < 150:** This priority is to be used for QE validation of point releases.
 
 * **150 <= Priority < 200:** Use this priority for 100 jobs or fewer of a particular feature/fix that you'd like results on in a day or so.