Skip to content

Commit

Permalink
config/pipeline.yaml: Enable landlock selftests in my lab
Browse files Browse the repository at this point in the history
This is a software only suite, enable it for one board on each
architecture in my lab.

Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
broonie authored and nuclearcat committed Feb 17, 2025
1 parent 0cae7ce commit f56898d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1717,6 +1717,13 @@ jobs:
collections: kvm
kcidb_test_suite: kselftest.kvm

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

# hugepages allocation suitable for machines with 2G of memory
kselftest-mm-2g:
<<: *kselftest-job
Expand Down Expand Up @@ -3099,6 +3106,22 @@ scheduler:
runtime: *lava-broonie-runtime
platforms: *lava-broonie-arm64

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

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

- job: kselftest-mm-2g
event:
<<: *node-event-kbuild
Expand Down

0 comments on commit f56898d

Please sign in to comment.