Merge "Move jobs to py38"
This commit is contained in:
commit
38a06028f2
34
.zuul.yaml
34
.zuul.yaml
@ -1,29 +1,29 @@
|
||||
- job:
|
||||
name: oslo.messaging-tox-py36-func-scenario01
|
||||
parent: openstack-tox-py36
|
||||
name: oslo.messaging-tox-py38-func-scenario01
|
||||
parent: openstack-tox-py38
|
||||
vars:
|
||||
tox_envlist: py36-func-scenario01
|
||||
tox_envlist: py38-func-scenario01
|
||||
bindep_profile: rabbit
|
||||
|
||||
- job:
|
||||
name: oslo.messaging-tox-py36-func-scenario02
|
||||
parent: openstack-tox-py36
|
||||
name: oslo.messaging-tox-py38-func-scenario02
|
||||
parent: openstack-tox-py38
|
||||
vars:
|
||||
tox_envlist: py36-func-scenario02
|
||||
tox_envlist: py38-func-scenario02
|
||||
bindep_profile: rabbit kafka amqp1
|
||||
|
||||
- job:
|
||||
name: oslo.messaging-tox-py36-func-scenario03
|
||||
parent: openstack-tox-py36
|
||||
name: oslo.messaging-tox-py38-func-scenario03
|
||||
parent: openstack-tox-py38
|
||||
vars:
|
||||
tox_envlist: py36-func-scenario03
|
||||
tox_envlist: py38-func-scenario03
|
||||
bindep_profile: rabbit amqp1
|
||||
|
||||
- job:
|
||||
name: oslo.messaging-tox-py36-func-scenario04
|
||||
parent: openstack-tox-py36
|
||||
name: oslo.messaging-tox-py38-func-scenario04
|
||||
parent: openstack-tox-py38
|
||||
vars:
|
||||
tox_envlist: py36-func-scenario04
|
||||
tox_envlist: py38-func-scenario04
|
||||
bindep_profile: kafka amqp1
|
||||
|
||||
# Begin v3 native jobs
|
||||
@ -114,12 +114,12 @@
|
||||
- release-notes-jobs-python3
|
||||
check:
|
||||
jobs:
|
||||
- oslo.messaging-tox-py36-func-scenario01
|
||||
- oslo.messaging-tox-py36-func-scenario02:
|
||||
- oslo.messaging-tox-py38-func-scenario01
|
||||
- oslo.messaging-tox-py38-func-scenario02:
|
||||
voting: false
|
||||
- oslo.messaging-tox-py36-func-scenario03:
|
||||
- oslo.messaging-tox-py38-func-scenario03:
|
||||
voting: false
|
||||
- oslo.messaging-tox-py36-func-scenario04:
|
||||
- oslo.messaging-tox-py38-func-scenario04:
|
||||
voting: false
|
||||
- oslo.messaging-src-dsvm-full-rabbit
|
||||
- oslo.messaging-src-dsvm-full-amqp1-hybrid:
|
||||
@ -133,5 +133,5 @@
|
||||
|
||||
gate:
|
||||
jobs:
|
||||
- oslo.messaging-tox-py36-func-scenario01
|
||||
- oslo.messaging-tox-py38-func-scenario01
|
||||
- oslo.messaging-src-dsvm-full-rabbit
|
||||
|
12
tox.ini
12
tox.ini
@ -54,22 +54,19 @@ commands =
|
||||
# scenario03 amqp rabbit
|
||||
# scenario04 amqp kafka
|
||||
#
|
||||
[testenv:py36-func-scenario01]
|
||||
basepython = python3.6
|
||||
[testenv:py38-func-scenario01]
|
||||
setenv =
|
||||
{[testenv]setenv}
|
||||
SCENARIO=scenario01
|
||||
commands = {toxinidir}/tools/setup-scenario-env.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
|
||||
|
||||
[testenv:py36-func-scenario02]
|
||||
basepython = python3.6
|
||||
[testenv:py38-func-scenario02]
|
||||
setenv =
|
||||
{[testenv]setenv}
|
||||
SCENARIO=scenario02
|
||||
commands = {toxinidir}/tools/setup-scenario-env.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
|
||||
|
||||
[testenv:py36-func-scenario03]
|
||||
basepython = python3.6
|
||||
[testenv:py38-func-scenario03]
|
||||
setenv =
|
||||
{[testenv]setenv}
|
||||
SCENARIO=scenario03
|
||||
@ -77,8 +74,7 @@ setenv =
|
||||
WORKDIR={toxworkdir}
|
||||
commands = {toxinidir}/tools/setup-scenario-env.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
|
||||
|
||||
[testenv:py36-func-scenario04]
|
||||
basepython = python3.6
|
||||
[testenv:py38-func-scenario04]
|
||||
setenv =
|
||||
{[testenv]setenv}
|
||||
SCENARIO=scenario04
|
||||
|
Loading…
Reference in New Issue
Block a user