diff options
author | PMR <pmr@pmr-lander> | 2018-11-05 15:05:25 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2018-11-05 15:05:25 +0000 |
commit | f63d35019d46756c2381e5b6f9030617f44c1e9f (patch) | |
tree | 7041182c2ed3d3280982081db81d16c76d4daf07 | |
parent | cc83297724c4496d4daeced8f65113034ef04181 (diff) | |
parent | 3d62988cad059e3751545ae0a66656333339da9b (diff) |
Merge #358320 from ~bladernr/plainbox-provider-checkbox:1800699-remove-purley-test-take-2
-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 - |