* [PATCH] Update autobuilder URLs to valkyrie
@ 2024-12-27 9:11 Antonin Godard
2024-12-28 20:45 ` [docs] " Michael Halstead
0 siblings, 1 reply; 7+ messages in thread
From: Antonin Godard @ 2024-12-27 9:11 UTC (permalink / raw)
To: docs; +Cc: Thomas Petazzoni, Antonin Godard
We have moved to Valkyrie which is hosted on
https://valkyrie.yoctoproject.org. 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.
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
documentation/README | 2 +-
documentation/conf.py | 2 +-
documentation/poky.yaml.in | 1 -
documentation/ref-manual/release-process.rst | 2 +-
documentation/test-manual/reproducible-builds.rst | 8 ++++----
documentation/test-manual/test-process.rst | 2 +-
documentation/test-manual/understand-autobuilder.rst | 2 +-
7 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/documentation/README b/documentation/README
index 8a47fd4a3fd07d41d61a7d681d82bd13ac74527d..043c703f38a0fe96682a3e426431facb64e8afd2 100644
--- a/documentation/README
+++ b/documentation/README
@@ -357,7 +357,7 @@ the 'documentation/conf.py' file:
'yocto_dl': ('https://downloads.yoctoproject.org%s', None),
'yocto_lists': ('https://lists.yoctoproject.org%s', None),
'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None),
- 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None),
+ 'yocto_ab': ('https://valkyrie.yoctoproject.org%s', None),
'yocto_docs': ('https://docs.yoctoproject.org%s', None),
'yocto_git': ('https://git.yoctoproject.org%s', None),
'oe_home': ('https://www.openembedded.org%s', None),
diff --git a/documentation/conf.py b/documentation/conf.py
index b0e7c91eb5d8e4e855c0ca46351586cdf237fcb3..59d7fb4fa19075292955e4618193670491fc2bff 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -98,7 +98,7 @@ extlinks = {
'yocto_dl': ('https://downloads.yoctoproject.org%s', None),
'yocto_lists': ('https://lists.yoctoproject.org%s', None),
'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None),
- 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None),
+ 'yocto_ab': ('https://valkyrie.yoctoproject.org%s', None),
'yocto_docs': ('https://docs.yoctoproject.org%s', None),
'yocto_git': ('https://git.yoctoproject.org%s', None),
'yocto_sstate': ('http://sstate.yoctoproject.org%s', None),
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index 0933cbbd351985899ecaea94ae42748bd7ba1753..d045ff596e6d7d7d46be373078e8bb8b38483267 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -12,7 +12,6 @@ DISTRO_REL_TAG : "yocto-5.1"
DOCCONF_VERSION : "dev"
BITBAKE_SERIES : ""
YOCTO_DL_URL : "https://downloads.yoctoproject.org"
-YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"
MIN_PYTHON_VERSION : "3.8.0"
MIN_TAR_VERSION : "1.28"
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst
index 691e7d3ed90c98e43e558809828b5094670ccca3..4b54909c54cbcbabcf4818602d243c7882e5e5d7 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
them and the Yocto Project development team can run them faster and more
efficiently.
-The Yocto Project's main Autobuilder (&YOCTO_AB_URL;) publicly tests each Yocto
+The Yocto Project's main :yocto_ab:`Autobuilder <>` publicly tests each Yocto
Project release's code in the :oe_git:`openembedded-core </openembedded-core>`,
:yocto_git:`poky </poky>` and :oe_git:`bitbake </bitbake>` repositories. The
testing 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 91f94a5c74e8e0387f1857cbbdf38e7170bb5248..c90be49223deb52ef5632b984417331cfcef3a1c 100644
--- a/documentation/test-manual/reproducible-builds.rst
+++ b/documentation/test-manual/reproducible-builds.rst
@@ -113,10 +113,10 @@ The project's current reproducibility status can be seen at
You can also check the reproducibility status on supported host distributions:
-- CentOS: :yocto_ab:`/typhoon/#/builders/reproducible-centos`
-- Debian: :yocto_ab:`/typhoon/#/builders/reproducible-debian`
-- Fedora: :yocto_ab:`/typhoon/#/builders/reproducible-fedora`
-- Ubuntu: :yocto_ab:`/typhoon/#/builders/reproducible-ubuntu`
+- CentOS: :yocto_ab:`/#/builders/reproducible-centos`
+- Debian: :yocto_ab:`/#/builders/reproducible-debian`
+- Fedora: :yocto_ab:`/#/builders/reproducible-fedora`
+- Ubuntu: :yocto_ab:`/#/builders/reproducible-ubuntu`
===============================
Can I test my layer or recipes?
diff --git a/documentation/test-manual/test-process.rst b/documentation/test-manual/test-process.rst
index 7bec5ba8285cda1d6b0157c38eb693fde7d0e557..60e71f02691ef5be7cbd8a0f7a5454bc3bfff5ea 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).
We have two broad categories of test builds, including "full" and
"quick". On the Autobuilder, these can be seen as "a-quick" and
"a-full", simply for ease of sorting in the UI. Use our Autobuilder
-:yocto_ab:`console view </typhoon/#/console>` to see where we manage most
+:yocto_ab:`console view </#/console>` to see where we manage most
test-related items.
Builds 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 6b4fab4f0b2be5a6806db0982e257b9059d15fa7..b30afaa36a5a9c3eae9396d459d56ce54c2d2cf2 100644
--- a/documentation/test-manual/understand-autobuilder.rst
+++ b/documentation/test-manual/understand-autobuilder.rst
@@ -10,7 +10,7 @@ Execution Flow within the Autobuilder
The "a-full" and "a-quick" targets are the usual entry points into the
Autobuilder and it makes sense to follow the process through the system
starting there. This is best visualized from the :yocto_ab:`Autobuilder
-Console view </typhoon/#/console>`.
+Console view </#/console>`.
Each item along the top of that view represents some "target build" and
these targets are all run in parallel. The 'full' build will trigger the
---
base-commit: 28850c974a3896895bc921c094071523218d6d07
change-id: 20241226-update-autobuilder-link-97b19c8c7c88
Best regards,
--
Antonin Godard <antonin.godard@bootlin.com>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [docs] [PATCH] Update autobuilder URLs to valkyrie
2024-12-27 9:11 [PATCH] Update autobuilder URLs to valkyrie Antonin Godard
@ 2024-12-28 20:45 ` Michael Halstead
2025-01-13 17:05 ` Quentin Schulz
0 siblings, 1 reply; 7+ messages in thread
From: Michael Halstead @ 2024-12-28 20:45 UTC (permalink / raw)
To: antonin.godard; +Cc: docs, Thomas Petazzoni
[-- Attachment #1: Type: text/plain, Size: 8066 bytes --]
Looking over this patch I think it would be better to move the typhoon
archive and valkyrie onto the same server.
- https://autobuilder.yoctoproject.org/typhoon/#/
- https://autobuilder.yoctoproject.org/valkryie/#/
I will redirect from valkyrie.yoctoproject.org to
https://autobuilder.yoctoproject.org/valkryie/#/
I'll make the changes this weekend.
On Thu, Dec 26, 2024 at 11:11 PM Antonin Godard via lists.yoctoproject.org
<antonin.godard=bootlin.com@lists.yoctoproject.org> wrote:
> We have moved to Valkyrie which is hosted on
> https://valkyrie.yoctoproject.org. 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.
>
> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
> ---
> documentation/README | 2 +-
> documentation/conf.py | 2 +-
> documentation/poky.yaml.in | 1 -
> documentation/ref-manual/release-process.rst | 2 +-
> documentation/test-manual/reproducible-builds.rst | 8 ++++----
> documentation/test-manual/test-process.rst | 2 +-
> documentation/test-manual/understand-autobuilder.rst | 2 +-
> 7 files changed, 9 insertions(+), 10 deletions(-)
>
> diff --git a/documentation/README b/documentation/README
> index
> 8a47fd4a3fd07d41d61a7d681d82bd13ac74527d..043c703f38a0fe96682a3e426431facb64e8afd2
> 100644
> --- a/documentation/README
> +++ b/documentation/README
> @@ -357,7 +357,7 @@ the 'documentation/conf.py' file:
> 'yocto_dl': ('https://downloads.yoctoproject.org%s', None),
> 'yocto_lists': ('https://lists.yoctoproject.org%s', None),
> 'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None),
> - 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None),
> + 'yocto_ab': ('https://valkyrie.yoctoproject.org%s', None),
> 'yocto_docs': ('https://docs.yoctoproject.org%s', None),
> 'yocto_git': ('https://git.yoctoproject.org%s', None),
> 'oe_home': ('https://www.openembedded.org%s', None),
> diff --git a/documentation/conf.py b/documentation/conf.py
> index
> b0e7c91eb5d8e4e855c0ca46351586cdf237fcb3..59d7fb4fa19075292955e4618193670491fc2bff
> 100644
> --- a/documentation/conf.py
> +++ b/documentation/conf.py
> @@ -98,7 +98,7 @@ extlinks = {
> 'yocto_dl': ('https://downloads.yoctoproject.org%s', None),
> 'yocto_lists': ('https://lists.yoctoproject.org%s', None),
> 'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None),
> - 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None),
> + 'yocto_ab': ('https://valkyrie.yoctoproject.org%s', None),
> 'yocto_docs': ('https://docs.yoctoproject.org%s', None),
> 'yocto_git': ('https://git.yoctoproject.org%s', None),
> 'yocto_sstate': ('http://sstate.yoctoproject.org%s', None),
> diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
> index
> 0933cbbd351985899ecaea94ae42748bd7ba1753..d045ff596e6d7d7d46be373078e8bb8b38483267
> 100644
> --- a/documentation/poky.yaml.in
> +++ b/documentation/poky.yaml.in
> @@ -12,7 +12,6 @@ DISTRO_REL_TAG : "yocto-5.1"
> DOCCONF_VERSION : "dev"
> BITBAKE_SERIES : ""
> YOCTO_DL_URL : "https://downloads.yoctoproject.org"
> -YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
> YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"
> MIN_PYTHON_VERSION : "3.8.0"
> MIN_TAR_VERSION : "1.28"
> diff --git a/documentation/ref-manual/release-process.rst
> b/documentation/ref-manual/release-process.rst
> index
> 691e7d3ed90c98e43e558809828b5094670ccca3..4b54909c54cbcbabcf4818602d243c7882e5e5d7
> 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
> them and the Yocto Project development team can run them faster and more
> efficiently.
>
> -The Yocto Project's main Autobuilder (&YOCTO_AB_URL;) publicly tests each
> Yocto
> +The Yocto Project's main :yocto_ab:`Autobuilder <>` publicly tests each
> Yocto
> Project release's code in the :oe_git:`openembedded-core
> </openembedded-core>`,
> :yocto_git:`poky </poky>` and :oe_git:`bitbake </bitbake>` repositories.
> The
> testing 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
> 91f94a5c74e8e0387f1857cbbdf38e7170bb5248..c90be49223deb52ef5632b984417331cfcef3a1c
> 100644
> --- a/documentation/test-manual/reproducible-builds.rst
> +++ b/documentation/test-manual/reproducible-builds.rst
> @@ -113,10 +113,10 @@ The project's current reproducibility status can be
> seen at
>
> You can also check the reproducibility status on supported host
> distributions:
>
> -- CentOS: :yocto_ab:`/typhoon/#/builders/reproducible-centos`
> -- Debian: :yocto_ab:`/typhoon/#/builders/reproducible-debian`
> -- Fedora: :yocto_ab:`/typhoon/#/builders/reproducible-fedora`
> -- Ubuntu: :yocto_ab:`/typhoon/#/builders/reproducible-ubuntu`
> +- CentOS: :yocto_ab:`/#/builders/reproducible-centos`
> +- Debian: :yocto_ab:`/#/builders/reproducible-debian`
> +- Fedora: :yocto_ab:`/#/builders/reproducible-fedora`
> +- Ubuntu: :yocto_ab:`/#/builders/reproducible-ubuntu`
>
> ===============================
> Can I test my layer or recipes?
> diff --git a/documentation/test-manual/test-process.rst
> b/documentation/test-manual/test-process.rst
> index
> 7bec5ba8285cda1d6b0157c38eb693fde7d0e557..60e71f02691ef5be7cbd8a0f7a5454bc3bfff5ea
> 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).
> We have two broad categories of test builds, including "full" and
> "quick". On the Autobuilder, these can be seen as "a-quick" and
> "a-full", simply for ease of sorting in the UI. Use our Autobuilder
> -:yocto_ab:`console view </typhoon/#/console>` to see where we manage most
> +:yocto_ab:`console view </#/console>` to see where we manage most
> test-related items.
>
> Builds 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
> 6b4fab4f0b2be5a6806db0982e257b9059d15fa7..b30afaa36a5a9c3eae9396d459d56ce54c2d2cf2
> 100644
> --- a/documentation/test-manual/understand-autobuilder.rst
> +++ b/documentation/test-manual/understand-autobuilder.rst
> @@ -10,7 +10,7 @@ Execution Flow within the Autobuilder
> The "a-full" and "a-quick" targets are the usual entry points into the
> Autobuilder and it makes sense to follow the process through the system
> starting there. This is best visualized from the :yocto_ab:`Autobuilder
> -Console view </typhoon/#/console>`.
> +Console view </#/console>`.
>
> Each item along the top of that view represents some "target build" and
> these targets are all run in parallel. The 'full' build will trigger the
>
> ---
> base-commit: 28850c974a3896895bc921c094071523218d6d07
> change-id: 20241226-update-autobuilder-link-97b19c8c7c88
>
> Best regards,
> --
> Antonin Godard <antonin.godard@bootlin.com>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#6045):
> https://lists.yoctoproject.org/g/docs/message/6045
> Mute This Topic: https://lists.yoctoproject.org/mt/110302612/1003190
> Group Owner: docs+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/docs/unsub [
> mhalstead@linuxfoundation.org]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
--
Michael Halstead
Linux Foundation / Yocto Project
Systems Operations Engineer
[-- Attachment #2: Type: text/html, Size: 12227 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [docs] [PATCH] Update autobuilder URLs to valkyrie
2024-12-28 20:45 ` [docs] " Michael Halstead
@ 2025-01-13 17:05 ` Quentin Schulz
2025-01-13 19:17 ` Michael Halstead
2025-01-13 22:09 ` Richard Purdie
0 siblings, 2 replies; 7+ messages in thread
From: Quentin Schulz @ 2025-01-13 17:05 UTC (permalink / raw)
To: mhalstead, antonin.godard; +Cc: docs, Thomas Petazzoni
Hi Michael, Antonin,
On 12/28/24 9:45 PM, Michael Halstead via lists.yoctoproject.org wrote:
> Looking over this patch I think it would be better to move the typhoon
> archive and valkyrie onto the same server.
>
>
> - https://autobuilder.yoctoproject.org/typhoon/#/
> - https://autobuilder.yoctoproject.org/valkryie/#/
>
>
> I will redirect from valkyrie.yoctoproject.org to
> https://autobuilder.yoctoproject.org/valkryie/#/
>
This redirects to https://autobuilder.yoctoproject.org/typhoon/valkryie/#/
[...]
>> -- CentOS: :yocto_ab:`/typhoon/#/builders/reproducible-centos`
>> -- Debian: :yocto_ab:`/typhoon/#/builders/reproducible-debian`
>> -- Fedora: :yocto_ab:`/typhoon/#/builders/reproducible-fedora`
>> -- Ubuntu: :yocto_ab:`/typhoon/#/builders/reproducible-ubuntu`
>> +- CentOS: :yocto_ab:`/#/builders/reproducible-centos`
>> +- Debian: :yocto_ab:`/#/builders/reproducible-debian`
>> +- Fedora: :yocto_ab:`/#/builders/reproducible-fedora`
>> +- Ubuntu: :yocto_ab:`/#/builders/reproducible-ubuntu`
>>
Am I supposed to see anything at
https://valkyrie.yoctoproject.org/#/builders/reproducible-debian? I only
have None in all Build requests, Build times, Success Rate... Same for
all other builders.
Cheers,
Quentin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [docs] [PATCH] Update autobuilder URLs to valkyrie
2025-01-13 17:05 ` Quentin Schulz
@ 2025-01-13 19:17 ` Michael Halstead
2025-01-13 22:09 ` Richard Purdie
1 sibling, 0 replies; 7+ messages in thread
From: Michael Halstead @ 2025-01-13 19:17 UTC (permalink / raw)
To: Quentin Schulz; +Cc: antonin.godard, docs, Thomas Petazzoni
[-- Attachment #1: Type: text/plain, Size: 1810 bytes --]
There is a reproducible on a debian worker at
https://valkyrie.yoctoproject.org/#/builders/37/builds/823.
The distro specific reproducible builds haven't run in awhile. Even on the
typhoon AB they stopped running 3 years before the switch to valkyrie as
far as I can tell.
On Mon, Jan 13, 2025 at 7:05 AM Quentin Schulz <quentin.schulz@cherry.de>
wrote:
> Hi Michael, Antonin,
>
> On 12/28/24 9:45 PM, Michael Halstead via lists.yoctoproject.org wrote:
> > Looking over this patch I think it would be better to move the typhoon
> > archive and valkyrie onto the same server.
> >
> >
> > - https://autobuilder.yoctoproject.org/typhoon/#/
> > - https://autobuilder.yoctoproject.org/valkryie/#/
> >
> >
> > I will redirect from valkyrie.yoctoproject.org to
> > https://autobuilder.yoctoproject.org/valkryie/#/
> >
>
> This redirects to https://autobuilder.yoctoproject.org/typhoon/valkryie/#/
>
> [...]
>
> >> -- CentOS: :yocto_ab:`/typhoon/#/builders/reproducible-centos`
> >> -- Debian: :yocto_ab:`/typhoon/#/builders/reproducible-debian`
> >> -- Fedora: :yocto_ab:`/typhoon/#/builders/reproducible-fedora`
> >> -- Ubuntu: :yocto_ab:`/typhoon/#/builders/reproducible-ubuntu`
> >> +- CentOS: :yocto_ab:`/#/builders/reproducible-centos`
> >> +- Debian: :yocto_ab:`/#/builders/reproducible-debian`
> >> +- Fedora: :yocto_ab:`/#/builders/reproducible-fedora`
> >> +- Ubuntu: :yocto_ab:`/#/builders/reproducible-ubuntu`
> >>
>
> Am I supposed to see anything at
> https://valkyrie.yoctoproject.org/#/builders/reproducible-debian? I only
> have None in all Build requests, Build times, Success Rate... Same for
> all other builders.
>
> Cheers,
> Quentin
>
--
Michael Halstead
Linux Foundation / Yocto Project
Systems Operations Engineer
[-- Attachment #2: Type: text/html, Size: 3235 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [docs] [PATCH] Update autobuilder URLs to valkyrie
2025-01-13 17:05 ` Quentin Schulz
2025-01-13 19:17 ` Michael Halstead
@ 2025-01-13 22:09 ` Richard Purdie
2025-01-14 10:13 ` Quentin Schulz
1 sibling, 1 reply; 7+ messages in thread
From: Richard Purdie @ 2025-01-13 22:09 UTC (permalink / raw)
To: quentin.schulz, mhalstead, antonin.godard; +Cc: docs, Thomas Petazzoni
On Mon, 2025-01-13 at 18:05 +0100, Quentin Schulz via lists.yoctoproject.org wrote:
> > > -- CentOS: :yocto_ab:`/typhoon/#/builders/reproducible-centos`
> > > -- Debian: :yocto_ab:`/typhoon/#/builders/reproducible-debian`
> > > -- Fedora: :yocto_ab:`/typhoon/#/builders/reproducible-fedora`
> > > -- Ubuntu: :yocto_ab:`/typhoon/#/builders/reproducible-ubuntu`
> > > +- CentOS: :yocto_ab:`/#/builders/reproducible-centos`
> > > +- Debian: :yocto_ab:`/#/builders/reproducible-debian`
> > > +- Fedora: :yocto_ab:`/#/builders/reproducible-fedora`
> > > +- Ubuntu: :yocto_ab:`/#/builders/reproducible-ubuntu`
> > >
>
> Am I supposed to see anything at
> https://valkyrie.yoctoproject.org/#/builders/reproducible-debian? I only
> have None in all Build requests, Build times, Success Rate... Same for
> all other builders.
Initially when we implemented reproducible builds, we ran then on
multiple distros explicitly. Over time the errors subsided and we
eventually decided it was good enough to test this on a distro at
random. We therefore just do that now and no longer use the distro
specific targets. They were left around just in case we needed them.
You therefore want the plain "reproducible" target rather than the
distro specific ones.
Cheers,
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [docs] [PATCH] Update autobuilder URLs to valkyrie
2025-01-13 22:09 ` Richard Purdie
@ 2025-01-14 10:13 ` Quentin Schulz
2025-01-16 7:24 ` Michael Halstead
0 siblings, 1 reply; 7+ messages in thread
From: Quentin Schulz @ 2025-01-14 10:13 UTC (permalink / raw)
To: Richard Purdie, mhalstead, antonin.godard; +Cc: docs, Thomas Petazzoni
Hi Richard, Antonin,
On 1/13/25 11:09 PM, Richard Purdie wrote:
> On Mon, 2025-01-13 at 18:05 +0100, Quentin Schulz via lists.yoctoproject.org wrote:
>>>> -- CentOS: :yocto_ab:`/typhoon/#/builders/reproducible-centos`
>>>> -- Debian: :yocto_ab:`/typhoon/#/builders/reproducible-debian`
>>>> -- Fedora: :yocto_ab:`/typhoon/#/builders/reproducible-fedora`
>>>> -- Ubuntu: :yocto_ab:`/typhoon/#/builders/reproducible-ubuntu`
>>>> +- CentOS: :yocto_ab:`/#/builders/reproducible-centos`
>>>> +- Debian: :yocto_ab:`/#/builders/reproducible-debian`
>>>> +- Fedora: :yocto_ab:`/#/builders/reproducible-fedora`
>>>> +- Ubuntu: :yocto_ab:`/#/builders/reproducible-ubuntu`
>>>>
>>
>> Am I supposed to see anything at
>> https://valkyrie.yoctoproject.org/#/builders/reproducible-debian? I only
>> have None in all Build requests, Build times, Success Rate... Same for
>> all other builders.
>
> Initially when we implemented reproducible builds, we ran then on
> multiple distros explicitly. Over time the errors subsided and we
> eventually decided it was good enough to test this on a distro at
> random. We therefore just do that now and no longer use the distro
> specific targets. They were left around just in case we needed them.
> You therefore want the plain "reproducible" target rather than the
> distro specific ones.
>
Thanks for the info, we need to update the docs to reflect that change
then, otherwise it looks like we're not doing reproducible builds at all
anymore :)
Cheers,
Quentin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [docs] [PATCH] Update autobuilder URLs to valkyrie
2025-01-14 10:13 ` Quentin Schulz
@ 2025-01-16 7:24 ` Michael Halstead
0 siblings, 0 replies; 7+ messages in thread
From: Michael Halstead @ 2025-01-16 7:24 UTC (permalink / raw)
To: antonin.godard; +Cc: Richard Purdie, Quentin Schulz, docs, Thomas Petazzoni
[-- Attachment #1: Type: text/plain, Size: 1941 bytes --]
The changes are complete. https://autobuilder.yoctoproject.org/valkyrie/#/
and https://autobuilder.yoctoproject.org/typhoon/#/ are both running now.
On Tue, Jan 14, 2025 at 12:13 AM Quentin Schulz <quentin.schulz@cherry.de>
wrote:
> Hi Richard, Antonin,
>
> On 1/13/25 11:09 PM, Richard Purdie wrote:
> > On Mon, 2025-01-13 at 18:05 +0100, Quentin Schulz via
> lists.yoctoproject.org wrote:
> >>>> -- CentOS: :yocto_ab:`/typhoon/#/builders/reproducible-centos`
> >>>> -- Debian: :yocto_ab:`/typhoon/#/builders/reproducible-debian`
> >>>> -- Fedora: :yocto_ab:`/typhoon/#/builders/reproducible-fedora`
> >>>> -- Ubuntu: :yocto_ab:`/typhoon/#/builders/reproducible-ubuntu`
> >>>> +- CentOS: :yocto_ab:`/#/builders/reproducible-centos`
> >>>> +- Debian: :yocto_ab:`/#/builders/reproducible-debian`
> >>>> +- Fedora: :yocto_ab:`/#/builders/reproducible-fedora`
> >>>> +- Ubuntu: :yocto_ab:`/#/builders/reproducible-ubuntu`
> >>>>
> >>
> >> Am I supposed to see anything at
> >> https://valkyrie.yoctoproject.org/#/builders/reproducible-debian? I
> only
> >> have None in all Build requests, Build times, Success Rate... Same for
> >> all other builders.
> >
> > Initially when we implemented reproducible builds, we ran then on
> > multiple distros explicitly. Over time the errors subsided and we
> > eventually decided it was good enough to test this on a distro at
> > random. We therefore just do that now and no longer use the distro
> > specific targets. They were left around just in case we needed them.
> > You therefore want the plain "reproducible" target rather than the
> > distro specific ones.
> >
>
> Thanks for the info, we need to update the docs to reflect that change
> then, otherwise it looks like we're not doing reproducible builds at all
> anymore :)
>
> Cheers,
> Quentin
>
--
Michael Halstead
Linux Foundation / Yocto Project
Systems Operations Engineer
[-- Attachment #2: Type: text/html, Size: 2979 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-01-16 7:24 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-27 9:11 [PATCH] Update autobuilder URLs to valkyrie Antonin Godard
2024-12-28 20:45 ` [docs] " Michael Halstead
2025-01-13 17:05 ` Quentin Schulz
2025-01-13 19:17 ` Michael Halstead
2025-01-13 22:09 ` Richard Purdie
2025-01-14 10:13 ` Quentin Schulz
2025-01-16 7:24 ` Michael Halstead
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.