Skip to content

Commit e56e5f3

Browse files
broonienuclearcat
authored andcommitted
config: Enable proc selftests
The proc selftests are software only, enable them for one board per platform in my lab. While there is a config fragment for these it only has PROC_FS in it which is going to be in all defconfigs so just use the standard defconfig. Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 34b732d commit e56e5f3

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
@@ -1725,6 +1725,13 @@ jobs:
17251725
collections: perf_events
17261726
kcidb_test_suite: kselftest.perf_events
17271727

1728+
kselftest-proc:
1729+
<<: *kselftest-job
1730+
params:
1731+
<<: *kselftest-params
1732+
collections: proc
1733+
kcidb_test_suite: kselftest.proc
1734+
17281735
kselftest-ptrace:
17291736
<<: *kselftest-job
17301737
params:

config/scheduler.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,22 @@ scheduler:
10451045
- bcm2711-rpi-4-b
10461046
- sun50i-h5-libretech-all-h3-cc
10471047

1048+
- job: kselftest-proc
1049+
event:
1050+
<<: *node-event-kbuild
1051+
name: kbuild-gcc-12-arm
1052+
runtime: *lava-broonie-runtime
1053+
platforms:
1054+
- stm32mp157a-dhcor-avenger96
1055+
1056+
- job: kselftest-proc
1057+
event:
1058+
<<: *node-event-kbuild
1059+
name: kbuild-gcc-12-arm64
1060+
runtime: *lava-broonie-runtime
1061+
platforms:
1062+
- bcm2837-rpi-3-b-plus
1063+
10481064
- job: kselftest-rlimits
10491065
event:
10501066
<<: *node-event-kbuild

0 commit comments

Comments
 (0)