Skip to content

Commit

Permalink
config: pipeline: Add kselftest-devices-exist
Browse files Browse the repository at this point in the history
Add the kselftest-devices-exist test. It's currently under review on the
mailing list upstream, so it will run only on the collabora-next tree
for now.

Depends on kernelci/kernelci-core#2695 for the
addition of the kselftest-platform-parameters template which will fetch
the latest reference files for the test.

Signed-off-by: Nícolas F. R. A. Prado <[email protected]>
  • Loading branch information
nfraprado committed Sep 30, 2024
1 parent 80ec2c4 commit 40c878c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,18 @@ jobs:
- 'kernelci:staging-next'
kcidb_test_suite: kselftest.cpufreq.suspend

kselftest-devices-exist:
<<: *kselftest-job
params:
<<: *kselftest-params
test_method: kselftest-platform-parameters
collections: devices/exist
env: "KSELFTEST_TEST_DEV_EXIST_PY_ARGS=--reference-dir=/opt/platform-test-parameters-main/kselftest/devices/exist/"
rules:
tree:
- collabora-next:for-kernelci
kcidb_test_suite: kselftest.devices-exist

kselftest-dmabuf-heaps:
<<: *kselftest-job
params:
Expand Down

0 comments on commit 40c878c

Please sign in to comment.