Skip to content

config: Enable tmpfs selftest #1243

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 2 commits 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
14 changes: 14 additions & 0 deletions config/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,13 @@ jobs:
collections: signal
kcidb_test_suite: kselftest.signal

kselftest-splice:
<<: *kselftest-job
params:
<<: *kselftest-params
collections: splice
kcidb_test_suite: kselftest.splce

kselftest-sync:
<<: *kselftest-job
params:
Expand All @@ -1848,6 +1855,13 @@ jobs:
collections: timers
kcidb_test_suite: kselftest.timers

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

kselftest-ublk:
<<: *kselftest-job
params:
Expand Down
28 changes: 28 additions & 0 deletions config/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,22 @@ scheduler:
platforms:
- bcm2837-rpi-3-b-plus

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

- job: kselftest-splice
event:
<<: *node-event-kbuild
name: kbuild-gcc-12-arm64-kselftest
runtime: *lava-broonie-runtime
platforms:
- bcm2837-rpi-3-b-plus

- job: kselftest-sync
event:
<<: *node-event-kbuild
Expand Down Expand Up @@ -1159,6 +1175,18 @@ scheduler:
- bcm2837-rpi-3-b-plus
- cd8180-orion-o6

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

- job: kselftest-tmpfs
event: *kbuild-gcc-12-arm64-node-event
runtime: *lava-broonie-runtime
platforms:
- bcm2837-rpi-3-b-plus

- job: kselftest-seccomp
event:
<<: *node-event-kbuild
Expand Down