Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dcermak
Copy link
Collaborator

@dcermak dcermak commented Jul 26, 2023

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 :-/

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 :-/
@dcermak dcermak requested a review from Conan-Kudo July 26, 2023 09:12
@okurz
Copy link

okurz commented Jul 26, 2023

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

@dcermak
Copy link
Collaborator Author

dcermak commented Jul 26, 2023

This can be solved by having according WORKER_CLASS settings for each worker depending on the arch version

Is this in place on o3?

@dcermak dcermak force-pushed the master branch 5 times, most recently from 35b1c64 to 0f6f479 Compare July 26, 2023 14:36
@okurz
Copy link

okurz commented Jul 26, 2023

Is this in place on o3?

No, not yet. See
https://openqa.opensuse.org/admin/workers
But feel welcome to add changes when you have access to the workers. Or I can do it eventually if you prefer

@dcermak dcermak force-pushed the master branch 2 times, most recently from ef744ca to 9933308 Compare July 26, 2023 21:02
@dcermak
Copy link
Collaborator Author

dcermak commented Jul 26, 2023

But feel welcome to add changes when you have access to the workers. Or I can do it eventually if you prefer

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?

@dcermak dcermak force-pushed the master branch 6 times, most recently from e59ab1e to bfe3ff8 Compare July 27, 2023 06:41
@okurz
Copy link

okurz commented Jul 31, 2023

But feel welcome to add changes when you have access to the workers. Or I can do it eventually if you prefer

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?

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.

@okurz
Copy link

okurz commented Jul 31, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants