
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: Ia8e4390dea57e7ce55950fb4296cf54ca7be7d7f
17 lines
142 B
Plaintext
17 lines
142 B
Plaintext
/build/
|
|
|
|
bin
|
|
.coverage
|
|
.testrepository
|
|
.tox
|
|
tags
|
|
*.sw[nop]
|
|
*.pyc
|
|
*.charm
|
|
.unit-state.db
|
|
trusty/
|
|
xenial/
|
|
.stestr
|
|
__pycache__
|
|
func-results.json
|