Skip to content

Commit

Permalink
Skip noble image sync for octavia tests
Browse files Browse the repository at this point in the history
Noble was recently added but is not needed and is tipping
glance/ceph storage usage over the limit in release tests.
  • Loading branch information
dosaboy committed Sep 27, 2024
1 parent f967243 commit b1690d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zaza/openstack/charm_tests/octavia/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def ensure_lts_images():
glance_setup.add_lts_image(image_name='bionic', release='bionic')
glance_setup.add_lts_image(image_name='focal', release='focal')
glance_setup.add_lts_image(image_name='jammy', release='jammy')
glance_setup.add_lts_image(image_name='noble', release='noble')


def add_amphora_image(image_url=None):
Expand Down

0 comments on commit b1690d4

Please sign in to comment.