Merge "Add disco-stein bundle to gate tests"

This commit is contained in:
Zuul 2019-09-11 16:00:15 +00:00 committed by Gerrit Code Review
commit eace62a3d7
4 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
*__pycache__*
*.pyc
build
.idea

View File

@ -1,5 +1,6 @@
charm_name: octavia
gate_bundles:
- disco-stein
- bionic-stein-ha
- bionic-rocky-ha
- disco-stein

View File

@ -1,12 +1,16 @@
[tox]
envlist = pep8
skipsdist = True
# NOTE(beisner): Avoid build/test env pollution by not enabling sitepackages.
sitepackages = False
# NOTE(beisner): Avoid false positives by not skipping missing interpreters.
skip_missing_interpreters = False
[testenv]
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
whitelist_externals = juju
passenv = HOME TERM CS_API_* OS_* AMULET_*
passenv = HOME TERM CS_API_* OS_*
deps = -r{toxinidir}/test-requirements.txt
install_command =
pip install {opts} {packages}

View File

@ -3,7 +3,11 @@
# within individual charm repos.
[tox]
skipsdist = True
envlist = pep8,py37
envlist = pep8,py3
# NOTE(beisner): Avoid build/test env pollution by not enabling sitepackages.
sitepackages = False
# NOTE(beisner): Avoid false positives by not skipping missing interpreters.
skip_missing_interpreters = False
[testenv]
setenv = VIRTUAL_ENV={envdir}