Skip to content

Commit

Permalink
config/pipeline.yaml: Enable more LTP on my Beaglebone Blacks
Browse files Browse the repository at this point in the history
Add job stanzas for a lot of LTP suites we don't already cover and use the
spare capacity we have on Beaglebone Black in my lab to run a lot more of
LTP. Since the boards use NFS root, have only one CPU and limited memory
there are a bunch of suites that aren't appropriate but this is most of
them.

Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
broonie authored and pawiecz committed Feb 27, 2025
1 parent bd6099b commit 7d4ded4
Showing 1 changed file with 103 additions and 0 deletions.
103 changes: 103 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1875,6 +1875,18 @@ jobs:
<<: *ltp-params
tst_cmdfiles: "cap_bounds"

ltp-containers:
<<: *ltp-job
params:
<<: *ltp-params
tst_cmdfiles: "containers"

ltp-controllers:
<<: *ltp-job
params:
<<: *ltp-params
tst_cmdfiles: "controllers"

ltp-cpuhotplug:
<<: *ltp-job
params:
Expand All @@ -1891,6 +1903,13 @@ jobs:
- 'crypto'
- '!kselftest'

ltp-cve:
<<: *ltp-job
params:
<<: *ltp-params
tst_cmdfiles: "cve"
job_timeout: 45

ltp-dio:
<<: *ltp-job
params:
Expand All @@ -1909,6 +1928,30 @@ jobs:
<<: *ltp-params
tst_cmdfiles: "filecaps"

ltp-fs:
<<: *ltp-job
params:
<<: *ltp-params
tst_cmdfiles: "fs"

ltp-fs-bind:
<<: *ltp-job
params:
<<: *ltp-params
tst_cmdfiles: "fs_bind"

ltp-fs-perms-simple:
<<: *ltp-job
params:
<<: *ltp-params
tst_cmdfiles: "fs_perms_simple"

ltp-fs-readonly:
<<: *ltp-job
params:
<<: *ltp-params
tst_cmdfiles: "fs_readonly"

ltp-fsx:
<<: *ltp-job
params:
Expand All @@ -1931,6 +1974,12 @@ jobs:
- 'ima'
- '!kselftest'

ltp-input:
<<: *ltp-job
params:
<<: *ltp-params
tst_cmdfiles: "input"

ltp-io:
<<: *ltp-job
params:
Expand Down Expand Up @@ -1976,6 +2025,12 @@ jobs:
tst_cmdfiles: "syscalls"
job_timeout: 120

ltp-syscalls-ipc:
<<: *ltp-job
params:
<<: *ltp-params
tst_cmdfiles: "syscalls"

ltp-timers:
<<: *ltp-job
params:
Expand All @@ -1996,6 +2051,12 @@ jobs:
fragments:
- '!kselftest'

ltp-watchqueue:
<<: *ltp-job
params:
<<: *ltp-params
tst_cmdfiles: "watchqueue"

rt-tests: &rt-tests
template: rt-tests.jinja2
kind: job
Expand Down Expand Up @@ -3465,6 +3526,18 @@ scheduler:
platforms:
- beaglebone-black

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

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

- job: ltp-crypto
event: *kbuild-gcc-12-arm-node-event
runtime: *lava-broonie-runtime
Expand All @@ -3477,6 +3550,12 @@ scheduler:
platforms:
- imx6q-sabrelite

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

- job: ltp-dio
event: *kbuild-gcc-12-arm-node-event
runtime: *lava-collabora-runtime
Expand All @@ -3489,6 +3568,12 @@ scheduler:
platforms:
- rk3399-gru-kevin

- job: ltp-fs-bind
event: *kbuild-gcc-12-arm-node-event
runtime: *lava-broonie-runtime
platforms:
- beaglebone-black

- job: ltp-fsx
event: *kbuild-gcc-12-arm-node-event
runtime: *lava-broonie-runtime
Expand All @@ -3501,6 +3586,12 @@ scheduler:
platforms:
- bcm2711-rpi-4-b

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

- job: ltp-ipc
event: *kbuild-gcc-12-arm-node-event
runtime: *lava-broonie-runtime
Expand Down Expand Up @@ -3537,6 +3628,12 @@ scheduler:
platforms:
- bcm2711-rpi-4-b

- job: ltp-syscalls-ipc
event: *kbuild-gcc-12-arm-node-event
runtime: *lava-broonie-runtime
platforms:
- beaglebone-black

- job: ltp-timers
event: *kbuild-gcc-12-arm-node-event
runtime: *lava-broonie-runtime
Expand All @@ -3556,6 +3653,12 @@ scheduler:
platforms:
- qemu-x86

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

- job: rt-tests-cyclicdeadline
event: &kbuild-gcc-12-arm64-preempt_rt-node-event
<<: *node-event-kbuild
Expand Down

0 comments on commit 7d4ded4

Please sign in to comment.