From 370f8406adc0823c9bc22e03c514194fb0471e36 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Fri, 18 Nov 2016 11:30:55 +0800 Subject: [PATCH] Remove build related env in tox.ini Build related jobs are removed in project-config, remove the related tox env. Change-Id: If1112b688fed185ba93a2d28a1ba3e77037d392c --- tox.ini | 66 --------------------------------------------------------- 1 file changed, 66 deletions(-) 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