From edcbe725150825119b6e41e993dfd37472b24931 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 27 Jan 2014 20:23:18 -0800 Subject: [PATCH] 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 --- .../files/jenkins_job_builder/config/projects.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index ed8952ec85..0d3f17e6f8 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -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