Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config/pipeline.yaml: Enable timers selftests #1000

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1657,6 +1657,13 @@ 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

kunit: &kunit-job
template: kunit.jinja2
kind: job
Expand Down Expand Up @@ -2884,6 +2891,21 @@ 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-timers
event: *kbuild-gcc-12-arm64-node-event
runtime: *lava-broonie-runtime
platforms:
- bcm2711-rpi-4-b
- meson-gxl-s905x-libretech-cc
- sun50i-h5-libretech-all-h3-cc

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