U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CI: Update the CI lab
@ 2025-05-01  1:25 Simon Glass
  2025-05-01 14:03 ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Glass @ 2025-05-01  1:25 UTC (permalink / raw)
  To: U-Boot Mailing List; +Cc: Tom Rini, Simon Glass, Jerome Forissier

Update the boards in the lab to match the current situation:

- bbb and pin64 are working again
- samus and c4 are still broken, with no end in sight
- new boards for colibrimx8, rockpro64, rock3a/5b, rpi5, zybo

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 .gitlab-ci.yml | 48 ++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 40 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6f11331514b..d069ad952fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -622,10 +622,11 @@ pcduino3_nano:
     ROLE: pcduino3_nano
   <<: *lab_dfn
 
-samus:
-  variables:
-    ROLE: samus
-  <<: *lab_dfn
+# samus has a hardware failure 30-Nov-24
+#samus:
+#  variables:
+#    ROLE: samus
+#  <<: *lab_dfn
 
 link:
   variables:
@@ -692,10 +693,11 @@ pine64:
     ROLE: pine64
   <<: *lab_dfn
 
-c4:
-  variables:
-    ROLE: c4
-  <<: *lab_dfn
+# c4 needs binman supported added, so signing works
+#c4:
+#  variables:
+#    ROLE: c4
+#  <<: *lab_dfn
 
 rpi4:
   variables:
@@ -733,6 +735,36 @@ vf2:
     ROLE: vf2
   <<: *lab_dfn
 
+colibrimx8:
+  variables:
+    ROLE: colibrimx8
+  <<: *lab_dfn
+
+rockpro64:
+  variables:
+    ROLE: rockpro64
+  <<: *lab_dfn
+
+rock3a:
+  variables:
+    ROLE: rock3a
+  <<: *lab_dfn
+
+rock5b:
+  variables:
+    ROLE: rock5b
+  <<: *lab_dfn
+
+rpi5:
+  variables:
+    ROLE: rpi5
+  <<: *lab_dfn
+
+zybo:
+  variables:
+    ROLE: zybo
+  <<: *lab_dfn
+
 qemu-x86_64:
   variables:
     ROLE: qemu-x86_64
-- 
2.43.0

base-commit: f89124d10fcd1c8fa16bc3e5cc885b93945fe87d
branch: labe

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] CI: Update the CI lab
  2025-05-01  1:25 [PATCH] CI: Update the CI lab Simon Glass
@ 2025-05-01 14:03 ` Tom Rini
  2025-05-01 15:03   ` Simon Glass
  0 siblings, 1 reply; 6+ messages in thread
From: Tom Rini @ 2025-05-01 14:03 UTC (permalink / raw)
  To: Simon Glass; +Cc: U-Boot Mailing List, Jerome Forissier

[-- Attachment #1: Type: text/plain, Size: 695 bytes --]

On Wed, Apr 30, 2025 at 07:25:24PM -0600, Simon Glass wrote:

> Update the boards in the lab to match the current situation:
> 
> - bbb and pin64 are working again

And were never disabled in mainline (since iirc I never saw them not
working).

> - samus and c4 are still broken, with no end in sight

Good to comment out.

> - new boards for colibrimx8, rockpro64, rock3a/5b, rpi5, zybo

Except the imx8 board doesn't work in CI in mainline and had it's own
long discussion that petered out.

Please v2 where you drop the line about bbb/pine64, and don't add
colibrimx8 until you or someone else are ready to work on the underlying
issues this exposed. Thanks.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] CI: Update the CI lab
  2025-05-01 14:03 ` Tom Rini
@ 2025-05-01 15:03   ` Simon Glass
  2025-05-01 15:30     ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Glass @ 2025-05-01 15:03 UTC (permalink / raw)
  To: Tom Rini; +Cc: U-Boot Mailing List, Jerome Forissier

Hi Tom,

