From 6508f6b72cd0fab2e559a6e8a733ae9274e85083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 10 Jun 2024 15:34:12 +0200 Subject: [PATCH] ci: move unit tests to KVM runner Recent commits attempt to fix unit tests on a qubes runner, but there are still some issues: FAIL: qubes.tests.app/TC_90_Qubes/test_112_default_guivm ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/user/builds/QubesOS/qubes-core-admin/qubes/tests/__init__.py", line 518, in cleanup_loop assert not self.loop._ready AssertionError ====================================================================== FAIL: qubes.tests.app/TC_90_Qubes/test_112_default_guivm ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/user/builds/QubesOS/qubes-core-admin/qubes/tests/__init__.py", line 486, in cleanup_gc assert not leaked AssertionError Move back to a KVM runner for now. (cherry picked from commit 922afc03e21e6a0499f5b775713274350e29dea6) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e7aae2d3..f1077f456 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ checks:tests: - PYTHONPATH=test-packages:~/qubes-core-qrexec ./run-tests stage: checks tags: - - vm + - vm-kvm include: - file: /r4.2/gitlab-base.yml project: QubesOS/qubes-continuous-integration