summaryrefslogtreecommitdiff
diff options
-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 )