Skip to content

Commit

Permalink
config/pipelie.yaml: Enable signal selftests in my lab
Browse files Browse the repository at this point in the history
The signal selftests are pure software tests, enable them on one board
with reasonable capacity for each architecture.

Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
broonie authored and nuclearcat committed Feb 10, 2025
1 parent 57d6b62 commit 88c13c2
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 @@ -1714,6 +1714,13 @@ jobs:
skipfile: https://storage.kernelci.org/skipfile-net.yaml
kcidb_test_suite: kselftest.net

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

kselftest-timers:
<<: *kselftest-job
params:
Expand Down Expand Up @@ -3091,6 +3098,18 @@ scheduler:
- meson-gxl-s905x-libretech-cc
- sun50i-h5-libretech-all-h3-cc

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

- job: kselftest-signal
event: *kbuild-gcc-12-arm64-node-event
runtime: *lava-broonie-runtime
platforms:
- sun50i-h5-libretech-all-h3-cc

- job: kselftest-cpufreq
event: *kbuild-gcc-12-arm64-node-event
runtime: *lava-collabora-runtime
Expand Down

0 comments on commit 88c13c2

Please sign in to comment.