In an attempt to debug/workaround occasional console freeze, switch it to polling mode. If that helps, it will narrow down the search.
Signed-off-by: Marek Marczykowski-Górecki <[email protected]> --- automation/gitlab-ci/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index 9eb102a885e5..31616c5710a0 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -187,7 +187,7 @@ variables: PCIDEV: "00:1f.6" PCIDEV_INTR: "MSI" - CONSOLE_OPTS: "console=com1 com1=115200,8n1,pci,msi" + CONSOLE_OPTS: "console=com1 com1=115200,8n1,pci,0" SUT_ADDR: test-3.testnet tags: - qubes-hw3 -- 2.51.0
