Skip to content

Commit fc29bb1

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 6f57a95 commit fc29bb1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

config/pipeline.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,15 @@ jobs:
10121012
tst_cmd: 'svsematest'
10131013
kcidb_test_suite: rt-tests.svsematest
10141014

1015+
kselftest-landlock:
1016+
template: kselftest.jinja2
1017+
kind: job
1018+
params:
1019+
nfsroot: 'http://storage.kernelci.org/images/rootfs/debian/bookworm-kselftest/20240313.0/{debarch}'
1020+
collections: landlock
1021+
job_timeout: 10
1022+
kcidb_test_suite: kselftest.landlock
1023+
10151024
# amd64-only temporary
10161025
sleep:
10171026
template: sleep.jinja2
@@ -1599,6 +1608,19 @@ scheduler:
15991608
platforms:
16001609
- bcm2711-rpi-4-b
16011610

1611+
- job: kselftest-landlock
1612+
event:
1613+
channel: node
1614+
name: kbuild-gcc-12-x86
1615+
result: pass
1616+
runtime:
1617+
type: lava
1618+
name: lava-collabora
1619+
platforms:
1620+
- acer-chromebox-cxi4-puff
1621+
- acer-cp514-3wh-r0qs-guybrush
1622+
- acer-cp514-2h-1160g7-volteer
1623+
16021624
- job: sleep
16031625
event:
16041626
channel: node

0 commit comments

Comments
 (0)