Skip to content

Commit

Permalink
config: chromeos: Enable cpufreq kselftest
Browse files Browse the repository at this point in the history
Enable cpufreq kselftest on all the trees and branches.

Signed-off-by: Shreeya Patel <[email protected]>
  • Loading branch information
Shreeya Patel authored and nuclearcat committed May 7, 2024
1 parent bfa2a95 commit 424d602
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,15 @@ jobs:
kind: test
image: kernelci/staging-kernelci

kselftest-cpufreq:
template: kselftest.jinja2
kind: test
params:
nfsroot: 'http://storage.kernelci.org/images/rootfs/debian/bookworm-kselftest/20240313.0/{debarch}'
collections: cpufreq
job_timeout: 10
kcidb_test_suite: kselftest.cpufreq

kselftest-dt:
template: kselftest.jinja2
kind: test
Expand Down
12 changes: 12 additions & 0 deletions config/scheduler-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,18 @@ scheduler:
result: pass
platforms: *mediatek-platforms

- job: kselftest-cpufreq
<<: *test-job-x86-intel

- job: kselftest-cpufreq
<<: *test-job-x86-amd

- job: kselftest-cpufreq
<<: *test-job-arm64-qualcomm

- job: kselftest-cpufreq
<<: *test-job-arm64-mediatek

- job: tast-basic-arm64-mediatek
<<: *test-job-chromeos-mediatek

Expand Down

0 comments on commit 424d602

Please sign in to comment.