Skip to content

config: Enable zram selftests #1242

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions config/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1876,6 +1876,13 @@ jobs:
collections: vDSO
kcidb_test_suite: kselftest.vdso

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

kunit: &kunit-job
template: kunit.jinja2
kind: job
Expand Down
16 changes: 16 additions & 0 deletions config/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,22 @@ scheduler:
platforms:
- meson-gxl-s905x-libretech-cc

- job: kselftest-zram
event:
<<: *node-event-kbuild
name: kbuild-gcc-12-arm-kselftest
runtime: *lava-broonie-runtime
platforms:
- stm32mp157a-dhcor-avenger96

- job: kselftest-zram
event:
<<: *node-event-kbuild
name: kbuild-gcc-12-arm64-kselftest
runtime: *lava-broonie-runtime
platforms:
- bcm2711-rpi-4-b

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