diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2018-11-05 14:42:31 +0000 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2018-11-05 14:42:31 +0000 |
commit | 3d62988cad059e3751545ae0a66656333339da9b (patch) | |
tree | 7041182c2ed3d3280982081db81d16c76d4daf07 /units/cpu | |
parent | cc83297724c4496d4daeced8f65113034ef04181 (diff) |
second try removing purley test, it should not be this difficult
Diffstat (limited to 'units/cpu')
-rw-r--r-- | units/cpu/jobs.pxu | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/units/cpu/jobs.pxu b/units/cpu/jobs.pxu index bb75f6d..a027aa9 100644 --- a/units/cpu/jobs.pxu +++ b/units/cpu/jobs.pxu @@ -174,12 +174,3 @@ _siblings: [ "command": "cpuinfo_resource | diff $PLAINBOX_SESSION_SHARE/cpuinfo_before_suspend -", "depends": "com.canonical.certification::suspend/suspend_advanced_auto"} ] - -plugin: shell -category_id: com.canonical.plainbox::cpu -estimated_duration: 0.5 -id: cpu/purley_id -command: - egrep -q avx512 /proc/cpuinfo && echo "This is a Purley CPU" || echo "CPU is NOT Purley" -_description: Identifies Purley Platform CPUs - |