Ensure taskflow py26 environments are using centos6 node

It appears that python2.6 is only on centos6 nodes and
otherwise is not on other node types. To ensure that our
tox venv builds correctly for 2.6 make sure we specify
that exact node type.

Change-Id: Idc4c1efeb790bba198ed17f640945d861c18a9fc
This commit is contained in:
Joshua Harlow 2014-01-27 20:23:18 -08:00
parent 18585bdcd2
commit edcbe72515

View File

@ -1658,11 +1658,13 @@
# For anyone running without eventlet
- gate-{name}-tox-{envlist}:
envlist: py26-sa7-mysql
node: centos6
- gate-{name}-tox-{envlist}:
envlist: py27-sa8-mysql
# For anyone running the latest without eventlet
- gate-{name}-tox-{envlist}:
envlist: py26-sa9-mysql
node: centos6
- gate-{name}-tox-{envlist}:
envlist: py27-sa9-mysql