From 4dcd689cd9ee450c76c640fc7a0a4c5813224349 Mon Sep 17 00:00:00 2001 From: Anirudh Rayabharam Date: Thu, 16 Oct 2025 09:18:20 +0000 Subject: [PATCH] ci: update MSHV workflow & job names Rename the MSHV CI workflow to better align with the existing naming scheme and also make the arch explicit. Signed-off-by: Anirudh Rayabharam --- .github/workflows/mshv-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mshv-integration.yaml b/.github/workflows/mshv-integration.yaml index fcbb02b90..b7e8323ca 100644 --- a/.github/workflows/mshv-integration.yaml +++ b/.github/workflows/mshv-integration.yaml @@ -1,4 +1,4 @@ -name: MSHV Integration Tests +name: Cloud Hypervisor Tests (MSHV) (x86_64) on: [pull_request_target, merge_group] jobs: @@ -19,7 +19,7 @@ jobs: USERNAME: ${{ secrets.MSHV_USERNAME }} run-tests: - name: Integration Tests + name: Integration Tests (x86_64) needs: infra-setup if: ${{ always() && needs.infra-setup.result == 'success' }} runs-on: mshv