944f24b239
Due to a build problem with the reactive plugin, this change falls back on overriding the steps and doing a manual build, but it also ensures the CI system builds the charm using charmcraft. Changes: - add a build-requirements.txt - modify charmcraft.yaml - modify osci.yaml -> indicate build with charmcraft - modify tox.ini -> tox -e build does charmcraft build/rename -> tox -e build-reactive does the reactive build - modify bundles to use the <charm>.charm artifact in tests. and fix deprecation warning re: prefix - tox inception to enable tox -e func-test in the CI Change-Id: I976d4e043161d3ecdb6e7bc32cc3685f46efcaa6 Co-authored-by: Aurelien Lourot <aurelien.lourot@canonical.com>
20 lines
450 B
YAML
20 lines
450 B
YAML
- project:
|
|
templates:
|
|
- charm-unit-jobs-py38
|
|
- charm-unit-jobs-py39
|
|
- charm-xena-functional-jobs
|
|
- charm-yoga-functional-jobs
|
|
check:
|
|
jobs:
|
|
- focal-xena
|
|
- focal-yoga:
|
|
voting: false
|
|
- impish-xena:
|
|
voting: false
|
|
- jammy-yoga:
|
|
voting: false
|
|
vars:
|
|
needs_charm_build: true
|
|
charm_build_name: cinder-netapp
|
|
build_type: charmcraft
|