]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: t7gy s/Priority/N/ 39554/head
authorZac Dover <zac.dover@gmail.com>
Thu, 18 Feb 2021 16:46:57 +0000 (02:46 +1000)
committerZac Dover <zac.dover@gmail.com>
Thu, 18 Feb 2021 16:46:57 +0000 (02:46 +1000)
"N" just looks better in this table than does
"Priority". I've been thinking about this all
day, and I just decided to make this change.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-intro.rst

index e69df9803e195bead6d9a5bff4208678ee78d39e..4e3481a8bf376bb8ff9996fd9b3e8e92f46d21f8 100644 (file)
@@ -63,23 +63,23 @@ Select your job's priority (the value of ``N``) in accordance with the following
 
    * - Priority
      - Explanation
-   * - **Priority < 10**
+   * - **N < 10**
      - Use this if the sky is falling and some group of tests must be run ASAP.
-   * - **10 <= Priority < 50**
+   * - **10 <= N < 50**
      - Use this if your tests are urgent and blocking other important
        development.
-   * - **50 <= Priority < 75**
+   * - **50 <= N < 75**
      - Use this if you are testing a particular feature/fix and running fewer
        than about 25 jobs. This range is also used for urgent release testing.
-   * - **75 <= Priority < 100**
+   * - **75 <= N < 100**
      - Tech Leads regularly schedule integration tests with this priority to
        verify pull requests against master.
-   * - **100 <= Priority < 150**
+   * - **100 <= N < 150**
      - This priority is used for QE validation of point releases.
-   * - **150 <= Priority < 200**
+   * - **150 <= N < 200**
      - Use this priority for 100 jobs or fewer that test a particular feature
        or fix.  Results are available in about 24 hours.
-   * - **200 <= Priority < 1000**
+   * - **200 <= N < 1000**
      - Use this priority for large test runs.  Results are available in about a
        week.