Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update osci.yaml to use the charmcraft 3.x/beta - Add noble/oracular to charmhelpers - Drop non-noble tests Change-Id: If23d82a0c31ccdc3f383d83c29761cddcfdafbd0
17 lines
366 B
YAML
17 lines
366 B
YAML
charm_name: rabbitmq-server
|
|
|
|
smoke_bundles:
|
|
- noble-caracal
|
|
|
|
gate_bundles:
|
|
- noble-caracal
|
|
|
|
dev_bundles:
|
|
- noble-caracal
|
|
|
|
tests:
|
|
- zaza.openstack.charm_tests.rabbitmq_server.tests.RabbitMQDeferredRestartTest
|
|
- zaza.openstack.charm_tests.rabbitmq_server.tests.RmqTests
|
|
- zaza.openstack.charm_tests.rabbitmq_server.tests.RmqRotateServiceUserPasswordTests
|
|
|