mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Only run MSHV integration tests on MQ
There is a single runner for this so avoid overloading/queueing by running only on MQ. Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -716,7 +716,7 @@ jobs:
|
||||
name: integration-mshv-x86-64
|
||||
needs: [preflight, dco, quality, build]
|
||||
if: >-
|
||||
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
|
||||
runs-on: mshv
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user