diff --git a/tox.ini b/tox.ini index 1a816b7976..9ce4b03a37 100644 --- a/tox.ini +++ b/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 diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index fec3bb0834..7eebbb2066 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -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 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index e20e18fcbf..636e9a2b41 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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