On Thu, 1 May 2025 at 08:03, Tom Rini <trini@konsulko.com> wrote:
>
> On Wed, Apr 30, 2025 at 07:25:24PM -0600, Simon Glass wrote:
>
> > Update the boards in the lab to match the current situation:
> >
> > - bbb and pin64 are working again
>
> And were never disabled in mainline (since iirc I never saw them not
> working).

OK good.

>
> > - samus and c4 are still broken, with no end in sight
>
> Good to comment out.
>
> > - new boards for colibrimx8, rockpro64, rock3a/5b, rpi5, zybo
>
> Except the imx8 board doesn't work in CI in mainline and had it's own
> long discussion that petered out.

It has been fine for me.

https://sjg.u-boot.org/u-boot/u-boot/-/jobs/49094

>
> Please v2 where you drop the line about bbb/pine64, and don't add
> colibrimx8 until you or someone else are ready to work on the underlying
> issues this exposed. Thanks.

Do you know what issues?

Regards,
Simon

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] CI: Update the CI lab
  2025-05-01 15:03   ` Simon Glass
@ 2025-05-01 15:30     ` Tom Rini
  2025-05-02 12:51       ` Simon Glass
  0 siblings, 1 reply; 6+ messages in thread
From: Tom Rini @ 2025-05-01 15:30 UTC (permalink / raw)
  To: Simon Glass; +Cc: U-Boot Mailing List, Jerome Forissier

[-- Attachment #1: Type: text/plain, Size: 1136 bytes --]

On Thu, May 01, 2025 at 09:03:15AM -0600, Simon Glass wrote:
> Hi Tom,
> 
> On Thu, 1 May 2025 at 08:03, Tom Rini <trini@konsulko.com> wrote:
> >
> > On Wed, Apr 30, 2025 at 07:25:24PM -0600, Simon Glass wrote:
> >
> > > Update the boards in the lab to match the current situation:
> > >
> > > - bbb and pin64 are working again
> >
> > And were never disabled in mainline (since iirc I never saw them not
> > working).
> 
> OK good.
> 
> >
> > > - samus and c4 are still broken, with no end in sight
> >
> > Good to comment out.
> >
> > > - new boards for colibrimx8, rockpro64, rock3a/5b, rpi5, zybo
> >
> > Except the imx8 board doesn't work in CI in mainline and had it's own
> > long discussion that petered out.
> 
> It has been fine for me.
> 
> https://sjg.u-boot.org/u-boot/u-boot/-/jobs/49094
> 
> >
> > Please v2 where you drop the line about bbb/pine64, and don't add
> > colibrimx8 until you or someone else are ready to work on the underlying
> > issues this exposed. Thanks.
> 
> Do you know what issues?

Yes, can you please look at the thread from your initial patches?

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] CI: Update the CI lab
  2025-05-01 15:30     ` Tom Rini
@ 2025-05-02 12:51       ` Simon Glass
  2025-05-02 14:10         ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Glass @ 2025-05-02 12:51 UTC (permalink / raw)
  To: Tom Rini; +Cc: U-Boot Mailing List, Jerome Forissier

Hi Tom,

On Thu, 1 May 2025 at 09:30, Tom Rini <trini@konsulko.com> wrote:
>
> On Thu, May 01, 2025 at 09:03:15AM -0600, Simon Glass wrote:
> > Hi Tom,
> >
> > On Thu, 1 May 2025 at 08:03, Tom Rini <trini@konsulko.com> wrote:
> > >
> > > On Wed, Apr 30, 2025 at 07:25:24PM -0600, Simon Glass wrote:
> > >
> > > > Update the boards in the lab to match the current situation:
> > > >
> > > > - bbb and pin64 are working again
> > >
> > > And were never disabled in mainline (since iirc I never saw them not
> > > working).
> >
> > OK good.
> >
> > >
> > > > - samus and c4 are still broken, with no end in sight
> > >
> > > Good to comment out.
> > >
> > > > - new boards for colibrimx8, rockpro64, rock3a/5b, rpi5, zybo
> > >
> > > Except the imx8 board doesn't work in CI in mainline and had it's own
> > > long discussion that petered out.
> >
> > It has been fine for me.
> >
> > https://sjg.u-boot.org/u-boot/u-boot/-/jobs/49094
> >
> > >
> > > Please v2 where you drop the line about bbb/pine64, and don't add
> > > colibrimx8 until you or someone else are ready to work on the underlying
> > > issues this exposed. Thanks.
> >
> > Do you know what issues?
>
> Yes, can you please look at the thread from your initial patches?

I see[1], but I'm still not sure what you are referring to. Is this a
board which is broken with your tree, or is there some issue just with
the lab?

Also I was wondering why Nvidia board was not in the list and then
found this patch which is marked 'changes requested', but I don't see
any reason:

https://patchwork.ozlabs.org/project/uboot/patch/20241217210920.2050997-1-sjg@chromium.org/

I marked it 'new' again.

Regards,
Simon

[1] https://lore.kernel.org/u-boot/20241217134417.4064239-1-sjg@chromium.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] CI: Update the CI lab
  2025-05-02 12:51       ` Simon Glass
