mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: increase timeout for MSHV
Increase timeout for MSHV integration tests as enabling live_migration/upgrade tests asks for more time to finish. Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
6fd98728d4
commit
4f6146dce2
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -766,7 +766,7 @@ jobs:
|
|||||||
needs: [preflight, dco, quality, build]
|
needs: [preflight, dco, quality, build]
|
||||||
if: >-
|
if: >-
|
||||||
github.event_name == 'merge_group' && needs.preflight.outputs.full == 'true' && needs.dco.result == 'success' && needs.quality.result == 'success' && needs.build.result == 'success'
|
github.event_name == 'merge_group' && needs.preflight.outputs.full == 'true' && needs.dco.result == 'success' && needs.quality.result == 'success' && needs.build.result == 'success'
|
||||||
timeout-minutes: 35
|
timeout-minutes: 50
|
||||||
runs-on: mshv
|
runs-on: mshv
|
||||||
steps:
|
steps:
|
||||||
# mshv runner user is "lsgunner"
|
# mshv runner user is "lsgunner"
|
||||||
@@ -781,7 +781,7 @@ jobs:
|
|||||||
- name: Prepare for VDPA
|
- name: Prepare for VDPA
|
||||||
run: scripts/prepare_vdpa.sh
|
run: scripts/prepare_vdpa.sh
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
timeout-minutes: 30
|
timeout-minutes: 45
|
||||||
run: scripts/dev_cli.sh tests --integration
|
run: scripts/dev_cli.sh tests --integration
|
||||||
# Rate-limiter host is not available
|
# Rate-limiter host is not available
|
||||||
# integration-rate-limiter:
|
# integration-rate-limiter:
|
||||||
|
|||||||
Reference in New Issue
Block a user