Skip to content

Commit

Permalink
config/pipeline.yaml: Enable timers selftests
Browse files Browse the repository at this point in the history
Cover the timers selftests on a subset of the boards in my lab with a
bit more capacity.

Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
broonie committed Feb 6, 2025
1 parent 3ffd5e7 commit 5749718
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1657,6 +1657,14 @@ jobs:
skipfile: https://storage.kernelci.org/skipfile-net.yaml
kcidb_test_suite: kselftest.net

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

kselftest-iommu:
kunit: &kunit-job
template: kunit.jinja2
kind: job
Expand Down Expand Up @@ -2884,6 +2892,13 @@ scheduler:
# - rk3399-rock-pi-4b
# - sun50i-h6-pine-h64

- job: kselftest-timers
event: *kbuild-gcc-12-arm-node-event
runtime: *lava-broonie-runtime
platforms:
- beaglebone-black
- stm32mp157a-dhcor-avenger96

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

0 comments on commit 5749718

Please sign in to comment.