On Wed, 29 May 2024, Michal Orzel wrote: > Hi Andrew, > > On 29/05/2024 16:19, Andrew Cooper wrote: > > > > > > ... like the other hardware tests. This gets more value out of the testing. > > > > Signed-off-by: Andrew Cooper <[email protected]> > > --- > > CC: Roger Pau Monné <[email protected]> > > CC: Stefano Stabellini <[email protected]> > > CC: Michal Orzel <[email protected]> > > CC: Marek Marczykowski-Górecki <[email protected]> > > CC: Oleksii Kurochko <[email protected]> > > --- > > automation/gitlab-ci/test.yaml | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml > > index efd3ad46f08e..e96ccdfad54c 100644 > > --- a/automation/gitlab-ci/test.yaml > > +++ b/automation/gitlab-ci/test.yaml > > @@ -149,7 +149,7 @@ xilinx-smoke-dom0less-arm64-gcc: > > - ./automation/scripts/xilinx-smoke-dom0less-arm64.sh 2>&1 | tee > > ${LOGFILE} > > needs: > > - *arm64-test-needs > > - - alpine-3.18-gcc-arm64 > > + - alpine-3.18-gcc-debug-arm64 > This change should be reflected in the name of the test changed (here and > below), so that it contains -debug suffix just like every other debug job. > With that done: > Reviewed-by: Michal Orzel <[email protected]>
Ops, good catch! I missed it
