Skip to content

Commit 1993900

Browse files
brooniepawiecz
authored andcommitted
config: Enable kcmp selftests
Another small, software only test. Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 9dd77ea commit 1993900

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

config/jobs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,6 +1633,13 @@ jobs:
16331633
collections: ipc
16341634
kcidb_test_suite: kselftest.ipc
16351635

1636+
kselftest-kcmp:
1637+
<<: *kselftest-job
1638+
params:
1639+
<<: *kselftest-params
1640+
collections: kcmp
1641+
kcidb_test_suite: kselftest.kcmp
1642+
16361643
kselftest-kvm:
16371644
<<: *kselftest-job
16381645
params:

config/scheduler.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,22 @@ scheduler:
871871
platforms:
872872
- sun50i-h5-libretech-all-h3-cc
873873

874+
- job: kselftest-kcmp
875+
event:
876+
<<: *node-event-kbuild
877+
name: kbuild-gcc-12-arm
878+
runtime: *lava-broonie-runtime
879+
platforms:
880+
- stm32mp157a-dhcor-avenger96
881+
882+
- job: kselftest-kcmp
883+
event:
884+
<<: *node-event-kbuild
885+
name: kbuild-gcc-12-arm64
886+
runtime: *lava-broonie-runtime
887+
platforms:
888+
- bcm2837-rpi-3-b-plus
889+
874890
- job: kselftest-kvm
875891
event:
876892
<<: *node-event-kbuild

0 commit comments

Comments
 (0)