From 424d6026dbfe7f455f3f97cc1d51595a6e2c5877 Mon Sep 17 00:00:00 2001 From: Shreeya Patel Date: Wed, 1 May 2024 08:40:38 +0530 Subject: [PATCH] config: chromeos: Enable cpufreq kselftest Enable cpufreq kselftest on all the trees and branches. Signed-off-by: Shreeya Patel --- config/pipeline.yaml | 9 +++++++++ config/scheduler-chromeos.yaml | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/config/pipeline.yaml b/config/pipeline.yaml index 0941bbdd3..41db96176 100644 --- a/config/pipeline.yaml +++ b/config/pipeline.yaml @@ -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 diff --git a/config/scheduler-chromeos.yaml b/config/scheduler-chromeos.yaml index 2e6c79b91..adb59c47d 100644 --- a/config/scheduler-chromeos.yaml +++ b/config/scheduler-chromeos.yaml @@ -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