Partial revert "Revert "Remove diskimages section from nodepool-launchers""
Add back in tox.ini changes to test all versions of nodepool.yaml files.
This reverts partially commit 7c4da0c8b8
.
Also, test nodepool master branch instead of deleted feature/zuulv3
branch.
Change-Id: I0b04d251f62efc362a80a7c6fb595e76c4bf3d76
This commit is contained in:
parent
6adbc07012
commit
052a1ee648
@ -1 +1 @@
|
||||
-e git+https://git.openstack.org/openstack-infra/nodepool@feature/zuulv3#egg=nodepool
|
||||
-e git+https://git.openstack.org/openstack-infra/nodepool#egg=nodepool
|
||||
|
5
tox.ini
5
tox.ini
@ -101,7 +101,10 @@ changedir = {toxinidir}/nodepool
|
||||
commands = env ELEMENTS_DIR=elements dib-lint
|
||||
|
||||
[testenv:nodepool]
|
||||
commands = nodepool -c {toxinidir}/nodepool/nodepool.yaml config-validate
|
||||
commands =
|
||||
nodepool -c {toxinidir}/nodepool/nodepool.yaml config-validate
|
||||
nodepool -c {toxinidir}/nodepool/nl01.openstack.org.yaml config-validate
|
||||
nodepool -c {toxinidir}/nodepool/nl02.openstack.org.yaml config-validate
|
||||
|
||||
[testenv:add-projects-to-main]
|
||||
basepython = python3
|
||||
|
Loading…
Reference in New Issue
Block a user