Skip to content

Commit 424d602

Browse files
Shreeya Patelnuclearcat
Shreeya Patel
authored andcommitted
config: chromeos: Enable cpufreq kselftest
Enable cpufreq kselftest on all the trees and branches. Signed-off-by: Shreeya Patel <[email protected]>
1 parent bfa2a95 commit 424d602

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

config/pipeline.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,15 @@ jobs:
279279
kind: test
280280
image: kernelci/staging-kernelci
281281

282+
kselftest-cpufreq:
283+
template: kselftest.jinja2
284+
kind: test
285+
params:
286+
nfsroot: 'http://storage.kernelci.org/images/rootfs/debian/bookworm-kselftest/20240313.0/{debarch}'
287+
collections: cpufreq
288+
job_timeout: 10
289+
kcidb_test_suite: kselftest.cpufreq
290+
282291
kselftest-dt:
283292
template: kselftest.jinja2
284293
kind: test

config/scheduler-chromeos.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,18 @@ scheduler:
187187
result: pass
188188
platforms: *mediatek-platforms
189189

190+
- job: kselftest-cpufreq
191+
<<: *test-job-x86-intel
192+
193+
- job: kselftest-cpufreq
194+
<<: *test-job-x86-amd
195+
196+
- job: kselftest-cpufreq
197+
<<: *test-job-arm64-qualcomm
198+
199+
- job: kselftest-cpufreq
200+
<<: *test-job-arm64-mediatek
201+
190202
- job: tast-basic-arm64-mediatek
191203
<<: *test-job-chromeos-mediatek
192204

0 commit comments

Comments
 (0)