Skip to content

config: Enable TPM2 selftests #1238

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 @@ -1848,6 +1848,13 @@ jobs:
collections: timers
kcidb_test_suite: kselftest.timers

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

kselftest-ublk:
<<: *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 @@ -1188,6 +1188,14 @@ scheduler:
- sun50i-h5-libretech-all-h3-cc
- cd8180-orion-o6

- job: kselftest-tpm2
event:
<<: *node-event-kbuild
name: kbuild-gcc-12-arm64-kselftest
runtime: *lava-broonie-runtime
platforms:
- k3-am625-verdin-wifi-mallow

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