diff options
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 |