
* sync charm-helpers to classic charms * change openstack-origin/source default to zed * align testing with zed * add new zed bundles * add zed bundles to tests.yaml * add zed tests to osci.yaml and .zuul.yaml * update build-on and run-on bases * add bindep.txt for py310 * sync tox.ini and requirements.txt for ruamel * use charmcraft_channel 2.0/stable * drop reactive plugin overrides * move interface/layer env vars to charmcraft.yaml Change-Id: I5bf1b2a030c08461bc42c1e686af6220738ed98c
14 lines
413 B
YAML
14 lines
413 B
YAML
- project:
|
|
templates:
|
|
- 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-zed-functional-jobs
|
|
vars:
|
|
needs_charm_build: true
|
|
charm_build_name: manila-netapp
|
|
build_type: charmcraft
|
|
charmcraft_channel: 2.0/stable
|
|
|