mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: set continue-on-error for mshv infra workflow
Set `continue-on-error` for infra-setup job so that the entire workflow doesn't fail. Signed-off-by: AASTHA RAWAT <aastharawat@microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
f256317ac6
commit
68f9e82447
@@ -44,6 +44,7 @@ jobs:
|
|||||||
infra-setup:
|
infra-setup:
|
||||||
name: ${{ inputs.ARCH }} VM Provision
|
name: ${{ inputs.ARCH }} VM Provision
|
||||||
runs-on: mshv
|
runs-on: mshv
|
||||||
|
continue-on-error: true
|
||||||
outputs:
|
outputs:
|
||||||
PRIVATE_IP: ${{ steps.get-vm-ip.outputs.PRIVATE_IP }}
|
PRIVATE_IP: ${{ steps.get-vm-ip.outputs.PRIVATE_IP }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user