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:
Aastha Rawat 2026-01-19 18:37:45 +05:30 committed by Rob Bradford
parent ccf0b9ec7d
commit d5e35d9e5c
2 changed files with 0 additions and 2 deletions

View file

@ -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 }}

View file

@ -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