From: Marek Marczykowski-Górecki Date: Fri, 14 Mar 2025 03:06:26 +0000 (+0100) Subject: CI: Add yet another HW runner X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e071b233944deeea5ad695248cdf86cd188557a2;p=xen.git CI: Add yet another HW runner This is AMD Zen2 (Ryzen 5 4500U specifically), in a HP Probook 445 G7. This one has working S3, so add a test for it here. Signed-off-by: Marek Marczykowski-Górecki Reviewed-by: Andrew Cooper (cherry picked from commit debe8bf537ec2c69a4734393cd2b0c7f57f74c0c) --- diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index 1822e3ea5f..3e583a2d29 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -140,6 +140,17 @@ tags: - qubes-hw2 +.zen2-x86-64: + # it's really similar to the above + extends: .adl-x86-64 + variables: + PCIDEV: "01:00.0" + PCIDEV_INTR: "MSI-X" + CONSOLE_OPTS: "console=com1 com1=115200,8n1,pci,msi,04:00.0" + SUT_ADDR: test-1.testnet + tags: + - qubes-hw1 + .zen3p-x86-64: # it's really similar to the above extends: .adl-x86-64 @@ -263,6 +274,22 @@ adl-pvshim-x86-64-gcc-debug: - *x86-64-test-needs - alpine-3.18-gcc-debug +zen2-smoke-x86-64-gcc-debug: + extends: .zen2-x86-64 + script: + - ./automation/scripts/qubes-x86-64.sh 2>&1 | tee ${LOGFILE} + needs: + - *x86-64-test-needs + - alpine-3.18-gcc-debug + +zen2-suspend-x86-64-gcc-debug: + extends: .zen2-x86-64 + script: + - ./automation/scripts/qubes-x86-64.sh s3 2>&1 | tee ${LOGFILE} + needs: + - *x86-64-test-needs + - alpine-3.18-gcc-debug + zen3p-smoke-x86-64-gcc-debug: extends: .zen3p-x86-64 script: