Support zuul & tox with py38
Commit Idbfefe85dc0ddb04bd2d88fafcf3f6e751a1c3d7 added py38 to the gate jobs. This patch adds the necessary configuration for the vmware-nsx Change-Id: I47a8b8b553f4a8b852508ccc4e8df48a1cb87832
This commit is contained in:
parent
b0c8fc825a
commit
a3af5dc7e0
24
.zuul.yaml
24
.zuul.yaml
@ -42,6 +42,18 @@
|
|||||||
- openstack/neutron-vpnaas
|
- openstack/neutron-vpnaas
|
||||||
- x/tap-as-a-service
|
- x/tap-as-a-service
|
||||||
- openstack/octavia
|
- openstack/octavia
|
||||||
|
- openstack-tox-py38:
|
||||||
|
timeout: 5400
|
||||||
|
required-projects:
|
||||||
|
- openstack/neutron
|
||||||
|
- openstack/networking-l2gw
|
||||||
|
- openstack/networking-sfc
|
||||||
|
- x/vmware-nsxlib
|
||||||
|
- openstack/neutron-fwaas
|
||||||
|
- openstack/neutron-dynamic-routing
|
||||||
|
- openstack/neutron-vpnaas
|
||||||
|
- x/tap-as-a-service
|
||||||
|
- openstack/octavia
|
||||||
gate:
|
gate:
|
||||||
queue: vmware-nsx
|
queue: vmware-nsx
|
||||||
jobs:
|
jobs:
|
||||||
@ -81,6 +93,18 @@
|
|||||||
- openstack/neutron-vpnaas
|
- openstack/neutron-vpnaas
|
||||||
- x/tap-as-a-service
|
- x/tap-as-a-service
|
||||||
- openstack/octavia
|
- openstack/octavia
|
||||||
|
- openstack-tox-py38:
|
||||||
|
timeout: 5400
|
||||||
|
required-projects:
|
||||||
|
- openstack/neutron
|
||||||
|
- openstack/networking-l2gw
|
||||||
|
- openstack/networking-sfc
|
||||||
|
- x/vmware-nsxlib
|
||||||
|
- openstack/neutron-fwaas
|
||||||
|
- openstack/neutron-dynamic-routing
|
||||||
|
- openstack/neutron-vpnaas
|
||||||
|
- x/tap-as-a-service
|
||||||
|
- openstack/octavia
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: vmware-tox-lower-constraints
|
name: vmware-tox-lower-constraints
|
||||||
|
4
tox.ini
4
tox.ini
@ -75,6 +75,10 @@ setenv = OS_FAIL_ON_MISSING_DEPS=1
|
|||||||
basepython = python3.7
|
basepython = python3.7
|
||||||
setenv = OS_FAIL_ON_MISSING_DEPS=1
|
setenv = OS_FAIL_ON_MISSING_DEPS=1
|
||||||
|
|
||||||
|
[testenv:py38]
|
||||||
|
basepython = python3.8
|
||||||
|
setenv = OS_FAIL_ON_MISSING_DEPS=1
|
||||||
|
|
||||||
[testenv:py3-dev]
|
[testenv:py3-dev]
|
||||||
commands =
|
commands =
|
||||||
{[testenv:dev]commands}
|
{[testenv:dev]commands}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user