From: Zac Dover Date: Thu, 18 Feb 2021 16:46:57 +0000 (+1000) Subject: doc/dev: t7gy s/Priority/N/ X-Git-Tag: v17.1.0~2930^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cc362c2fd6d16127021c408a931997e1a09a34eb;p=ceph.git doc/dev: t7gy s/Priority/N/ "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 --- diff --git a/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-intro.rst b/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-intro.rst index e69df9803e19..4e3481a8bf37 100644 --- a/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-intro.rst +++ b/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-intro.rst @@ -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.