From cc362c2fd6d16127021c408a931997e1a09a34eb Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Fri, 19 Feb 2021 02:46:57 +1000 Subject: [PATCH] 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 --- .../tests-integration-testing-teuthology-intro.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 e69df9803e195..4e3481a8bf376 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. -- 2.39.5