diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-12-06 16:36:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-18 13:18:55 +0000 |
commit | 84b242ef8bc103e49d83dcc25d968ab59524e1f3 (patch) | |
tree | 0fd504622c840757a2995a158ebc422605a8d5e9 /documentation/test-manual/test-process.rst | |
parent | c24e3b9f676ea68c100154f1aa865430ed2c99f1 (diff) | |
download | poky-84b242ef8bc103e49d83dcc25d968ab59524e1f3.tar.gz |
test-manual: text and formatting fixes
(From yocto-docs rev: 7c4f616f773bb9071b395e977b2ca9f8ac8f7e2a)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/test-manual/test-process.rst')
-rw-r--r-- | documentation/test-manual/test-process.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/test-manual/test-process.rst b/documentation/test-manual/test-process.rst index 4c3b32bfea..0c560efe39 100644 --- a/documentation/test-manual/test-process.rst +++ b/documentation/test-manual/test-process.rst | |||
@@ -42,16 +42,16 @@ our sstate up to date. On the weekend, there is a master-next build | |||
42 | instead to ensure the test results are updated for the less frequently | 42 | instead to ensure the test results are updated for the less frequently |
43 | run targets. | 43 | run targets. |
44 | 44 | ||
45 | Performance builds (buildperf-\* targets in the console) are triggered | 45 | Performance builds (``buildperf-\*`` targets in the console) are triggered |
46 | separately every six hours and automatically push their results to the | 46 | separately every six hours and automatically push their results to the |
47 | buildstats repository at: | 47 | buildstats repository at: |
48 | :yocto_git:`/yocto-buildstats/`. | 48 | :yocto_git:`/yocto-buildstats/`. |
49 | 49 | ||
50 | The 'quick' targets have been selected to be the ones which catch the | 50 | The "quick" targets have been selected to be the ones which catch the |
51 | most failures or give the most valuable data. We run 'fast' ptests in | 51 | most failures or give the most valuable data. We run "fast" ptests in |
52 | this case for example but not the ones which take a long time. The quick | 52 | this case for example but not the ones which take a long time. The quick |
53 | target doesn't include \*-lsb builds for all architectures, some world | 53 | target doesn't include ``\*-lsb`` builds for all architectures, some ``world`` |
54 | builds and doesn't trigger performance tests or ltp testing. The full | 54 | builds and doesn't trigger performance tests or ``ltp`` testing. The full |
55 | build includes all these things and is slower but more comprehensive. | 55 | build includes all these things and is slower but more comprehensive. |
56 | 56 | ||
57 | Release Builds | 57 | Release Builds |
@@ -67,7 +67,7 @@ that in :ref:`test-manual/test-process:day to day development`, in that the | |||
67 | a-full target of the Autobuilder is used but in addition the form is | 67 | a-full target of the Autobuilder is used but in addition the form is |
68 | configured to generate and publish artifacts and the milestone number, | 68 | configured to generate and publish artifacts and the milestone number, |
69 | version, release candidate number and other information is entered. The | 69 | version, release candidate number and other information is entered. The |
70 | box to "generate an email to QA"is also checked. | 70 | box to "generate an email to QA" is also checked. |
71 | 71 | ||
72 | When the build completes, an email is sent out using the send-qa-email | 72 | When the build completes, an email is sent out using the send-qa-email |
73 | script in the ``yocto-autobuilder-helper`` repository to the list of | 73 | script in the ``yocto-autobuilder-helper`` repository to the list of |