diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-01-17 11:08:49 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-01-29 06:20:44 -0800 |
commit | 15777adaf921a4729f7a1cef86ce13a4682fb9a8 (patch) | |
tree | 3c8ca46801cc63af361853fbf237ae6c10929037 /documentation/test-manual/understand-autobuilder.rst | |
parent | 8ea18d1fc530dc8c5bb848e1297c28883af5479b (diff) | |
download | poky-15777adaf921a4729f7a1cef86ce13a4682fb9a8.tar.gz |
Update autobuilder URLs to valkyrie
We have moved to Valkyrie which is hosted on
https://autobuilder.yoctoproject.org/valkyrie. Update the URL in the
documentation.
Also, the YOCTO_AB_URL macro was used in a single location in the
documentation so replace it by the :yocto_ab: custom extlink and remove
the macro.
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 5fef9b01360faa07d0c8a6a2281caf1ba943e0a0)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 0b0ed55d909dd11cdc9b29b105473271627c025e)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/test-manual/understand-autobuilder.rst')
-rw-r--r-- | documentation/test-manual/understand-autobuilder.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/test-manual/understand-autobuilder.rst b/documentation/test-manual/understand-autobuilder.rst index 6b4fab4f0b..7f4d1be3cd 100644 --- a/documentation/test-manual/understand-autobuilder.rst +++ b/documentation/test-manual/understand-autobuilder.rst | |||
@@ -10,7 +10,7 @@ Execution Flow within the Autobuilder | |||
10 | The "a-full" and "a-quick" targets are the usual entry points into the | 10 | The "a-full" and "a-quick" targets are the usual entry points into the |
11 | Autobuilder and it makes sense to follow the process through the system | 11 | Autobuilder and it makes sense to follow the process through the system |
12 | starting there. This is best visualized from the :yocto_ab:`Autobuilder | 12 | starting there. This is best visualized from the :yocto_ab:`Autobuilder |
13 | Console view </typhoon/#/console>`. | 13 | Console view </valkyrie/#/console>`. |
14 | 14 | ||
15 | Each item along the top of that view represents some "target build" and | 15 | Each item along the top of that view represents some "target build" and |
16 | these targets are all run in parallel. The 'full' build will trigger the | 16 | these targets are all run in parallel. The 'full' build will trigger the |