diff options
author | PMR <pmr@pmr-lander> | 2020-12-10 14:10:51 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-12-10 14:10:51 +0000 |
commit | cdee3d99fb4e574eeec42f9f8d820c23e65d9d2b (patch) | |
tree | b8f1910a283ecbed63a8cd0a757571ab3a57f252 /units | |
parent | ad506186d98dcb7f7d52c8ffaaa0d3206a51f3f7 (diff) | |
parent | ebf2149f7a5fc2d140c37afd5c3e62ca8f86ec67 (diff) |
Merge #394995 from ~alanec/plainbox-provider-checkbox:cpu_test_jobs_update
Diffstat (limited to 'units')
-rw-r--r-- | units/cpu/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/cpu/jobs.pxu b/units/cpu/jobs.pxu index c442bee..97dfc10 100644 --- a/units/cpu/jobs.pxu +++ b/units/cpu/jobs.pxu @@ -86,7 +86,7 @@ plugin: shell category_id: com.canonical.plainbox::cpu id: cpu/topology estimated_duration: 1.0 -requires: int(cpuinfo.count) > 1 and (cpuinfo.platform == 'i386' or cpuinfo.platform == 'x86_64' or cpuinfo.platform == 's390x') +requires: int(cpuinfo.count) > 1 and (cpuinfo.platform == 'i386' or cpuinfo.platform == 'x86_64') command: cpu_topology.py _summary: Check CPU topology for accuracy between proc and sysfs |