Skip to content

Commit

Permalink
pipeline.yaml: Add kselftest-landlock to x86 devices
Browse files Browse the repository at this point in the history
During cleanup in legacy system, author of PR kernelci/kernelci-core#1505
expressed interest in enabling landlock tests.
Let's do first step and enable landlock tests at least on x86 devices.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Jul 16, 2024
1 parent 2b75eaf commit b5b1e90
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,15 @@ jobs:
job_timeout: 10
kcidb_test_suite: kselftest.iommu

kselftest-landlock:
template: kselftest.jinja2
kind: job
params:
nfsroot: 'http://storage.kernelci.org/images/rootfs/debian/bookworm-kselftest/20240313.0/{debarch}'
collections: landlock
job_timeout: 10
kcidb_test_suite: kselftest.landlock

# amd64-only temporary
sleep:
template: sleep.jinja2
Expand Down Expand Up @@ -1509,6 +1518,19 @@ scheduler:
platforms:
- bcm2711-rpi-4-b

- job: kselftest-landlock
event:
channel: node
name: kbuild-gcc-12-x86
result: pass
runtime:
type: lava
name: lava-collabora
platforms:
- acer-chromebox-cxi4-puff
- acer-cp514-3wh-r0qs-guybrush
- acer-cp514-2h-1160g7-volteer

- job: sleep
event:
channel: node
Expand Down

0 comments on commit b5b1e90

Please sign in to comment.