diff --git a/tox.ini b/tox.ini index 5bbdcc0c8e..408953a23b 100644 --- a/tox.ini +++ b/tox.ini @@ -45,72 +45,6 @@ commands = {toxinidir}/tools/setup_gate.sh {toxinidir}/tools/dump_info.sh -[testenv:build-centos-binary] -whitelist_externals = find - bash -setenv = - DOCKER_BUILD_TEST=1 -commands = - find . -type f -name "*.pyc" -delete - bash -c "if [ ! -d .testrepository ]; then testr init; fi" - testr run test_build.BuildTestCentosBinary - {toxinidir}/tools/dump_info.sh - -[testenv:build-centos-source] -whitelist_externals = find - bash -setenv = - DOCKER_BUILD_TEST=1 -commands = - find . -type f -name "*.pyc" -delete - bash -c "if [ ! -d .testrepository ]; then testr init; fi" - testr run test_build.BuildTestCentosSource - {toxinidir}/tools/dump_info.sh - -[testenv:build-ubuntu-binary] -whitelist_externals = find - bash -setenv = - DOCKER_BUILD_TEST=1 -commands = - find . -type f -name "*.pyc" -delete - bash -c "if [ ! -d .testrepository ]; then testr init; fi" - testr run test_build.BuildTestUbuntuBinary - {toxinidir}/tools/dump_info.sh - -[testenv:build-ubuntu-source] -whitelist_externals = find - bash -setenv = - DOCKER_BUILD_TEST=1 -commands = - find . -type f -name "*.pyc" -delete - bash -c "if [ ! -d .testrepository ]; then testr init; fi" - testr run test_build.BuildTestUbuntuSource - {toxinidir}/tools/dump_info.sh - -[testenv:build-oraclelinux-binary] -whitelist_externals = find - bash -setenv = - DOCKER_BUILD_TEST=1 -commands = - find . -type f -name "*.pyc" -delete - bash -c "if [ ! -d .testrepository ]; then testr init; fi" - testr run test_build.BuildTestOracleLinuxBinary - {toxinidir}/tools/dump_info.sh - -[testenv:build-oraclelinux-source] -whitelist_externals = find - bash -setenv = - DOCKER_BUILD_TEST=1 -commands = - find . -type f -name "*.pyc" -delete - bash -c "if [ ! -d .testrepository ]; then testr init; fi" - testr run test_build.BuildTestOracleLinuxSource - {toxinidir}/tools/dump_info.sh - [testenv:deploy-centos-binary] whitelist_externals = find bash