Skip to content

Commit

Permalink
config/pipeline.yaml: Enable futex selftests in my lab
Browse files Browse the repository at this point in the history
The futex selftests are software only so run them on one board for each
architecture, if I get access to newer microarchitectures it might make
sense to cover them but right now it's all pretty homeogenous.

Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
broonie authored and nuclearcat committed Feb 17, 2025
1 parent 0a0ae6a commit 0cae7ce
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1696,6 +1696,13 @@ jobs:
collections: ftrace
kcidb_test_suite: kselftest.ftrace

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

kselftest-iommu:
<<: *kselftest-job
params:
Expand Down Expand Up @@ -3073,6 +3080,18 @@ scheduler:
platforms:
- stm32mp157a-dhcor-avenger96

- job: kselftest-futex
event: *kbuild-gcc-12-arm64-node-event
runtime: *lava-broonie-runtime
platforms:
- meson-gxl-s905x-libretech-cc

- job: kselftest-futex
event: *kbuild-gcc-12-arm-node-event
runtime: *lava-broonie-runtime
platforms:
- beaglebone-black

- job: kselftest-kvm
event:
<<: *node-event-kbuild
Expand Down

0 comments on commit 0cae7ce

Please sign in to comment.