mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-19 11:05:18 +00:00
bd506500d7
Signed-off-by: Rob Bradford <rbradford@rivosinc.com> (cherry picked from commit cb8a728dfbeb10b0d50e8a38c0242576cabb3cc0)
22 lines
523 B
YAML
22 lines
523 B
YAML
name: Cloud Hypervisor Tests (VFIO)
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build:
|
|
name: Tests (VFIO)
|
|
runs-on: jammy-vfio
|
|
steps:
|
|
- name: Code checkout
|
|
uses: actions/checkout@v4
|
|
with:
|
|
fetch-depth: 0
|
|
- name: Run VFIO integration tests
|
|
timeout-minutes: 15
|
|
run: scripts/dev_cli.sh tests --integration-vfio
|
|
- name: Run VFIO integration tests for musl
|
|
timeout-minutes: 15
|
|
run: scripts/dev_cli.sh tests --integration-vfio --libc musl
|