mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 11:25:20 +00:00
Revert "build: Skip 'test_vfio' on AMD workers"
This reverts commit c70f133b72
.
Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
parent
8d0e12b1d1
commit
830da38e5a
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -142,7 +142,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'sudo modprobe openvswitch'
|
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') {
|
stage('Run live-migration integration tests') {
|
||||||
@ -160,7 +160,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'sudo modprobe openvswitch'
|
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') {
|
stage('Run live-migration integration tests for musl') {
|
||||||
|
Loading…
Reference in New Issue
Block a user