-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require QEMUCPU=host for stream 9 #19
base: master
Are you sure you want to change the base?
Conversation
Otherwise the images will fail to boot as Stream 9 requires x86_64v2. Unfortunately this can still result in the failure if the worker doesn't support v2 :-/
This can be solved by having according WORKER_CLASS settings for each worker depending on the arch version |
Is this in place on o3? |
35b1c64
to
0f6f479
Compare
No, not yet. See |
ef744ca
to
9933308
Compare
I really have no insight into which worker supports x86_64 v2 and which does not, hence I would prefer to implement this change myself. How would you advise to proceed with this PR? |
e59ab1e
to
bfe3ff8
Compare
I created https://progress.opensuse.org/issues/133580 to make sure we have the according worker class on each machine but it would take some weeks/months for the team to pick up. You could help by finding out a consistent way how to know if a machine is version 1/2/3. You can also add according worker classes yourself to the o3 workers if you have access. If you don't have access and need access I can provide it to you on request. |
I now set the worker class "x86_64-v3" on all relevant o3 machines. We don't have pre-v3 machines so you should be safe to merge this regardless if you want to bind to that worker class or not. |
Otherwise the images will fail to boot as Stream 9 requires x86_64v2. Unfortunately this can still result in the failure if the worker doesn't support v2 :-/