[kvm-unit-tests PATCH v6 14/14] arm64: gitlab-ci: add EL2 tests to CI
Joey Gouly
joey.gouly at arm.com
Fri Jan 23 08:50:53 PST 2026
Signed-off-by: Joey Gouly <joey.gouly at arm.com>
---
.gitlab-ci.yml | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e3d4661..ee3274dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -126,6 +126,36 @@ build-aarch64-clang-efi:
| tee results.txt
- grep -q PASS results.txt && ! grep -q FAIL results.txt
+build-aarch64-el2:
+ extends: .intree_template
+ script:
+ - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu
+ - ./configure --arch=aarch64 --cross-prefix=aarch64-linux-gnu-
+ - make -j2
+ - ACCEL=tcg MAX_SMP=8 EL2=y ./run_tests.sh
+ cache
+ debug-bp
+ debug-sstep
+ debug-wp
+ gicv2-active
+ gicv2-ipi
+ gicv2-mmio
+ gicv3-active
+ gicv3-ipi
+ its-introspection
+ its-trigger
+ pci-test
+ pmu-cycle-counter
+ pmu-event-counter-config
+ pmu-sw-incr
+ selftest-setup
+ selftest-smp
+ selftest-vectors-kernel
+ selftest-vectors-user
+ timer
+ | tee results.txt
+ - grep -q PASS results.txt && ! grep -q FAIL results.txt
+
build-arm:
extends: .outoftree_template
script:
--
2.25.1
More information about the linux-arm-kernel
mailing list