Merge "Remove unused tox jobs"
This commit is contained in:
commit
ac0442a880
77
tox.ini
77
tox.ini
@ -104,83 +104,6 @@ commands =
|
|||||||
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
|
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
|
||||||
sudo -g docker testr run test_build.BuildTestUbuntuSource
|
sudo -g docker testr run test_build.BuildTestUbuntuSource
|
||||||
|
|
||||||
[testenv:build-images-centos-binary]
|
|
||||||
whitelist_externals = find
|
|
||||||
bash
|
|
||||||
sudo
|
|
||||||
commands =
|
|
||||||
find . -type f -name "*.pyc" -delete
|
|
||||||
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
|
|
||||||
sudo -g docker testr run test_build.BuildTestCentosBinary
|
|
||||||
|
|
||||||
[testenv:build-images-centos-source]
|
|
||||||
whitelist_externals = find
|
|
||||||
bash
|
|
||||||
sudo
|
|
||||||
commands =
|
|
||||||
find . -type f -name "*.pyc" -delete
|
|
||||||
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
|
|
||||||
sudo -g docker testr run test_build.BuildTestCentosSource
|
|
||||||
|
|
||||||
[testenv:build-images-ubuntu-source]
|
|
||||||
whitelist_externals = find
|
|
||||||
bash
|
|
||||||
sudo
|
|
||||||
commands =
|
|
||||||
find . -type f -name "*.pyc" -delete
|
|
||||||
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
|
|
||||||
sudo -g docker testr run test_build.BuildTestUbuntuSource
|
|
||||||
|
|
||||||
[testenv:deploy-images-centos-binary]
|
|
||||||
whitelist_externals = find
|
|
||||||
bash
|
|
||||||
sudo
|
|
||||||
commands =
|
|
||||||
find . -type f -name "*.pyc" -delete
|
|
||||||
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
|
|
||||||
sudo -g docker testr run test_build.DeployTestCentosBinary
|
|
||||||
bash tests/setup_deploy.sh
|
|
||||||
sudo tests/deploy_aio.sh centos binary
|
|
||||||
|
|
||||||
[testenv:deploy-images-centos-source]
|
|
||||||
whitelist_externals = find
|
|
||||||
bash
|
|
||||||
sudo
|
|
||||||
commands =
|
|
||||||
find . -type f -name "*.pyc" -delete
|
|
||||||
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
|
|
||||||
sudo -g docker testr run test_build.DeployTestCentosSource
|
|
||||||
bash tests/setup_deploy.sh
|
|
||||||
sudo tests/deploy_aio.sh centos source
|
|
||||||
|
|
||||||
[testenv:deploy-images-ubuntu-source]
|
|
||||||
whitelist_externals = find
|
|
||||||
bash
|
|
||||||
sudo
|
|
||||||
commands =
|
|
||||||
find . -type f -name "*.pyc" -delete
|
|
||||||
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
|
|
||||||
sudo -g docker testr run test_build.DeployTestUbuntuSource
|
|
||||||
bash tests/setup_deploy.sh
|
|
||||||
sudo tests/deploy_aio.sh ubuntu source
|
|
||||||
|
|
||||||
[testenv:deploy-multinode-images-ubuntu-source]
|
|
||||||
whitelist_externals = find
|
|
||||||
bash
|
|
||||||
sudo
|
|
||||||
commands =
|
|
||||||
find . -type f -name "*.pyc" -delete
|
|
||||||
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
|
|
||||||
sudo -g docker testr run test_build.BuildTestUbuntuSource
|
|
||||||
|
|
||||||
[testenv:functional]
|
|
||||||
whitelist_externals = find
|
|
||||||
bash
|
|
||||||
commands =
|
|
||||||
find . -type f -name "*.pyc" -delete
|
|
||||||
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
|
|
||||||
testr run ^(?!test_images).*
|
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
show-source = True
|
show-source = True
|
||||||
exclude=.git,.tox,doc,ansible/library,docker/kolla-ansible
|
exclude=.git,.tox,doc,ansible/library,docker/kolla-ansible
|
||||||
|
Loading…
Reference in New Issue
Block a user