From 4068ac49394dd34d25fffca329f662547be63fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcolas=20F=2E=20R=2E=20A=2E=20Prado?= Date: Fri, 24 Jan 2025 16:49:36 -0300 Subject: [PATCH 1/2] config: pipeline: Add device error logs kselftest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test is already described in chromeos-jobs.yaml, but in order to be to able to run it on non-chromeos devices, add it to the main pipeline too. Signed-off-by: NĂ­colas F. R. A. Prado --- config/pipeline.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/pipeline.yaml b/config/pipeline.yaml index 75c9d13a2..0bdf4d237 100644 --- a/config/pipeline.yaml +++ b/config/pipeline.yaml @@ -1574,6 +1574,13 @@ jobs: - collabora-next:for-kernelci kcidb_test_suite: kselftest.devices-exist + kselftest-device-error-logs-main: + <<: *kselftest-job + params: + <<: *kselftest-params + collections: devices/error_logs + kcidb_test_suite: kselftest.device_error_logs + kselftest-devices-probe: <<: *kselftest-job params: From 6e78f23fe65f920d471e99f796d932f61c82f2f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcolas=20F=2E=20R=2E=20A=2E=20Prado?= Date: Fri, 24 Jan 2025 16:50:41 -0300 Subject: [PATCH 2/2] config: pipeline: Run device-error-logs kselftest on Genio 700 and 1200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: NĂ­colas F. R. A. Prado --- config/pipeline.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/pipeline.yaml b/config/pipeline.yaml index 0bdf4d237..c5c1cdf28 100644 --- a/config/pipeline.yaml +++ b/config/pipeline.yaml @@ -2822,6 +2822,13 @@ scheduler: - job: kbuild-gcc-12-x86-tinyconfig <<: *build-k8s-all + - job: kselftest-device-error-logs-main + event: *kbuild-gcc-12-arm64-node-event + runtime: *lava-collabora-runtime + platforms: + - mt8390-genio-700-evk + - mt8395-genio-1200-evk + - job: kselftest-dt event: *kbuild-gcc-12-arm64-node-event runtime: *lava-collabora-runtime