Merge "Remove export commands from tox based roles"

This commit is contained in:
Jenkins 2017-07-19 22:54:21 +00:00 committed by Gerrit Code Review
commit 259ba6c24b
3 changed files with 0 additions and 13 deletions

View File

@ -20,8 +20,6 @@
venv={{ tox_envlist }}
export UPPER_CONSTRAINTS_FILE=$(pwd)/upper-constraints.txt
rm -f dist/*.tar.gz
tox -e$venv python setup.py sdist

View File

@ -20,8 +20,6 @@
venv={{ tox_envlist }}
export UPPER_CONSTRAINTS_FILE=$(pwd)/upper-constraints.txt
rm -f dist/*.whl
tox -e$venv pip install wheel
tox -e$venv python setup.py bdist_wheel

View File

@ -109,15 +109,6 @@
bin_path=.tox/$venv/bin
export PYTHON=$bin_path/python
export NOSE_WITH_XUNIT=1
export NOSE_WITH_HTML_OUTPUT=1
export NOSE_HTML_OUT_FILE='nose_results.html'
if [[ -z "$TMPDIR" ]]; then
export TMPDIR=$(/bin/mktemp -d)
fi
export UPPER_CONSTRAINTS_FILE=$(pwd)/upper-constraints.txt
trap "rm -rf $TMPDIR" EXIT
cat /etc/image-hostname.txt
$script_path/jenkins-oom-grep.sh pre