Skip to content

Commit

Permalink
Enable suspend and hibernation test
Browse files Browse the repository at this point in the history
Signed-off-by: Shreeya Patel <shreeya.patel@collabora.com>
  • Loading branch information
Shreeya Patel authored and nuclearcat committed Sep 30, 2024
1 parent 20a0f08 commit 80ec2c4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1398,6 +1398,28 @@ jobs:
job_timeout: 10
kcidb_test_suite: kselftest.cpufreq

kselftest-cpufreq-hibernate:
<<: *kselftest-job
params:
<<: *kselftest-params
collections: cpufreq
env: 'KSELFTEST_MAIN_SH_ARGS="-t hibernate_rtc"'
rules:
tree:
- 'kernelci:staging-next'
kcidb_test_suite: kselftest.cpufreq.hibernate

kselftest-cpufreq-suspend:
<<: *kselftest-job
params:
<<: *kselftest-params
collections: cpufreq
env: 'KSELFTEST_MAIN_SH_ARGS="-t suspend_rtc"'
rules:
tree:
- 'kernelci:staging-next'
kcidb_test_suite: kselftest.cpufreq.suspend

kselftest-dmabuf-heaps:
<<: *kselftest-job
params:
Expand Down
24 changes: 24 additions & 0 deletions config/scheduler-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,30 @@ scheduler:
- job: kselftest-cpufreq
<<: *test-job-arm64-mediatek

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

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

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

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

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

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

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

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

- job: kselftest-dmabuf-heaps
<<: *test-job-x86-intel

Expand Down

0 comments on commit 80ec2c4

Please sign in to comment.