diff options
Diffstat (limited to 'documentation/test-manual/test-manual-understand-autobuilder.rst')
| -rw-r--r-- | documentation/test-manual/test-manual-understand-autobuilder.rst | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/documentation/test-manual/test-manual-understand-autobuilder.rst b/documentation/test-manual/test-manual-understand-autobuilder.rst index 2444333761..698a266eef 100644 --- a/documentation/test-manual/test-manual-understand-autobuilder.rst +++ b/documentation/test-manual/test-manual-understand-autobuilder.rst | |||
| @@ -73,8 +73,6 @@ The ``config.json`` file is processed by the scripts in the Helper | |||
| 73 | repository in the ``scripts`` directory. The following section details | 73 | repository in the ``scripts`` directory. The following section details |
| 74 | how this works. | 74 | how this works. |
| 75 | 75 | ||
| 76 | .. _test-autobuilder-target-exec-overview: | ||
| 77 | |||
| 78 | Autobuilder Target Execution Overview | 76 | Autobuilder Target Execution Overview |
| 79 | ===================================== | 77 | ===================================== |
| 80 | 78 | ||
| @@ -135,16 +133,12 @@ roughly consist of: | |||
| 135 | This is another call into the Helper scripts where its expected that | 133 | This is another call into the Helper scripts where its expected that |
| 136 | the main functionality of this target will be executed. | 134 | the main functionality of this target will be executed. |
| 137 | 135 | ||
| 138 | .. _test-autobuilder-tech: | ||
| 139 | |||
| 140 | Autobuilder Technology | 136 | Autobuilder Technology |
| 141 | ====================== | 137 | ====================== |
| 142 | 138 | ||
| 143 | The Autobuilder has Yocto Project-specific functionality to allow builds | 139 | The Autobuilder has Yocto Project-specific functionality to allow builds |
| 144 | to operate with increased efficiency and speed. | 140 | to operate with increased efficiency and speed. |
| 145 | 141 | ||
| 146 | .. _test-clobberdir: | ||
| 147 | |||
| 148 | clobberdir | 142 | clobberdir |
| 149 | ---------- | 143 | ---------- |
| 150 | 144 | ||
| @@ -155,8 +149,6 @@ which is run under ``ionice -c 3``. For example, the deletion only | |||
| 155 | 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 |
| 156 | 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/test-manual-understand-autobuilder:Autobuilder Worker Janitor`. |
| 157 | 151 | ||
| 158 | .. _test-autobuilder-clone-cache: | ||
| 159 | |||
| 160 | Autobuilder Clone Cache | 152 | Autobuilder Clone Cache |
| 161 | ----------------------- | 153 | ----------------------- |
| 162 | 154 | ||
| @@ -167,8 +159,6 @@ during clones first, then "topped up" with later revisions from any | |||
| 167 | upstream when necessary. The cache is maintained by the Autobuilder | 159 | upstream when necessary. The cache is maintained by the Autobuilder |
| 168 | Worker Janitor. See :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Worker Janitor`. | 160 | Worker Janitor. See :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Worker Janitor`. |
| 169 | 161 | ||
| 170 | .. _test-autobuilder-worker-janitor: | ||
| 171 | |||
| 172 | Autobuilder Worker Janitor | 162 | Autobuilder Worker Janitor |
| 173 | -------------------------- | 163 | -------------------------- |
| 174 | 164 | ||
| @@ -177,8 +167,6 @@ operations, including background file deletion at IO idle (see :ref:`test-manual | |||
| 177 | maintainenance of a cache of cloned repositories to improve the speed | 167 | maintainenance of a cache of cloned repositories to improve the speed |
| 178 | the system can checkout repositories. | 168 | the system can checkout repositories. |
| 179 | 169 | ||
| 180 | .. _test-shared-dl-dir: | ||
| 181 | |||
| 182 | Shared DL_DIR | 170 | Shared DL_DIR |
| 183 | ------------- | 171 | ------------- |
| 184 | 172 | ||
| @@ -187,8 +175,6 @@ between them. This reduces network accesses from the system and allows | |||
| 187 | the build to be sped up. Usage of the directory within the build system | 175 | the build to be sped up. Usage of the directory within the build system |
| 188 | is designed to be able to be shared over NFS. | 176 | is designed to be able to be shared over NFS. |
| 189 | 177 | ||
| 190 | .. _test-shared-sstate-cache: | ||
| 191 | |||
| 192 | Shared SSTATE_DIR | 178 | Shared SSTATE_DIR |
| 193 | ----------------- | 179 | ----------------- |
| 194 | 180 | ||
| @@ -197,8 +183,6 @@ directory to be shared between them. This means once a Worker has built | |||
| 197 | an artifact, all the others can benefit from it. Usage of the directory | 183 | an artifact, all the others can benefit from it. Usage of the directory |
| 198 | within the directory is designed for sharing over NFS. | 184 | within the directory is designed for sharing over NFS. |
| 199 | 185 | ||
| 200 | .. _test-resulttool: | ||
| 201 | |||
| 202 | Resulttool | 186 | Resulttool |
| 203 | ---------- | 187 | ---------- |
| 204 | 188 | ||
| @@ -213,8 +197,6 @@ reports of the test results and compare different result files. | |||
| 213 | 197 | ||
| 214 | For details, see :yocto_wiki:`/wiki/Resulttool`. | 198 | For details, see :yocto_wiki:`/wiki/Resulttool`. |
| 215 | 199 | ||
| 216 | .. _test-run-config-tgt-execution: | ||
| 217 | |||
| 218 | run-config Target Execution | 200 | run-config Target Execution |
| 219 | =========================== | 201 | =========================== |
| 220 | 202 | ||
| @@ -264,8 +246,6 @@ of post-build steps, including: | |||
| 264 | :ref:`test-manual/test-manual-understand-autobuilder:clobberdir` if the build was successful, | 246 | :ref:`test-manual/test-manual-understand-autobuilder:clobberdir` if the build was successful, |
| 265 | else rename it to "build-renamed" for potential future debugging. | 247 | else rename it to "build-renamed" for potential future debugging. |
| 266 | 248 | ||
| 267 | .. _test-deploying-yp-autobuilder: | ||
| 268 | |||
| 269 | Deploying Yocto Autobuilder | 249 | Deploying Yocto Autobuilder |
| 270 | =========================== | 250 | =========================== |
| 271 | 251 | ||
