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:
parent
ccf0b9ec7d
commit
d5e35d9e5c
2 changed files with 0 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue