From 0caf6fc3f2143b9e62698e1b3f2ec50c30be8ed6 Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Fri, 3 May 2024 17:09:29 +0200 Subject: [PATCH] ci: enable kvm support in the github workflow Enable kvm acceleration and qemu microvm to speed up CI tests inside virtme-ng. Also adjust the regex to catch potential errors excluding a false positive triggered by the new configuration. Link: https://github.blog/changelog/2023-02-23-hardware-accelerated-android-virtualization-on-actions-windows-and-linux-larger-hosted-runners/ Link: https://github.blog/2024-01-17-github-hosted-runners-double-the-power-for-open-source/ Signed-off-by: Andrea Righi --- .github/workflows/run-schedulers | 13 +++++++------ .github/workflows/test-kernel.yml | 6 ++++++ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run-schedulers b/.github/workflows/run-schedulers index ef353157d3a0..fc1f92270f59 100755 --- a/.github/workflows/run-schedulers +++ b/.github/workflows/run-schedulers @@ -31,7 +31,7 @@ function runtest() { rm -f /tmp/output (timeout --foreground --preserve-status ${GUEST_TIMEOUT} \ - vng --force-9p --disable-microvm --verbose -- \ + vng --force-9p --verbose -- \ "timeout --foreground --preserve-status ${TEST_TIMEOUT} ${bin}" \ 2>&1