5390176b97
Summary of changes: - Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update config to default to caracal. - Update osci.yaml to use the charmcraft 3.x/beta - Drop non-noble tests - Update constraints file from -2024.1.txt to -noble.txt - Add charmbuild to .zuul.yaml Change-Id: I9ffdb336c39fcc82371ef795471c09479ee12d9a
22 lines
466 B
YAML
22 lines
466 B
YAML
charm_name: manila-generic
|
|
|
|
gate_bundles:
|
|
- noble-caracal
|
|
dev_bundles:
|
|
- noble-caracal
|
|
smoke_bundles:
|
|
- noble-caracal
|
|
target_deploy_status: {}
|
|
|
|
tests:
|
|
- zaza.openstack.charm_tests.manila.tests.ManilaTests
|
|
|
|
configure:
|
|
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
|
|
|
tests_options:
|
|
force_deploy:
|
|
# nrpe charm doesn't support jammy+ and needs to be force installed
|
|
# https://bugs.launchpad.net/charm-nrpe/+bug/1968008
|
|
- noble-caracal
|