action #104091
closedTry `aarch64_cpu_max` tests on `openqaworkerX`
0%
Description
install_only@aarch64_cpu_max test (in Tumbleweed aarch64) runs without KVM and allows to test features unsupported by current hardware in openQA (such as Pointer Authentication, and BTI).
It currently runs on ip-10-0-0-58
machine.
It would be interesting to try it on an openqaworkerX
(x86_64) machine to compare the performances. This is doable since we need to disable KVM.
But, we must:
- install some dependencies:
qemu-arm qemu-uefi-aarch64
- add
qemu_aarch64_max
toWORKER_CLASS
in worker config
Updated by okurz almost 3 years ago
- Description updated (diff)
- Target version set to future
good idea. I think you could even try yourself. You can login, right? Just watch out what you break and we are good :)
Updated by ggardet_arm almost 3 years ago
It seems all workers share the same credentials. So, I will have a look.
Updated by ggardet_arm almost 3 years ago
I installed qemu-arm qemu-uefi-aarch64
on openqaworker4
and clone a job with WORKER_CLASS=openqaworker4
to test: https://openqa.opensuse.org/t2088201
EDIT: New test without huge pages: https://openqa.opensuse.org/t2088202
Updated by ggardet_arm almost 2 years ago
- Status changed from New to Closed
It works better on AWS M6g machine (ip-10-252-32-98
).