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:
Riccardo Pittau 2020-02-27 16:40:05 +01:00
parent 55a29c31fa
commit 8377e1a06c
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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