diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-04-11 15:31:26 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-05-19 08:32:49 -0700 |
commit | a07ff0dcdce648ec91da9668c99441d78c40d3a9 (patch) | |
tree | f450fc68429469bc3acb46ec52cf1bdf052941cf | |
parent | 1f2eca0a8e6fffd26f4b4a78736035385b014acc (diff) | |
download | poky-a07ff0dcdce648ec91da9668c99441d78c40d3a9.tar.gz |
test-manual/intro: remove Buildbot version used
The version has changed now (3.10.12 as of writing). Avoid having to
maintain this information by removing the version info from the intro.
Also fix a typo ("uses now uses") and give a link to yocto-autobuilder2.
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: a7000370ca9c1c623cd9272738f1a252e6556951)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 1ed64dbdf4a60b000305cdc2c67dc24f4bc97ef7)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | documentation/test-manual/intro.rst | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst index 5d451b6c28..caa0a8a792 100644 --- a/documentation/test-manual/intro.rst +++ b/documentation/test-manual/intro.rst | |||
@@ -51,13 +51,11 @@ fashion. Basically, during the development of a Yocto Project release, | |||
51 | the Autobuilder tests if things work. The Autobuilder builds all test | 51 | the Autobuilder tests if things work. The Autobuilder builds all test |
52 | targets and runs all the tests. | 52 | targets and runs all the tests. |
53 | 53 | ||
54 | The Yocto Project uses now uses standard upstream | 54 | The Yocto Project uses standard upstream Buildbot to drive its integration and |
55 | Buildbot (`version 3.8 <https://docs.buildbot.net/3.8.0/>`__) to | 55 | testing. Buildbot has a plug-in interface that the Yocto Project customizes |
56 | drive its integration and testing. Buildbot has a plug-in interface | 56 | using code from the :yocto_git:`yocto-autobuilder2 </yocto-autobuilder2>` |
57 | that the Yocto Project customizes using code from the | 57 | repository, adding its own console UI plugin. The resulting UI plug-in allows |
58 | ``yocto-autobuilder2`` repository, adding its own console UI plugin. The | 58 | you to visualize builds in a way suited to the project's needs. |
59 | resulting UI plug-in allows you to visualize builds in a way suited to | ||
60 | the project's needs. | ||
61 | 59 | ||
62 | A ``helper`` layer provides configuration and job management through | 60 | A ``helper`` layer provides configuration and job management through |
63 | scripts found in the ``yocto-autobuilder-helper`` repository. The | 61 | scripts found in the ``yocto-autobuilder-helper`` repository. The |