diff options
Diffstat (limited to 'documentation/test-manual')
-rw-r--r-- | documentation/test-manual/index.rst | 6 | ||||
-rw-r--r-- | documentation/test-manual/intro.rst (renamed from documentation/test-manual/test-manual-intro.rst) | 2 | ||||
-rw-r--r-- | documentation/test-manual/test-process.rst (renamed from documentation/test-manual/test-manual-test-process.rst) | 0 | ||||
-rw-r--r-- | documentation/test-manual/understand-autobuilder.rst (renamed from documentation/test-manual/test-manual-understand-autobuilder.rst) | 12 |
4 files changed, 10 insertions, 10 deletions
diff --git a/documentation/test-manual/index.rst b/documentation/test-manual/index.rst index 2891f06d81..e2198c4c39 100644 --- a/documentation/test-manual/index.rst +++ b/documentation/test-manual/index.rst | |||
@@ -10,9 +10,9 @@ Yocto Project Test Environment Manual | |||
10 | :caption: Table of Contents | 10 | :caption: Table of Contents |
11 | :numbered: | 11 | :numbered: |
12 | 12 | ||
13 | test-manual-intro | 13 | intro |
14 | test-manual-test-process | 14 | test-process |
15 | test-manual-understand-autobuilder | 15 | understand-autobuilder |
16 | history | 16 | history |
17 | 17 | ||
18 | .. include:: /boilerplate.rst | 18 | .. include:: /boilerplate.rst |
diff --git a/documentation/test-manual/test-manual-intro.rst b/documentation/test-manual/intro.rst index b41972084b..6168ad7700 100644 --- a/documentation/test-manual/test-manual-intro.rst +++ b/documentation/test-manual/intro.rst | |||
@@ -310,7 +310,7 @@ Test Examples | |||
310 | ============= | 310 | ============= |
311 | 311 | ||
312 | This section provides example tests for each of the tests listed in the | 312 | This section provides example tests for each of the tests listed in the |
313 | :ref:`test-manual/test-manual-intro:How Tests Map to Areas of Code` section. | 313 | :ref:`test-manual/intro:How Tests Map to Areas of Code` section. |
314 | 314 | ||
315 | For oeqa tests, testcases for each area reside in the main test | 315 | For oeqa tests, testcases for each area reside in the main test |
316 | directory at ``meta/lib/oeqa/selftest/cases`` directory. | 316 | directory at ``meta/lib/oeqa/selftest/cases`` directory. |
diff --git a/documentation/test-manual/test-manual-test-process.rst b/documentation/test-manual/test-process.rst index 8a5e29d922..8a5e29d922 100644 --- a/documentation/test-manual/test-manual-test-process.rst +++ b/documentation/test-manual/test-process.rst | |||
diff --git a/documentation/test-manual/test-manual-understand-autobuilder.rst b/documentation/test-manual/understand-autobuilder.rst index ca0c5fd2e0..199cc97a85 100644 --- a/documentation/test-manual/test-manual-understand-autobuilder.rst +++ b/documentation/test-manual/understand-autobuilder.rst | |||
@@ -84,7 +84,7 @@ roughly consist of: | |||
84 | 84 | ||
85 | This cleans out any previous build. Old builds are left around to | 85 | This cleans out any previous build. Old builds are left around to |
86 | allow easier debugging of failed builds. For additional information, | 86 | allow easier debugging of failed builds. For additional information, |
87 | see :ref:`test-manual/test-manual-understand-autobuilder:clobberdir`. | 87 | see :ref:`test-manual/understand-autobuilder:clobberdir`. |
88 | 88 | ||
89 | #. *Obtain yocto-autobuilder-helper* | 89 | #. *Obtain yocto-autobuilder-helper* |
90 | 90 | ||
@@ -108,7 +108,7 @@ roughly consist of: | |||
108 | from the ``layerinfo.json`` file to help understand the | 108 | from the ``layerinfo.json`` file to help understand the |
109 | configuration. It will also use a local cache of repositories to | 109 | configuration. It will also use a local cache of repositories to |
110 | speed up the clone checkouts. For additional information, see | 110 | speed up the clone checkouts. For additional information, see |
111 | :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Clone Cache`. | 111 | :ref:`test-manual/understand-autobuilder:Autobuilder Clone Cache`. |
112 | 112 | ||
113 | This step has two possible modes of operation. If the build is part | 113 | This step has two possible modes of operation. If the build is part |
114 | of a parent build, its possible that all the repositories needed may | 114 | of a parent build, its possible that all the repositories needed may |
@@ -147,7 +147,7 @@ special script that moves files to a special location, rather than | |||
147 | deleting them. Files in this location are deleted by an ``rm`` command, | 147 | deleting them. Files in this location are deleted by an ``rm`` command, |
148 | which is run under ``ionice -c 3``. For example, the deletion only | 148 | which is run under ``ionice -c 3``. For example, the deletion only |
149 | happens when there is idle IO capacity on the Worker. The Autobuilder | 149 | happens when there is idle IO capacity on the Worker. The Autobuilder |
150 | Worker Janitor runs this deletion. See :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Worker Janitor`. | 150 | Worker Janitor runs this deletion. See :ref:`test-manual/understand-autobuilder:Autobuilder Worker Janitor`. |
151 | 151 | ||
152 | Autobuilder Clone Cache | 152 | Autobuilder Clone Cache |
153 | ----------------------- | 153 | ----------------------- |
@@ -157,13 +157,13 @@ on the Autobuilder. We therefore have a stash of commonly used | |||
157 | repositories pre-cloned on the Workers. Data is fetched from these | 157 | repositories pre-cloned on the Workers. Data is fetched from these |
158 | during clones first, then "topped up" with later revisions from any | 158 | during clones first, then "topped up" with later revisions from any |
159 | upstream when necessary. The cache is maintained by the Autobuilder | 159 | upstream when necessary. The cache is maintained by the Autobuilder |
160 | Worker Janitor. See :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Worker Janitor`. | 160 | Worker Janitor. See :ref:`test-manual/understand-autobuilder:Autobuilder Worker Janitor`. |
161 | 161 | ||
162 | Autobuilder Worker Janitor | 162 | Autobuilder Worker Janitor |
163 | -------------------------- | 163 | -------------------------- |
164 | 164 | ||
165 | This is a process running on each Worker that performs two basic | 165 | This is a process running on each Worker that performs two basic |
166 | operations, including background file deletion at IO idle (see :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Target Execution Overview`: Run clobberdir) and | 166 | operations, including background file deletion at IO idle (see :ref:`test-manual/understand-autobuilder:Autobuilder Target Execution Overview`: Run clobberdir) and |
167 | maintainenance of a cache of cloned repositories to improve the speed | 167 | maintainenance of a cache of cloned repositories to improve the speed |
168 | the system can checkout repositories. | 168 | the system can checkout repositories. |
169 | 169 | ||
@@ -243,7 +243,7 @@ of post-build steps, including: | |||
243 | generated to the remote server. | 243 | generated to the remote server. |
244 | 244 | ||
245 | #. Cleanup the build directory using | 245 | #. Cleanup the build directory using |
246 | :ref:`test-manual/test-manual-understand-autobuilder:clobberdir` if the build was successful, | 246 | :ref:`test-manual/understand-autobuilder:clobberdir` if the build was successful, |
247 | else rename it to "build-renamed" for potential future debugging. | 247 | else rename it to "build-renamed" for potential future debugging. |
248 | 248 | ||
249 | Deploying Yocto Autobuilder | 249 | Deploying Yocto Autobuilder |