Additional test updates
* switch to release-specific zosci functional tests * switch to yoga zosci unit test job * add py39 Change-Id: I00ae17b94c423c895ce682b4e2a88294020cca1a
This commit is contained in:
parent
0d227b0539
commit
c0ad2b2d5f
22
osci.yaml
22
osci.yaml
@ -1,21 +1,11 @@
|
|||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- charm-unit-jobs
|
- charm-yoga-unit-jobs
|
||||||
check:
|
- charm-yoga-functional-jobs
|
||||||
jobs:
|
- charm-xena-functional-jobs
|
||||||
- bionic-train
|
- charm-wallaby-functional-jobs
|
||||||
- bionic-ussuri
|
- charm-victoria-functional-jobs
|
||||||
- focal-ussuri
|
- charm-ussuri-functional-jobs
|
||||||
- focal-victoria
|
|
||||||
- focal-wallaby
|
|
||||||
- focal-xena
|
|
||||||
- focal-yoga:
|
|
||||||
voting: false
|
|
||||||
- hirsute-wallaby
|
|
||||||
- impish-xena:
|
|
||||||
voting: false
|
|
||||||
- jammy-yoga:
|
|
||||||
voting: false
|
|
||||||
vars:
|
vars:
|
||||||
needs_charm_build: true
|
needs_charm_build: true
|
||||||
charm_build_name: manila-dashboard
|
charm_build_name: manila-dashboard
|
||||||
|
5
tox.ini
5
tox.ini
@ -75,6 +75,11 @@ basepython = python3.8
|
|||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
commands = stestr run --slowest {posargs}
|
commands = stestr run --slowest {posargs}
|
||||||
|
|
||||||
|
[testenv:py39]
|
||||||
|
basepython = python3.9
|
||||||
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
|
commands = stestr run --slowest {posargs}
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps = flake8==3.9.2
|
deps = flake8==3.9.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user