From: Andrew Cooper Date: Wed, 29 May 2024 13:20:39 +0000 (+0100) Subject: CI: Use a debug build of Xen for the Xilinx HW tests X-Git-Tag: 4.19.0-rc1~104 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2ff6d17bc37e6d8bc412436e8734ea868cea124d;p=xen.git CI: Use a debug build of Xen for the Xilinx HW tests ... like the other hardware tests. This gets more value out of the testing. Signed-off-by: Andrew Cooper Reviewed-by: Michal Orzel Acked-by: Stefano Stabellini Release-Acked-by: Oleksii Kurochko --- diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index ad249fa0a5..902139e148 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -143,21 +143,21 @@ build-each-commit-gcc: tags: - x86_64 -xilinx-smoke-dom0less-arm64-gcc: +xilinx-smoke-dom0less-arm64-gcc-debug: extends: .xilinx-arm64 script: - ./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: +xilinx-smoke-dom0less-arm64-gcc-debug-gem-passthrough: extends: .xilinx-arm64 script: - ./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