tests: Run "test_live_upgrade_numa" on aarch64 only

Our Azure VM for x86_64 workers are now much smaller, and does not have
enough RAM to run the "test_live_upgrade_numa" test. Instead, this test
will still be tested on the aarch64 worker, and the "local" upgrade
variation of the same test will also be tested on all workers. So we
should be good from test coverage point of view.

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen 2024-03-13 18:56:30 -07:00 committed by Bo Chen
parent 2a9978f3c0
commit 259b8aa1c8

View File

@ -9606,6 +9606,7 @@ mod live_migration {
}
#[test]
#[cfg(target_arch = "aarch64")] // see: #6272
#[cfg(not(feature = "mshv"))]
fn test_live_upgrade_numa() {
_test_live_migration_numa(true, false)