Actions
action #133580
closedBe able to bind openQA tests to x86_64 architecture sub-versions
Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
2023-07-31
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Motivation¶
https://github.com/OSInside/kiwi-functional-tests/pull/19 requires workers to support x86_64 v2. This should be solvable with worker classes.
Acceptance criteria¶
- AC1: All o3 x86_64 workers specify worker classes that tests can bind to
Suggestions¶
- Find a way how in Leap 15.4/5 we can find out x86_64 subversion, e.g. some fancy
grep <feature> /proc/cpuinfo
, then add according worker classes for o3 - Report back in https://github.com/OSInside/kiwi-functional-tests/pull/19 what to use
- Optional: Same for OSD immediately
Actions