Add .gitreview and .zuul.yaml files

Also pin charm-tools 2.8.3.
Also made necessary changes for charm-tools>=2.8, because
the default build output folder has changed.

Change-Id: I526ebd8ed9cfeab7b8e38ca8fa9dd3244c209266
This commit is contained in:
Aurelien Lourot 2021-03-19 13:58:11 +01:00
parent 43f18cb215
commit 4060fa9b24
4 changed files with 10 additions and 2 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.opendev.org
port=29418
project=openstack/charm-manila-dashboard.git

4
.zuul.yaml Normal file
View File

@ -0,0 +1,4 @@
- project:
templates:
- openstack-python3-charm-jobs
- openstack-cover-jobs

View File

@ -9,7 +9,7 @@
setuptools<50.0.0 # https://github.com/pypa/setuptools/commit/04e3df22df840c6bb244e9b27bc56750c44b7c85
# Build requirements
charm-tools>=2.4.4
charm-tools==2.8.3
# Workaround until https://github.com/juju/charm-tools/pull/589 gets
# published

View File

@ -28,7 +28,7 @@ deps =
[testenv:build]
basepython = python3
commands =
charm-build --log-level DEBUG -o {toxinidir}/build src {posargs}
charm-build --log-level DEBUG -o {toxinidir}/build/builds src {posargs}
[testenv:py3]
basepython = python3