Skip to content

chore(ci): do not fail on runners which use kvm_intel.#313

Open
adelton wants to merge 1 commit intoAlmaLinux:mainfrom
adelton:kvm-intel
Open

chore(ci): do not fail on runners which use kvm_intel.#313
adelton wants to merge 1 commit intoAlmaLinux:mainfrom
adelton:kvm-intel

Conversation

@adelton
Copy link

@adelton adelton commented Feb 14, 2026

Fixes #312.

It is quite hard to hit an Intel machine in the GitHub Actions hosted runner pool so I admit I did not see this change work.

But given the code as written does not check if the content of the /sys/module/kvm_amd/parameters/nested is 1 or Y anyway and on my local kvm_intel machine with kernel 6.18.7-200.fc43.x86_64 here is a

$ cat /sys/module/kvm_intel/parameters/nested
Y

present, this should not decrease the value of that "check" and it could minimize confusion of people who happen to hit kvm_intel upon their first attempt.

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.

[BUG]: GitHub Actions workflow fails on Intel runner

1 participant