mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: get rid of continue-on-error from mshv workflows
Since the mshv integration workflow has been stable for a long time, make the workflows no longer optional. Signed-off-by: Aastha Rawat <aastharawat@microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
ccf0b9ec7d
commit
d5e35d9e5c
1
.github/workflows/mshv-infra.yaml
vendored
1
.github/workflows/mshv-infra.yaml
vendored
@@ -50,7 +50,6 @@ jobs:
|
||||
infra-setup:
|
||||
name: ${{ inputs.ARCH }} VM Provision
|
||||
runs-on: mshv
|
||||
continue-on-error: true
|
||||
outputs:
|
||||
RG_NAME: ${{ steps.rg-setup.outputs.RG_NAME }}
|
||||
VM_NAME: ${{ steps.vm-setup.outputs.VM_NAME }}
|
||||
|
||||
1
.github/workflows/mshv-integration.yaml
vendored
1
.github/workflows/mshv-integration.yaml
vendored
@@ -23,7 +23,6 @@ jobs:
|
||||
needs: infra-setup
|
||||
if: ${{ always() && needs.infra-setup.result == 'success' }}
|
||||
runs-on: mshv
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- name: Run integration tests
|
||||
timeout-minutes: 60
|
||||
|
||||
Reference in New Issue
Block a user