mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 12:05:19 +00:00
build: Re-enable test_vfio on AMD workers
With the change in 7bc764d to expose the SVM bit for nested virtualisation test_vfio can be re-enabled on the AMD workers. Fixes: #5895 Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
81bd07fc8b
commit
d3bc877a07
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -143,7 +143,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
sh 'sudo modprobe openvswitch'
|
||||
sh 'scripts/dev_cli.sh tests --integration -- -- --skip common_parallel::test_vfio'
|
||||
sh 'scripts/dev_cli.sh tests --integration'
|
||||
}
|
||||
}
|
||||
stage('Run live-migration integration tests') {
|
||||
@ -161,7 +161,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
sh 'sudo modprobe openvswitch'
|
||||
sh 'scripts/dev_cli.sh tests --integration --libc musl -- -- --skip common_parallel::test_vfio'
|
||||
sh 'scripts/dev_cli.sh tests --integration --libc musl'
|
||||
}
|
||||
}
|
||||
stage('Run live-migration integration tests for musl') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user