From 7344a87bdf3a545d5fda183850c813965f88f1b6 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Mon, 14 Oct 2024 14:40:30 +0200 Subject: [PATCH] Revert "Test live migration between hosts with differnet cpu_shared_sets" The nodepool provides different VMs as computes it can have 8 or 4 cpus. So the reverted commit breaks the test runs that uses 4 cpu computes. We need a smarter solution and until then we need to get back to a stable CI. This reverts commit aca63b66e5133e38f2899fb7e79ca00072694150. Change-Id: Id48c6143533fa97f0b79936a4551f0e19751db44 --- .zuul.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index cac9bb743c..298cd17d89 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -130,35 +130,12 @@ neutron-trunk: true openstack-cli-server: true devstack_local_conf: - post-config: - $NOVA_CPU_CONF: - compute: - # we want to test live migration of floating instances between hosts with different - # cpu_shared_set to ensure the xml is updated properly. This is important when migrating - # between hosts with different number of cpu cores even when cpu_shared_set is not defined. - # In the ci, we have 8 cpu cores, so we set the cpu_shared_set to 0-5 for the first compute - # node and 2-7 for the second compute node. - cpu_shared_set: "0-5" - cpu_dedicated_set: "6-7" test-config: $TEMPEST_CONFIG: compute-feature-enabled: volume_backed_live_migration: true block_migration_for_live_migration: true block_migrate_cinder_iscsi: true - group-vars: - subnode: - devstack_local_conf: - post-config: - $NOVA_CPU_CONF: - compute: - # we want to test live migration of floating instances between hosts with different - # cpu_shared_set to ensure the xml is updated properly. This is important when migrating - # between hosts with different number of cpu cores even when cpu_shared_set is not defined. - # In the ci, we have 8 cpu cores, so we set the cpu_shared_set to 0-5 for the first compute - # node and 2-7 for the second compute node. - cpu_shared_set: "2-7" - cpu_dedicated_set: "0-1" post-run: playbooks/nova-live-migration/post-run.yaml - job: