From 40c878c8354fee59a5af58fb9afd5bc426977935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcolas=20F=2E=20R=2E=20A=2E=20Prado?= Date: Mon, 30 Sep 2024 15:33:24 -0400 Subject: [PATCH] config: pipeline: Add kselftest-devices-exist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 https://github.com/kernelci/kernelci-core/pull/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 --- config/pipeline.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/pipeline.yaml b/config/pipeline.yaml index 276a8f069..4ea6e0e37 100644 --- a/config/pipeline.yaml +++ b/config/pipeline.yaml @@ -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: