From 9d068c73d7f28be63c3e6b1da4b1a6c7629904e4 Mon Sep 17 00:00:00 2001 From: Sergio Cazzolato Date: Thu, 18 Jul 2024 17:48:34 -0300 Subject: [PATCH] tests: use snapd-spread prefix for openstack images (#14203) This helps to avoid using an image which has not been created for our project --- tests/lib/spread/backend.openstack.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/lib/spread/backend.openstack.yaml b/tests/lib/spread/backend.openstack.yaml index 3784521747e..656a4bd125e 100644 --- a/tests/lib/spread/backend.openstack.yaml +++ b/tests/lib/spread/backend.openstack.yaml @@ -12,26 +12,26 @@ NO_PROXY: '127.0.0.1,ubuntu.com' systems: - ubuntu-22.04-64: - image: ubuntu-22.04-64 + image: snapd-spread/ubuntu-22.04-64 workers: 6 - ubuntu-24.04-64: - image: ubuntu-24.04-64 + image: snapd-spread/ubuntu-24.04-64 workers: 6 - fedora-40-64: - image: fedora-40-64 + image: snapd-spread/fedora-40-64 workers: 6 - opensuse-15.5-64: - image: opensuse-15.5-64 + image: snapd-spread/opensuse-15.5-64 workers: 6 - centos-9-64: - image: centos-9-64 + image: snapd-spread/centos-9-64 workers: 6 - debian-12-64: - image: debian-12-64 + image: snapd-spread/debian-12-64 workers: 6