From d3bc877a07168d00d52f615e21dcd4f686c97b02 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Mon, 15 Jan 2024 17:52:04 +0000 Subject: [PATCH] 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 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5f14f5293..64bd5efee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {