Skip to content

Commit

Permalink
config/pipeline.yaml: Add user_events selftests in my lab
Browse files Browse the repository at this point in the history
Yet more software only selftests, enabled on one board per architecture.

Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
broonie authored and pawiecz committed Feb 25, 2025
1 parent f6df580 commit acb9f99
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1821,6 +1821,13 @@ jobs:
collections: timers
kcidb_test_suite: kselftest.timers

kselftest-user-events:
<<: *kselftest-job
params:
<<: *kselftest-params
collections: user_events
kcidb_test_suite: kselftest.user_events

kselftest-vdso:
<<: *kselftest-job
params:
Expand Down Expand Up @@ -3351,6 +3358,22 @@ scheduler:
platforms:
- sun50i-h5-libretech-all-h3-cc

- job: kselftest-user-events
event:
<<: *node-event-kbuild
name: kbuild-gcc-12-arm-kselftest
runtime: *lava-broonie-runtime
platforms:
- beaglebone-black

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

- job: kselftest-vdso
event: *kbuild-gcc-12-arm-node-event
runtime: *lava-broonie-runtime
Expand Down

0 comments on commit acb9f99

Please sign in to comment.