Skip to content

Commit

Permalink
Ensure cpu/clocktest does not run on the s390x architecture (BugFix) (#…
Browse files Browse the repository at this point in the history
…1704)

Skip cpu/clocktest on the s390x architecture

The cpu/clocktest test doesn't work on s390x due to issues with
sched_setaffinity, so skip this test on this architecture.

Fixes: #422
  • Loading branch information
pesader authored Jan 31, 2025
1 parent 4ff2b66 commit decfce9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions providers/base/units/cpu/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ _purpose:
plugin: shell
category_id: com.canonical.plainbox::cpu
id: cpu/clocktest
requires:
cpuinfo.platform not in ("s390x")
flags: also-after-suspend
estimated_duration: 300.0
command: clocktest
Expand Down

0 comments on commit decfce9

Please sign in to comment.