From 349a08535273ed291b5563e0c9ec15f53605f7ca Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Fri, 28 Aug 2015 19:24:44 -0700 Subject: [PATCH] Remove cruft in tox.ini from docker_templates There is no longer a docker build system in the tree. Remove the cruft that was missed in the original removal patches. Partially-Implements: blueprint gate-source-builds Change-Id: I4e6132502e8c0f812a0b3a767dd9c7f5c7b92fe3 --- tox.ini | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) diff --git a/tox.ini b/tox.ini index d7c1788f04..5520dd83d0 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,6 @@ commands = whitelist_externals = bash commands = bash -c tests/setup_gate.sh -# deprecated [testenv:images-centos-binary] whitelist_externals = find bash @@ -42,7 +41,6 @@ commands = bash -c "if [ ! -d .testrepository ]; then testr init; fi" sudo -g docker testr run test_build.BuildTestCentosBinary -# deprecated [testenv:images-centos-source] whitelist_externals = find bash @@ -61,59 +59,6 @@ commands = bash -c "if [ ! -d .testrepository ]; then testr init; fi" sudo -g docker testr run test_build.BuildTestUbuntuSource -[testenv:images-centos-binary-docker] -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.BuildTestCentosBinaryDocker - -[testenv:images-centos-source-docker] -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.BuildTestCentosSourceDocker - -[testenv:images-centos-binary-template] -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.BuildTestCentosBinaryTemplate - -[testenv:images-centos-source-template] -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.BuildTestCentosSourceTemplate - -[testenv:images-ubuntu-source-template] -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.BuildTestUbuntuSourceTemplate - -[testenv:startenv] -whitelist_externals = bash -commands = - bash -c tools/genenv - sudo tools/kolla-compose start -# this can be improved after https://review.openstack.org/#/c/180729/ -# tools/test-deploy - [testenv:functional] whitelist_externals = find bash