From 00b7794f3ef463cd40f1fbabefd0e3180fd7c325 Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Fri, 13 Nov 2015 11:22:07 +0000 Subject: [PATCH] Remove unused tox jobs The gates have been renamed. We can remove these jobs now. Change-Id: I4f140301d0b0a04ca4196a755625f32569fe4b32 Partially-Implements: blueprint multinode-gate --- tox.ini | 77 --------------------------------------------------------- 1 file changed, 77 deletions(-) diff --git a/tox.ini b/tox.ini index ad383dfcb8..3ae566149f 100644 --- a/tox.ini +++ b/tox.ini @@ -104,83 +104,6 @@ commands = bash -c "if [ ! -d .testrepository ]; then testr init; fi" 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] show-source = True exclude=.git,.tox,doc,ansible/library,docker/kolla-ansible