summaryrefslogtreecommitdiff
path: root/jobs
diff options
authorJeff Lane <jeffrey.lane@canonical.com>2014-06-17 15:45:58 +0000
committerDaniel Manrique <>2014-06-17 15:45:58 +0000
commit21f6efd13af07630bc414112def16e2849cbce7b (patch)
treef5999dd9a201134b3c259ef161d81369b4d91ee7 /jobs
parent2a35e07ac20314fb2d97f7e662ce38284f276cc4 (diff)
parent5cc693aec0ed0421a7e906f16da75dc038a77698 (diff)
"automatic merge by tarmac [r=roadmr,zkrynicki][bug=1330998][author=bladernr]"
Diffstat (limited to 'jobs')
-rw-r--r--jobs/power-management.txt.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/power-management.txt.in b/jobs/power-management.txt.in
index cae2ab3..897e491 100644
--- a/jobs/power-management.txt.in
+++ b/jobs/power-management.txt.in
@@ -145,6 +145,7 @@ _description:
plugin: shell
id: power-management/tickless_idle
+requires: cpuinfo.type in ('i386', 'amd64', 'ppc64el')
_description: Check to see if CONFIG_NO_HZ is set in the kernel (this is just a simple regression check)
command:
zgrep 'CONFIG_NO_HZ=y' /boot/config-`uname -r` >/dev/null 2>&1 || ( echo "WARNING: Tickless Idle is NOT set" >&2 && exit 1 )