diff options
author | PMR <pmr@pmr-lander> | 2018-10-01 02:33:17 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2018-10-01 02:33:17 +0000 |
commit | 97287a415462de2245c13e5ae33a7107281a9497 (patch) | |
tree | 99cfa0907818208e71b1091db7e3337aca577642 | |
parent | 08f9f0e612cfe90b2d6c3adfc2a5194b363119db (diff) | |
parent | a6c94d40d1f9ec818a8e22d850f15e76afba6878 (diff) |
Merge #355900 from ~sylvain-pineau/plainbox-provider-checkbox:disable_cpu_cstates_armsnap-2018-10-01T0313
-rw-r--r-- | units/cpu/jobs.pxu | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/units/cpu/jobs.pxu b/units/cpu/jobs.pxu index 5cd80a0..bb75f6d 100644 --- a/units/cpu/jobs.pxu +++ b/units/cpu/jobs.pxu @@ -135,7 +135,9 @@ _description: plugin:shell id: cpu/cstates estimated_duration: 10.0 -requires: executable.name == 'fwts' +requires: + executable.name == 'fwts' + cpuinfo.platform not in ("aarch64", "armv7l") user: root _summary: Run C-States tests |