-
-
Notifications
You must be signed in to change notification settings - Fork 14
Fixup for Automatically accept test-signed driver installation" #8
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
Conversation
Signed-off-by: Rafał Wojdyła <[email protected]>
Signed-off-by: Rafał Wojdyła <[email protected]>
* origin/pr/6: Automatically accept test-signed driver installation
When installing QWT via qvm-create-windows-qube, the installation may start while there is sill an Windows installer (OOB?) splash screen that prevents interacting with any window. In unlucky situation (which happens always on Windows 11...) the whole 30s timeout expires before it's possible to interact with the window. Increase the timeout to (attempt to) fix this issue. BTW, relevant documentation about when foreground window can be switched is at https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setforegroundwindow#remarks
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025070910-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025061004-4.3&flavor=update
Failed tests8 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/142375#dependencies 10 fixed
Unstable testsPerformance TestsPerformance degradation:11 performance degradations
Remaining performance tests:61 tests
|
This is on top of #7, hopefully making it work with qvm-create-windows-qube too.