From d18459b2ca73c9d6959f2b6e043f5e1dd1c2e025 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 13 Feb 2014 15:40:10 -0800 Subject: [PATCH] Remove taskflow sqlalchemy 0.9 testing Until further notice, after the switch to using the openstack pypi mirror (which does not mirror 0.9) we need to turn off the venv tests that probe & verify the compatability with sqlalchemy 0.9. This is planned to be fixed but is currently a blocker for taskflow unit tests and gating, since it causes a dependency resolution failure when testing (dependency not found). Partially fixes bug 1280008 Change-Id: I07f6168d192ce0f60d7ef14b107b802d0fe50d54 --- .../files/jenkins_job_builder/config/projects.yaml | 7 ------- modules/openstack_project/files/zuul/layout.yaml | 4 ---- 2 files changed, 11 deletions(-) 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 a9c1ff59bd..a8a26e4490 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1682,18 +1682,11 @@ jobs: - python-jobs - pypi-jobs - # For anyone running without eventlet - gate-{name}-tox-{envlist}: envlist: py26-sa7-mysql node: bare-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: bare-centos6 - - gate-{name}-tox-{envlist}: - envlist: py27-sa9-mysql - project: name: cl-openstack-client diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 3ccc9e3dfe..3f14a65758 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1049,8 +1049,6 @@ projects: - gate-taskflow-python33 - gate-taskflow-tox-py26-sa7-mysql - gate-taskflow-tox-py27-sa8-mysql - - gate-taskflow-tox-py26-sa9-mysql - - gate-taskflow-tox-py27-sa9-mysql gate: - gate-taskflow-pep8 - gate-taskflow-python26 @@ -1058,8 +1056,6 @@ projects: - gate-taskflow-python33 - gate-taskflow-tox-py26-sa7-mysql - gate-taskflow-tox-py27-sa8-mysql - - gate-taskflow-tox-py26-sa9-mysql - - gate-taskflow-tox-py27-sa9-mysql post: - taskflow-coverage - taskflow-branch-tarball