
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 noble and oracular to charmhelpers - Set env var in tox.ini TEST_JUJU3=1 - Add charmbuild to .zuul.yaml Change-Id: If200e251b667c527a5c1aa9db293b6e0eda4a53d
29 lines
877 B
YAML
29 lines
877 B
YAML
charm_name: ceilometer-agent
|
|
|
|
configure:
|
|
- zaza.openstack.charm_tests.ceilometer.setup.basic_setup
|
|
- zaza.openstack.charm_tests.glance.setup.add_lts_image
|
|
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
|
- zaza.openstack.charm_tests.neutron.setup.basic_overcloud_network
|
|
- zaza.openstack.charm_tests.nova.setup.create_flavors
|
|
- zaza.openstack.charm_tests.nova.setup.manage_ssh_key
|
|
|
|
gate_bundles:
|
|
- noble-caracal
|
|
dev_bundles:
|
|
- noble-caracal
|
|
smoke_bundles:
|
|
- noble-caracal
|
|
tests:
|
|
- zaza.openstack.charm_tests.ceilometer.tests.CeilometerTest
|
|
- zaza.openstack.charm_tests.ceilometer_agent.tests.CeilometerAgentTest
|
|
|
|
target_deploy_status:
|
|
ceilometer:
|
|
workload-status: blocked
|
|
workload-status-message: "Run the ceilometer-upgrade action on the leader to initialize ceilometer and gnocchi"
|
|
|
|
tests_options:
|
|
force_deploy:
|
|
- noble-caracal
|