diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-05-16 13:37:23 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-05-16 13:37:23 +0200 |
commit | ed13b70eb0dec610d5730a911824b54d6e0c4c15 (patch) | |
tree | 2008e5286523c7373ba2b3b3b589b9f4ac753b13 | |
parent | a4e9bf2ae91779211f0b5a873a197505b75cf191 (diff) | |
parent | 141ea08a0f521e84cc59c09df67631c2f36c3309 (diff) |
Merge branch 'master' into release
-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 |