From d6efbc4d14d5238ff82d201b1d8c885f4e940e04 Mon Sep 17 00:00:00 2001 From: Sergio Cazzolato Date: Thu, 27 Jun 2024 17:25:40 -0300 Subject: [PATCH] tests:updated the backends list used for openstack (#14131) ubuntu arm-64 is removed because it fails to boot in nightly ubuntu jammy and noble are added to be executed in nighty run --- tests/lib/spread/backend.openstack.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/lib/spread/backend.openstack.yaml b/tests/lib/spread/backend.openstack.yaml index 1ce5e6c1f9b..9aa389b946c 100644 --- a/tests/lib/spread/backend.openstack.yaml +++ b/tests/lib/spread/backend.openstack.yaml @@ -9,8 +9,12 @@ http_proxy: 'http://squid.internal:3128' https_proxy: 'http://squid.internal:3128' systems: - - ubuntu-22.04-arm-64: - image: ubuntu-jammy-22.04-arm64 + - ubuntu-22.04-64: + image: ubuntu-22.04-64 + workers: 6 + + - ubuntu-24.04-64: + image: ubuntu-24.04-64 workers: 6 - fedora-40-64: