Rename ironic-tox-unit-with-driver-libs-python3
Rename ironic-tox-unit-with-driver-libs-python3 and adjust tox accordingly. Change-Id: I3522f4a1c084c9cc2f7565f16ec0c790a1767377
This commit is contained in:
parent
55a29c31fa
commit
8377e1a06c
2
tox.ini
2
tox.ini
@ -22,7 +22,7 @@ commands =
|
||||
stestr run {posargs}
|
||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||
|
||||
[testenv:unit-with-driver-libs-python3]
|
||||
[testenv:unit-with-driver-libs]
|
||||
deps = {[testenv]deps}
|
||||
-r{toxinidir}/driver-requirements.txt
|
||||
|
||||
|
@ -527,12 +527,12 @@
|
||||
n-cpu: True
|
||||
|
||||
- job:
|
||||
name: ironic-tox-unit-with-driver-libs-python3
|
||||
name: ironic-tox-unit-with-driver-libs
|
||||
parent: tox
|
||||
description: |
|
||||
Run python 3 unit tests with driver dependencies installed.
|
||||
vars:
|
||||
tox_envlist: unit-with-driver-libs-python3
|
||||
tox_envlist: unit-with-driver-libs
|
||||
|
||||
- job:
|
||||
name: ironic-inspector-tempest-discovery-fast-track
|
||||
|
@ -9,7 +9,7 @@
|
||||
- release-notes-jobs-python3
|
||||
check:
|
||||
jobs:
|
||||
- ironic-tox-unit-with-driver-libs-python3
|
||||
- ironic-tox-unit-with-driver-libs
|
||||
- ironic-standalone
|
||||
- ironic-tempest-functional-python3
|
||||
- ironic-grenade-dsvm
|
||||
@ -48,7 +48,7 @@
|
||||
gate:
|
||||
queue: ironic
|
||||
jobs:
|
||||
- ironic-tox-unit-with-driver-libs-python3
|
||||
- ironic-tox-unit-with-driver-libs
|
||||
- ironic-standalone
|
||||
- ironic-tempest-functional-python3
|
||||
- ironic-grenade-dsvm
|
||||
|
Loading…
Reference in New Issue
Block a user