Message ID | 20241218025540.3025522-3-sjg@chromium.org |
---|---|
State | Changes Requested |
Delegated to: | Tom Rini |
Headers | show |
Series | [1/3] gitlab: Resurrect the Pine64+ in the sjg lab | expand |
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
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:
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(-)