Remove broken tox.ini generation from script
envlist environments don't have the variables being referenced and will fail. Just run the $venv test instead. Change-Id: Ifa88de048acca5058801883ae3f8de5bfdb93192
This commit is contained in:
parent
8ae8f53109
commit
11c363dae2
@ -18,13 +18,4 @@ script_path=/usr/local/jenkins/slave_scripts
|
||||
sed -i "s/${project}.*/-e git+https:\/\/git.openstack.org\/openstack\/${project}.git#egg=${project}/g" requirements.txt
|
||||
sed -i "s/${project}.*/-e git+https:\/\/git.openstack.org\/openstack\/${project}.git#egg=${project}/g" upper-constraints.txt
|
||||
|
||||
cat << EOF >> tox.ini
|
||||
|
||||
[testenv:${venv}-${project}-master]
|
||||
basepython={[${venv}]basepython}
|
||||
setenv={[${venv}]setenv}
|
||||
deps={[${venv}]deps}
|
||||
commands={[${venv}]commands}
|
||||
EOF
|
||||
|
||||
$script_path/run-tox.sh $venv-$project-master
|
||||
$script_path/run-tox.sh $venv
|
||||
|
Loading…
x
Reference in New Issue
Block a user