Skip to content

Commit b5b1e90

Browse files
committed
pipeline.yaml: Add kselftest-landlock to x86 devices
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]>
1 parent 2b75eaf commit b5b1e90

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

config/pipeline.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,15 @@ jobs:
922922
job_timeout: 10
923923
kcidb_test_suite: kselftest.iommu
924924

925+
kselftest-landlock:
926+
template: kselftest.jinja2
927+
kind: job
928+
params:
929+
nfsroot: 'http://storage.kernelci.org/images/rootfs/debian/bookworm-kselftest/20240313.0/{debarch}'
930+
collections: landlock
931+
job_timeout: 10
932+
kcidb_test_suite: kselftest.landlock
933+
925934
# amd64-only temporary
926935
sleep:
927936
template: sleep.jinja2
@@ -1509,6 +1518,19 @@ scheduler:
15091518
platforms:
15101519
- bcm2711-rpi-4-b
15111520

1521+
- job: kselftest-landlock
1522+
event:
1523+
channel: node
1524+
name: kbuild-gcc-12-x86
1525+
result: pass
1526+
runtime:
1527+
type: lava
1528+
name: lava-collabora
1529+
platforms:
1530+
- acer-chromebox-cxi4-puff
1531+
- acer-cp514-3wh-r0qs-guybrush
1532+
- acer-cp514-2h-1160g7-volteer
1533+
15121534
- job: sleep
15131535
event:
15141536
channel: node

0 commit comments

Comments
 (0)