
Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update osci.yaml to use the charmcraft 3.x/beta - Drop non-noble tests Change-Id: Ic3b8525f6df049d68d959151fd5345cb55db6607
13 lines
243 B
YAML
13 lines
243 B
YAML
charm_name: ceph-nfs
|
|
gate_bundles:
|
|
- noble-caracal
|
|
smoke_bundles:
|
|
- noble-caracal
|
|
configure: []
|
|
tests:
|
|
- tests.nfs_ganesha.NfsGaneshaTest
|
|
target_deploy_status:
|
|
ubuntu:
|
|
workload-status: active
|
|
workload-status-message-prefix: ''
|