Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable device error logs kselftest on Genio 700 and 1200 EVK boards #978

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1574,6 +1574,13 @@ jobs:
- collabora-next:for-kernelci
kcidb_test_suite: kselftest.devices-exist

kselftest-device-error-logs-main:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also applies here but it can be done as a next step.

I'd also like to see the diff of params applied to these job definitions (here and its ChromeOS counterpart) - are they that much different?

<<: *kselftest-job
params:
<<: *kselftest-params
collections: devices/error_logs
kcidb_test_suite: kselftest.device_error_logs

kselftest-devices-probe:
<<: *kselftest-job
params:
Expand Down Expand Up @@ -2815,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
Expand Down