Skip to content

Commit

Permalink
config/pipeline.yaml: Enable the KVM selftests on my arm64 boards
Browse files Browse the repository at this point in the history
We should really refine this to cover pKVM on at least some of the
systems that support this (currently just the i.MX8MP platforms), that
requires extra command line options and potentially some work on
reporting.

Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
broonie authored and nuclearcat committed Feb 6, 2025
1 parent 665e818 commit bde8e34
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1657,6 +1657,13 @@ jobs:
collections: iommu
kcidb_test_suite: kselftest.iommu

kselftest-kvm:
<<: *kselftest-job
params:
<<: *kselftest-params
collections: kvm
kcidb_test_suite: kselftest.kvm

kselftest-net:
<<: *kselftest-job
params:
Expand Down Expand Up @@ -2885,6 +2892,13 @@ scheduler:
- mt8390-genio-700-evk
- mt8395-genio-1200-evk

- job: kselftest-kvm
event:
<<: *node-event-kbuild
name: kbuild-gcc-12-arm64-kselftest
runtime: *lava-broonie-runtime
platforms: *lava-broonie-arm64

# - job: kselftest-net
# event: *kbuild-gcc-12-x86-node-event
# runtime: *lava-collabora-runtime
Expand Down

0 comments on commit bde8e34

Please sign in to comment.