
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: I9c2427a8dcd4c06a2f1f41ecf5295b0605d4b04f
25 lines
367 B
YAML
25 lines
367 B
YAML
charm_name: cinder-three-par
|
|
|
|
smoke_bundles:
|
|
- noble-caracal
|
|
|
|
gate_bundles:
|
|
- noble-caracal
|
|
|
|
dev_bundles:
|
|
- noble-caracal
|
|
|
|
target_deploy_status:
|
|
cinder:
|
|
workload-status: blocked
|
|
workload-status-message-prefix: "Missing relations:"
|
|
|
|
configure: []
|
|
|
|
tests:
|
|
- tests.tests_cinder_three_par.CinderThreeParTest
|
|
|
|
tests_options:
|
|
force_deploy:
|
|
- noble-carcal
|