On Wed, 29 May 2024, Andrew Cooper wrote: > ... like the other hardware tests. This gets more value out of the testing. > > Signed-off-by: Andrew Cooper <[email protected]>
Acked-by: Stefano Stabellini <[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 > > xilinx-smoke-dom0less-arm64-gcc-gem-passthrough: > extends: .xilinx-arm64 > @@ -157,7 +157,7 @@ xilinx-smoke-dom0less-arm64-gcc-gem-passthrough: > - ./automation/scripts/xilinx-smoke-dom0less-arm64.sh gem-passthrough > 2>&1 | tee ${LOGFILE} > needs: > - *arm64-test-needs > - - alpine-3.18-gcc-arm64 > + - alpine-3.18-gcc-debug-arm64 > > adl-smoke-x86-64-gcc-debug: > extends: .adl-x86-64 > -- > 2.30.2 >
