
Adds necessary requirements, osci.yaml, charmcraft.yaml etc for migrationg to charmhub. Additionally, adds xena and yoga tests and updates the charm overlay for appropriate netapp values. local_overlay_enabled is set to True as it now defaults to False. Note that the actual functional tests are still disabled due to [1] 1 - https://bugs.launchpad.net/charm-manila-netapp/+bug/1922214 Change-Id: Ic9354434792ec1faa42406f4f3cf461a96cfc020
15 lines
443 B
YAML
15 lines
443 B
YAML
- project:
|
|
templates:
|
|
- charm-unit-jobs-py38
|
|
- charm-unit-jobs-py310
|
|
# More work is needed on the functional jobs; they can't pass at the
|
|
# moment as they need to set up hardware which isn't implemented yet.
|
|
# See LP: #1922214
|
|
# - charm-xena-functional-jobs
|
|
# - charm-yoga-functional-jobs
|
|
vars:
|
|
needs_charm_build: true
|
|
charm_build_name: manila-netapp
|
|
build_type: charmcraft
|
|
|