mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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 <anrayabh@microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
68f9e82447
commit
4dcd689cd9
@@ -1,4 +1,4 @@
|
|||||||
name: MSHV Integration Tests
|
name: Cloud Hypervisor Tests (MSHV) (x86_64)
|
||||||
on: [pull_request_target, merge_group]
|
on: [pull_request_target, merge_group]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
USERNAME: ${{ secrets.MSHV_USERNAME }}
|
USERNAME: ${{ secrets.MSHV_USERNAME }}
|
||||||
|
|
||||||
run-tests:
|
run-tests:
|
||||||
name: Integration Tests
|
name: Integration Tests (x86_64)
|
||||||
needs: infra-setup
|
needs: infra-setup
|
||||||
if: ${{ always() && needs.infra-setup.result == 'success' }}
|
if: ${{ always() && needs.infra-setup.result == 'success' }}
|
||||||
runs-on: mshv
|
runs-on: mshv
|
||||||
|
|||||||
Reference in New Issue
Block a user