summaryrefslogtreecommitdiff
diff options
-rw-r--r--units/cpu/jobs.pxu4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/cpu/jobs.pxu b/units/cpu/jobs.pxu
index 6d1321a..2c7b588 100644
--- a/units/cpu/jobs.pxu
+++ b/units/cpu/jobs.pxu
@@ -140,7 +140,7 @@ id: cpu/cstates
estimated_duration: 10.0
requires:
executable.name == 'fwts'
- cpuinfo.platform not in ("aarch64", "armv7l")
+ cpuinfo.platform not in ("aarch64", "armv7l", "s390x")
user: root
_summary:
Run C-States tests
@@ -157,7 +157,7 @@ plugin: attachment
category_id: com.canonical.plainbox::cpu
estimated_duration: 0.5
id: cpu/cstates_results.log
-requires: cpuinfo.platform not in ("aarch64", "armv7l")
+requires: cpuinfo.platform not in ("aarch64", "armv7l", "s390x")
after: cpu/cstates
command:
[ -e "${PLAINBOX_SESSION_SHARE}"/fwts_cstates_results.log ] && cat "${PLAINBOX_SESSION_SHARE}"/fwts_cstates_results.log