Skip to content

Commit

Permalink
tests: use snapd-spread prefix for openstack images (#14203)
Browse files Browse the repository at this point in the history
This helps to avoid using an image which has not been created for our
project
  • Loading branch information
sergiocazzolato authored Jul 18, 2024
1 parent a22ba7a commit 9d068c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/lib/spread/backend.openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9d068c7

Please sign in to comment.