File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -279,6 +279,15 @@ jobs:
279
279
kind : test
280
280
image : kernelci/staging-kernelci
281
281
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
+
282
291
kselftest-dt :
283
292
template : kselftest.jinja2
284
293
kind : test
Original file line number Diff line number Diff line change @@ -187,6 +187,18 @@ scheduler:
187
187
result : pass
188
188
platforms : *mediatek-platforms
189
189
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
+
190
202
- job : tast-basic-arm64-mediatek
191
203
<< : *test-job-chromeos-mediatek
192
204
You can’t perform that action at this time.
0 commit comments