[PATCH 1/3] gitlab: Resurrect the Pine64+ in the sjg lab

This is working again, so add it back.
Signed-off-by: Simon Glass sjg@chromium.org ---
.gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c15907fffa..5fa417e79c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -655,11 +655,11 @@ kevin: ROLE: kevin <<: *lab_dfn
-# pine64 has a hardware failure 30-Nov-24 -#pine64: -# variables: -# ROLE: pine64 -# <<: *lab_dfn +# pine64+ +pine64: + variables: + ROLE: pine64 + <<: *lab_dfn
# c4 needs binman supported added, so signing works #c4:

This is working again, so add it back.
Signed-off-by: Simon Glass sjg@chromium.org ---
.gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5fa417e79c6..3d778d66fe4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -644,11 +644,10 @@ rpi3z: ROLE: rpi3z <<: *lab_dfn
-# bbb has a hardware failure 30-Nov-24 -#bbb: -# variables: -# ROLE: bbb -# <<: *lab_dfn +bbb: + variables: + ROLE: bbb + <<: *lab_dfn
kevin: variables:

On Tue, Dec 17, 2024 at 07:55:39PM -0700, Simon Glass wrote:
This is working again, so add it back.
Signed-off-by: Simon Glass sjg@chromium.org
.gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
FWIW, this has always worked, but I don't know if you changed something on your labgrid side of things.

Hi Tom,
On Wed, 18 Dec 2024 at 07:31, Tom Rini trini@konsulko.com wrote:
On Tue, Dec 17, 2024 at 07:55:39PM -0700, Simon Glass wrote:
This is working again, so add it back.
Signed-off-by: Simon Glass sjg@chromium.org
.gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
FWIW, this has always worked, but I don't know if you changed something on your labgrid side of things.
OK, good. It must have magically fixed itself from last time I tested it.
Regards, Simon

This ancient Chromebook that nobody cares about is working again, so add it back.
Signed-off-by: Simon Glass sjg@chromium.org ---
.gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d778d66fe4..61563c87ea6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -588,11 +588,10 @@ pcduino3_nano: ROLE: pcduino3_nano <<: *lab_dfn
-# samus has a hardware failure 30-Nov-24 -#samus: -# variables: -# ROLE: samus -# <<: *lab_dfn +samus: + variables: + ROLE: samus + <<: *lab_dfn
link: variables:

On Tue, Dec 17, 2024 at 07:55:40PM -0700, Simon Glass wrote:
This ancient Chromebook that nobody cares about is working again, so add it back.
Signed-off-by: Simon Glass sjg@chromium.org
.gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
If for nothing more than my own debug needs, was this another OF_BLOBLIST fixes it platform, or something else? And is this using chromebook_samus or chromebook_samus_tpl ? Thanks.

Hi Tom,
On Wed, 18 Dec 2024 at 07:32, Tom Rini trini@konsulko.com wrote:
On Tue, Dec 17, 2024 at 07:55:40PM -0700, Simon Glass wrote:
This ancient Chromebook that nobody cares about is working again, so add it back.
Signed-off-by: Simon Glass sjg@chromium.org
.gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
If for nothing more than my own debug needs, was this another OF_BLOBLIST fixes it platform, or something else? And is this using chromebook_samus or chromebook_samus_tpl ? Thanks.
No, this doesn't use bloblists. It is chromebook_samus, but that's a good point, I should really bring back chromebook_samus_tpl as well.
Regards, Simon
participants (2)
-
Simon Glass
-
Tom Rini