]> xenbits.xensource.com Git - people/tklengyel/xen.git/commitdiff
CI: Use a debug build of Xen for the Xilinx HW tests
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 29 May 2024 13:20:39 +0000 (14:20 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 31 May 2024 21:03:30 +0000 (22:03 +0100)
... like the other hardware tests.  This gets more value out of the testing.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Michal Orzel <michal.orzel@amd.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
automation/gitlab-ci/test.yaml

index ad249fa0a5d92ed00896c2948eb53c7c67e1fe46..902139e148934f1c24cb81b4b4042b9b4bddbc3a 100644 (file)
@@ -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