summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual/test-manual-understand-autobuilder.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/test-manual/test-manual-understand-autobuilder.rst')
-rw-r--r--documentation/test-manual/test-manual-understand-autobuilder.rst20
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
73repository in the ``scripts`` directory. The following section details 73repository in the ``scripts`` directory. The following section details
74how this works. 74how this works.
75 75
76.. _test-autobuilder-target-exec-overview:
77
78Autobuilder Target Execution Overview 76Autobuilder 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
140Autobuilder Technology 136Autobuilder Technology
141====================== 137======================
142 138
143The Autobuilder has Yocto Project-specific functionality to allow builds 139The Autobuilder has Yocto Project-specific functionality to allow builds
144to operate with increased efficiency and speed. 140to operate with increased efficiency and speed.
145 141
146.. _test-clobberdir:
147
148clobberdir 142clobberdir
149---------- 143----------
150 144
@@ -155,8 +149,6 @@ which is run under ``ionice -c 3``. For example, the deletion only
155happens when there is idle IO capacity on the Worker. The Autobuilder 149happens when there is idle IO capacity on the Worker. The Autobuilder
156Worker Janitor runs this deletion. See :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Worker Janitor`. 150Worker Janitor runs this deletion. See :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Worker Janitor`.
157 151
158.. _test-autobuilder-clone-cache:
159
160Autobuilder Clone Cache 152Autobuilder Clone Cache
161----------------------- 153-----------------------
162 154
@@ -167,8 +159,6 @@ during clones first, then "topped up" with later revisions from any
167upstream when necessary. The cache is maintained by the Autobuilder 159upstream when necessary. The cache is maintained by the Autobuilder
168Worker Janitor. See :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Worker Janitor`. 160Worker Janitor. See :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Worker Janitor`.
169 161
170.. _test-autobuilder-worker-janitor:
171
172Autobuilder Worker Janitor 162Autobuilder Worker Janitor
173-------------------------- 163--------------------------
174 164
@@ -177,8 +167,6 @@ operations, including background file deletion at IO idle (see :ref:`test-manual
177maintainenance of a cache of cloned repositories to improve the speed 167maintainenance of a cache of cloned repositories to improve the speed
178the system can checkout repositories. 168the system can checkout repositories.
179 169
180.. _test-shared-dl-dir:
181
182Shared DL_DIR 170Shared DL_DIR
183------------- 171-------------
184 172
@@ -187,8 +175,6 @@ between them. This reduces network accesses from the system and allows
187the build to be sped up. Usage of the directory within the build system 175the build to be sped up. Usage of the directory within the build system
188is designed to be able to be shared over NFS. 176is designed to be able to be shared over NFS.
189 177
190.. _test-shared-sstate-cache:
191
192Shared SSTATE_DIR 178Shared SSTATE_DIR
193----------------- 179-----------------
194 180
@@ -197,8 +183,6 @@ directory to be shared between them. This means once a Worker has built
197an artifact, all the others can benefit from it. Usage of the directory 183an artifact, all the others can benefit from it. Usage of the directory
198within the directory is designed for sharing over NFS. 184within the directory is designed for sharing over NFS.
199 185
200.. _test-resulttool:
201
202Resulttool 186Resulttool
203---------- 187----------
204 188
@@ -213,8 +197,6 @@ reports of the test results and compare different result files.
213 197
214For details, see :yocto_wiki:`/wiki/Resulttool`. 198For details, see :yocto_wiki:`/wiki/Resulttool`.
215 199
216.. _test-run-config-tgt-execution:
217
218run-config Target Execution 200run-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
269Deploying Yocto Autobuilder 249Deploying Yocto Autobuilder
270=========================== 250===========================
271 251