From 8377e1a06c155565a85f3d37dd256e9d7bc32b04 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Thu, 27 Feb 2020 16:40:05 +0100 Subject: [PATCH] Rename ironic-tox-unit-with-driver-libs-python3 Rename ironic-tox-unit-with-driver-libs-python3 and adjust tox accordingly. Change-Id: I3522f4a1c084c9cc2f7565f16ec0c790a1767377 --- tox.ini | 2 +- zuul.d/ironic-jobs.yaml | 4 ++-- zuul.d/project.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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