From bbaeae7cb0703d422eed00764d732dd4eac95735 Mon Sep 17 00:00:00 2001 From: Muminul Islam Date: Wed, 3 Jun 2026 17:56:24 -0700 Subject: [PATCH] github: rely on hypervisor auto-detection for mshv CI Drop the explicit --hypervisor mshv from the mshv integration workflow. The runner exposes /dev/mshv, so dev_cli.sh now selects MSHV through auto-detection. Assisted-by: Claude:Opus-4.8 Signed-off-by: Muminul Islam --- .github/workflows/mshv-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mshv-integration.yaml b/.github/workflows/mshv-integration.yaml index 437cf44f6..5ab92b0f0 100644 --- a/.github/workflows/mshv-integration.yaml +++ b/.github/workflows/mshv-integration.yaml @@ -76,7 +76,7 @@ jobs: fi done - sudo ./scripts/dev_cli.sh tests --hypervisor mshv --integration + sudo ./scripts/dev_cli.sh tests --integration EOF - name: Dump dmesg