diff options
author | PMR <pmr@pmr-lander> | 2017-05-15 13:05:03 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2017-05-15 13:05:03 +0000 |
commit | 141ea08a0f521e84cc59c09df67631c2f36c3309 (patch) | |
tree | 0edd4310f16e59dd15cc179d0b3fdd77c5ccb011 | |
parent | f1938879bced08a5ca51168769fccce882275e2a (diff) | |
parent | 7d8483a2f2ae3fb85a98cc1c8e5e276ac1c21f66 (diff) |
Merge #323853 from ~bladernr/plainbox-provider-checkbox:1689822-purley-typoes
-rw-r--r-- | jobs/cpu.txt.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jobs/cpu.txt.in b/jobs/cpu.txt.in index c01ec01..5a979ae 100644 --- a/jobs/cpu.txt.in +++ b/jobs/cpu.txt.in @@ -119,8 +119,8 @@ _description: Attaches the FWTS desktop diagnosis results log to the submission plugin: shell category_id: 2013.com.canonical.plainbox::cpu estimated_duration: 0.5 -id: cpu/purely_id +id: cpu/purley_id command: - egrep -q avx512 /proc/cpuinfo && echo "This is a Purely CPU" || echo "CPU is NOT Purely" -_description: Identifies Purely Platform CPUs + egrep -q avx512 /proc/cpuinfo && echo "This is a Purley CPU" || echo "CPU is NOT Purley" +_description: Identifies Purley Platform CPUs |