summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-01-17 11:08:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-20 13:45:06 +0000
commit43647390ade443ecc496a3b2023d76494996be73 (patch)
tree32ca08a6710dc7868bc126eb70e3f2551848d618 /documentation
parent581757137047373e7b9e8542c1deae6120a7b87c (diff)
downloadpoky-43647390ade443ecc496a3b2023d76494996be73.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: 0b0ed55d909dd11cdc9b29b105473271627c025e) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky.yaml.in1
-rw-r--r--documentation/ref-manual/release-process.rst2
-rw-r--r--documentation/test-manual/reproducible-builds.rst8
-rw-r--r--documentation/test-manual/test-process.rst2
-rw-r--r--documentation/test-manual/understand-autobuilder.rst2
5 files changed, 7 insertions, 8 deletions
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index 0933cbbd35..d045ff596e 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -12,7 +12,6 @@ DISTRO_REL_TAG : "yocto-5.1"
12DOCCONF_VERSION : "dev" 12DOCCONF_VERSION : "dev"
13BITBAKE_SERIES : "" 13BITBAKE_SERIES : ""
14YOCTO_DL_URL : "https://downloads.yoctoproject.org" 14YOCTO_DL_URL : "https://downloads.yoctoproject.org"
15YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
16YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;" 15YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"
17MIN_PYTHON_VERSION : "3.8.0" 16MIN_PYTHON_VERSION : "3.8.0"
18MIN_TAR_VERSION : "1.28" 17MIN_TAR_VERSION : "1.28"
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst
index c4452228a7..639921b9f6 100644
--- a/documentation/ref-manual/release-process.rst
+++ b/documentation/ref-manual/release-process.rst
@@ -190,7 +190,7 @@ effort has been made to automate the tests so that more people can use
190them and the Yocto Project development team can run them faster and more 190them and the Yocto Project development team can run them faster and more
191efficiently. 191efficiently.
192 192
193The Yocto Project's main Autobuilder (&YOCTO_AB_URL;) publicly tests each Yocto 193The Yocto Project's main :yocto_ab:`Autobuilder <>` publicly tests each Yocto
194Project release's code in the :oe_git:`openembedded-core </openembedded-core>`, 194Project release's code in the :oe_git:`openembedded-core </openembedded-core>`,
195:yocto_git:`poky </poky>` and :oe_git:`bitbake </bitbake>` repositories. The 195:yocto_git:`poky </poky>` and :oe_git:`bitbake </bitbake>` repositories. The
196testing occurs for both the current state of the "master" branch and also for 196testing occurs for both the current state of the "master" branch and also for
diff --git a/documentation/test-manual/reproducible-builds.rst b/documentation/test-manual/reproducible-builds.rst
index d581155eb2..7769a85d51 100644
--- a/documentation/test-manual/reproducible-builds.rst
+++ b/documentation/test-manual/reproducible-builds.rst
@@ -121,10 +121,10 @@ The project's current reproducibility status can be seen at
121 121
122You can also check the reproducibility status on supported host distributions: 122You can also check the reproducibility status on supported host distributions:
123 123
124- CentOS: :yocto_ab:`/typhoon/#/builders/reproducible-centos` 124- CentOS: :yocto_ab:`/valkyrie/#/builders/reproducible-centos`
125- Debian: :yocto_ab:`/typhoon/#/builders/reproducible-debian` 125- Debian: :yocto_ab:`/valkyrie/#/builders/reproducible-debian`
126- Fedora: :yocto_ab:`/typhoon/#/builders/reproducible-fedora` 126- Fedora: :yocto_ab:`/valkyrie/#/builders/reproducible-fedora`
127- Ubuntu: :yocto_ab:`/typhoon/#/builders/reproducible-ubuntu` 127- Ubuntu: :yocto_ab:`/valkyrie/#/builders/reproducible-ubuntu`
128 128
129=============================== 129===============================
130Can I test my layer or recipes? 130Can I test my layer or recipes?
diff --git a/documentation/test-manual/test-process.rst b/documentation/test-manual/test-process.rst
index 7bec5ba828..945b56830f 100644
--- a/documentation/test-manual/test-process.rst
+++ b/documentation/test-manual/test-process.rst
@@ -20,7 +20,7 @@ helps review and test patches and this is his testing tree).
20We have two broad categories of test builds, including "full" and 20We have two broad categories of test builds, including "full" and
21"quick". On the Autobuilder, these can be seen as "a-quick" and 21"quick". On the Autobuilder, these can be seen as "a-quick" and
22"a-full", simply for ease of sorting in the UI. Use our Autobuilder 22"a-full", simply for ease of sorting in the UI. Use our Autobuilder
23:yocto_ab:`console view </typhoon/#/console>` to see where we manage most 23:yocto_ab:`console view </valkyrie/#/console>` to see where we manage most
24test-related items. 24test-related items.
25 25
26Builds are triggered manually when the test branches are ready. The 26Builds are triggered manually when the test branches are ready. The
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
10The "a-full" and "a-quick" targets are the usual entry points into the 10The "a-full" and "a-quick" targets are the usual entry points into the
11Autobuilder and it makes sense to follow the process through the system 11Autobuilder and it makes sense to follow the process through the system
12starting there. This is best visualized from the :yocto_ab:`Autobuilder 12starting there. This is best visualized from the :yocto_ab:`Autobuilder
13Console view </typhoon/#/console>`. 13Console view </valkyrie/#/console>`.
14 14
15Each item along the top of that view represents some "target build" and 15Each item along the top of that view represents some "target build" and
16these targets are all run in parallel. The 'full' build will trigger the 16these targets are all run in parallel. The 'full' build will trigger the