Merge "Add non-voting job with Python 3 + Django 2.2"
This commit is contained in:
commit
83b6a46db8
10
.zuul.yaml
10
.zuul.yaml
@ -17,6 +17,15 @@
|
|||||||
required-projects:
|
required-projects:
|
||||||
- name: openstack/horizon
|
- name: openstack/horizon
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: horizon-openstack-tox-python3-django22
|
||||||
|
voting: false
|
||||||
|
parent: horizon-openstack-tox-base
|
||||||
|
vars:
|
||||||
|
tox_envlist: py3-dj22
|
||||||
|
required-projects:
|
||||||
|
- name: openstack/horizon
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: horizon-selenium-headless
|
name: horizon-selenium-headless
|
||||||
parent: horizon-openstack-tox-base
|
parent: horizon-openstack-tox-base
|
||||||
@ -160,6 +169,7 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- horizon-openstack-tox-python3-django111
|
- horizon-openstack-tox-python3-django111
|
||||||
|
- horizon-openstack-tox-python3-django22
|
||||||
- horizon-selenium-headless
|
- horizon-selenium-headless
|
||||||
- horizon-integration-tests
|
- horizon-integration-tests
|
||||||
- horizon-dsvm-tempest-plugin
|
- horizon-dsvm-tempest-plugin
|
||||||
|
9
tox.ini
9
tox.ini
@ -28,6 +28,13 @@ commands =
|
|||||||
pip install django>=2.1<2.2
|
pip install django>=2.1<2.2
|
||||||
{[unit_tests]commands}
|
{[unit_tests]commands}
|
||||||
|
|
||||||
|
[testenv:py3-dj22]
|
||||||
|
basepython = python3
|
||||||
|
commands =
|
||||||
|
pip install django>=2.2<2.3
|
||||||
|
{[unit_tests]commands}
|
||||||
|
|
||||||
|
|
||||||
[testenv:py3-dj111]
|
[testenv:py3-dj111]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
commands =
|
commands =
|
||||||
@ -210,4 +217,4 @@ max-line-length = 80
|
|||||||
# Disable some doc8 checks:
|
# Disable some doc8 checks:
|
||||||
# D000: Check RST validity
|
# D000: Check RST validity
|
||||||
# - cannot handle "none" for code-block directive
|
# - cannot handle "none" for code-block directive
|
||||||
ignore = D000
|
ignore = D000
|
||||||
|
Loading…
Reference in New Issue
Block a user