diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2017-04-24 12:49:29 -0400 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2017-04-24 12:49:29 -0400 |
commit | 735fb399e0a51bf400bb4eb4eb1492aeeb49c198 (patch) | |
tree | 8010fe2c10c3ef702330511a99022148a709f5da /jobs | |
parent | ce29d32ed10cfb8b72bfec903362ecc2477d5e91 (diff) |
Added check for avx512 instruction sets to indicate Purely or Phi CPUs LP: #1685848
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/cpu.txt.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jobs/cpu.txt.in b/jobs/cpu.txt.in index 29ac1fd..c01ec01 100644 --- a/jobs/cpu.txt.in +++ b/jobs/cpu.txt.in @@ -116,3 +116,11 @@ command: [ -e ${PLAINBOX_SESSION_SHARE}/fwts_cstates_results.log ] && xz -c ${PLAINBOX_SESSION_SHARE}/fwts_cstates_results.log | base64 _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 +command: + egrep -q avx512 /proc/cpuinfo && echo "This is a Purely CPU" || echo "CPU is NOT Purely" +_description: Identifies Purely Platform CPUs + |