mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-18 10:35:23 +00:00
ci: Skip failures in live_migration::*
These tests require a binary from a previous release to perform a migration. That binary doesn't yet have the shutdown fixes and thus these tests are supposed to fail. The tests are to be re-enabled after the next release. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
parent
2c1772b401
commit
bcb411b4d6
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -151,7 +151,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'sudo modprobe openvswitch'
|
sh 'sudo modprobe openvswitch'
|
||||||
sh 'scripts/dev_cli.sh tests --integration-live-migration'
|
sh 'scripts/dev_cli.sh tests --integration-live-migration --integration -- -- --skip live_migration::live_migration_parallel::test_live_upgrade_watchdog --skip live_migration::live_migration_parallel::test_live_upgrade_watchdog_local'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Run integration tests for musl') {
|
stage('Run integration tests for musl') {
|
||||||
@ -169,7 +169,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'sudo modprobe openvswitch'
|
sh 'sudo modprobe openvswitch'
|
||||||
sh 'scripts/dev_cli.sh tests --integration-live-migration --libc musl'
|
sh 'scripts/dev_cli.sh tests --integration-live-migration --libc musl -- -- --skip live_migration::live_migration_parallel::test_live_upgrade_watchdog --skip live_migration::live_migration_parallel::test_live_upgrade_watchdog_local'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user