Skip to content

config: Enable efivars test #1241

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions config/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1657,6 +1657,13 @@ jobs:
patchlevel: 7
kcidb_test_suite: kselftest.dt

kselftest-efivars:
<<: *kselftest-job
params:
<<: *kselftest-params
collections: efivars
kcidb_test_suite: kselftest.efivars

kselftest-exec:
<<: *kselftest-job
params:
Expand Down
8 changes: 8 additions & 0 deletions config/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,14 @@ scheduler:
- mt8390-genio-700-evk
- mt8395-genio-1200-evk

- job: kselftest-efivars
event:
<<: *node-event-kbuild
name: kbuild-gcc-12-arm64-kselftest
runtime: *lava-broonie-runtime
platforms:
- cd8180-orion-o6

- job: kselftest-fchmodat2
event:
<<: *node-event-kbuild
Expand Down