@ 2025-05-02 14:10         ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2025-05-02 14:10 UTC (permalink / raw)
  To: Simon Glass; +Cc: U-Boot Mailing List, Jerome Forissier

[-- Attachment #1: Type: text/plain, Size: 2189 bytes --]

On Fri, May 02, 2025 at 06:51:31AM -0600, Simon Glass wrote:
> Hi Tom,
> 
> On Thu, 1 May 2025 at 09:30, Tom Rini <trini@konsulko.com> wrote:
> >
> > On Thu, May 01, 2025 at 09:03:15AM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Thu, 1 May 2025 at 08:03, Tom Rini <trini@konsulko.com> wrote:
> > > >
> > > > On Wed, Apr 30, 2025 at 07:25:24PM -0600, Simon Glass wrote:
> > > >
> > > > > Update the boards in the lab to match the current situation:
> > > > >
> > > > > - bbb and pin64 are working again
> > > >
> > > > And were never disabled in mainline (since iirc I never saw them not
> > > > working).
> > >
> > > OK good.
> > >
> > > >
> > > > > - samus and c4 are still broken, with no end in sight
> > > >
> > > > Good to comment out.
> > > >
> > > > > - new boards for colibrimx8, rockpro64, rock3a/5b, rpi5, zybo
> > > >
> > > > Except the imx8 board doesn't work in CI in mainline and had it's own
> > > > long discussion that petered out.
> > >
> > > It has been fine for me.
> > >
> > > https://sjg.u-boot.org/u-boot/u-boot/-/jobs/49094
> > >
> > > >
> > > > Please v2 where you drop the line about bbb/pine64, and don't add
> > > > colibrimx8 until you or someone else are ready to work on the underlying
> > > > issues this exposed. Thanks.
> > >
> > > Do you know what issues?
> >
> > Yes, can you please look at the thread from your initial patches?
> 
> I see[1], but I'm still not sure what you are referring to. Is this a
> board which is broken with your tree, or is there some issue just with
> the lab?

I guess you forgot the related buildman changes which is where I
explained that:
- If there's blob problems, someone needs to go and look harder at the
  imx8/9 binman support.
- Looks like most of the imx families aren't using CONFIG_BUILD_TARGET
  and that needs to be fixed.

> Also I was wondering why Nvidia board was not in the list and then
> found this patch which is marked 'changes requested', but I don't see
> any reason:
> 
> https://patchwork.ozlabs.org/project/uboot/patch/20241217210920.2050997-1-sjg@chromium.org/
> 
> I marked it 'new' again.

Doesn't apply.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-05-02 14:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-01  1:25 [PATCH] CI: Update the CI lab Simon Glass
2025-05-01 14:03 ` Tom Rini
2025-05-01 15:03   ` Simon Glass
2025-05-01 15:30     ` Tom Rini
2025-05-02 12:51       ` Simon Glass
2025-05-02 14:10         ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox