Skip to content

Commit 93d0c4c

Browse files
nfrapradonuclearcat
authored andcommitted
config: chromeos: Enable error-logs kselftest for MediaTek Chromebooks
Run the error-logs kselftest on MediaTek Chromebooks. This test is currently under review upstream [1] so, in the meantime, it has been added to the collabora-next tree so it can prove its value by helping to detect issues upstream. [1] https://lore.kernel.org/all/[email protected] Signed-off-by: Nícolas F. R. A. Prado <[email protected]>
1 parent cd8361f commit 93d0c4c

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

config/jobs-chromeos.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,20 @@ jobs:
455455
- for-kernelci
456456
kcidb_test_suite: kselftest.acpi
457457

458+
kselftest-device-error-logs:
459+
template: kselftest.jinja2
460+
kind: test
461+
params:
462+
nfsroot: 'http://storage.kernelci.org/images/rootfs/debian/bookworm-kselftest/20240313.0/{debarch}'
463+
collections: devices/error_logs
464+
job_timeout: 10
465+
rules:
466+
tree:
467+
- collabora-next
468+
branch:
469+
- for-kernelci
470+
kcidb_test_suite: kselftest.device_error_logs
471+
458472
tast-basic-arm64-mediatek: *tast-basic-job
459473
tast-basic-arm64-qualcomm: *tast-basic-job
460474
tast-basic-x86-intel: *tast-basic-job

config/scheduler-chromeos.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,14 @@ scheduler:
193193
- sc7180-trogdor-kingoftown
194194
- sc7180-trogdor-lazor-limozeen
195195

196+
- job: kselftest-device-error-logs
197+
<<: *lava-job-collabora
198+
event:
199+
channel: node
200+
name: kbuild-gcc-10-arm64-chromebook
201+
result: pass
202+
platforms: *mediatek-platforms
203+
196204
- job: kselftest-cpufreq
197205
<<: *test-job-x86-intel
198206

0 commit comments

Comments
 (0)