Revert "Force python2.6 during python 2.6 jobs."
This reverts commit 80610a86a9c998aa876ae79f81523e0423363084 Change-Id: I3de4134669ff972c60797393783dd1d02763feb7 Reviewed-on: https://review.openstack.org/24493 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
24424d9e09
commit
e9bf54b03a
@ -32,7 +32,7 @@ trap "rm -rf $TMPDIR" EXIT
|
|||||||
|
|
||||||
sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh pre
|
sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh pre
|
||||||
|
|
||||||
$PYTHON `which tox` -e$venv
|
tox -e$venv
|
||||||
result=$?
|
result=$?
|
||||||
|
|
||||||
echo "Begin pip freeze output from test virtualenv:"
|
echo "Begin pip freeze output from test virtualenv:"
|
||||||
|
@ -79,22 +79,22 @@
|
|||||||
- builder:
|
- builder:
|
||||||
name: python26
|
name: python26
|
||||||
builders:
|
builders:
|
||||||
- shell: "PYTHON=python2.6 /usr/local/jenkins/slave_scripts/run-tox.sh 26 {github-org} {project}"
|
- shell: "/usr/local/jenkins/slave_scripts/run-tox.sh 26 {github-org} {project}"
|
||||||
|
|
||||||
- builder:
|
- builder:
|
||||||
name: python27
|
name: python27
|
||||||
builders:
|
builders:
|
||||||
- shell: "PYTHON=python2.7 /usr/local/jenkins/slave_scripts/run-tox.sh 27 {github-org} {project}"
|
- shell: "/usr/local/jenkins/slave_scripts/run-tox.sh 27 {github-org} {project}"
|
||||||
|
|
||||||
- builder:
|
- builder:
|
||||||
name: python26-folsom
|
name: python26-folsom
|
||||||
builders:
|
builders:
|
||||||
- shell: "PYTHON=python2.6 /usr/local/jenkins/slave_scripts/run-tox.sh 26-folsom {github-org} {project}"
|
- shell: "/usr/local/jenkins/slave_scripts/run-tox.sh 26-folsom {github-org} {project}"
|
||||||
|
|
||||||
- builder:
|
- builder:
|
||||||
name: python27-folsom
|
name: python27-folsom
|
||||||
builders:
|
builders:
|
||||||
- shell: "PYTHON=python2.7 /usr/local/jenkins/slave_scripts/run-tox.sh 27-folsom {github-org} {project}"
|
- shell: "/usr/local/jenkins/slave_scripts/run-tox.sh 27-folsom {github-org} {project}"
|
||||||
|
|
||||||
- builder:
|
- builder:
|
||||||
name: assert-no-extra-files
|
name: assert-no-extra-files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user