diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2017-05-10 10:01:29 -0400 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2017-05-10 10:01:29 -0400 |
commit | 7d8483a2f2ae3fb85a98cc1c8e5e276ac1c21f66 (patch) | |
tree | 02fae0cede3759fea3553cefbcfab8f4964bd293 | |
parent | a51e01d1161ca63c407246ff109827a53667dc49 (diff) |
Fixed typo where purley was spelled purley in job definitions LP: #1689822
-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 |