Comment 4 for bug 1705745

Revision history for this message
Jeff Lane  (bladernr) wrote :

THat may work better. Currently, the job simply does a resource check for cpuinfo.platform in ("i386", "x86_64")

Anything else (beyond just adding arm64 to the platforms) would require a resource job instead, which, in the long run, may be the better way to do it.

I tried something like this:

[ -e /sys/devices/virtual/dmi ] && dmitest || echo "DMI unsupported"

But that has the unfortunate side effect of running the OR clause if the AND clause fails, and would result in a false PASS.