From 6153f389e910aa183d123d2661f40cb1ae239367 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sat, 8 Jun 2013 20:23:30 -0700 Subject: [PATCH] Enable jobs for taskflow. Previously we were nooping the jenkins for taskflow. It would be nice to use it for style and 2.6/2.7 test runs if possible. Fixes: bug #1188307 Change-Id: I01292be2b126d1e81a8ae28185c691188cce5bf1 Reviewed-on: https://review.openstack.org/32289 Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- .../jenkins_job_builder/config/projects.yaml | 9 +++++++++ modules/openstack_project/files/zuul/layout.yaml | 16 ++++++++++------ 2 files changed, 19 insertions(+), 6 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 fd1baa4e58..998fd9fac1 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1097,3 +1097,12 @@ jobs: - python-jobs - gate-{name}-pyflakes + +- project: + name: taskflow + github-org: stackforge + node: precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 5596a48566..3a56316a8b 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -2021,12 +2021,6 @@ projects: gate: - gate-noop - - name: stackforge/taskflow - check: - - gate-noop - gate: - - gate-noop - - name: stackforge/barbican check: - gate-barbican-pyflakes @@ -2038,3 +2032,13 @@ projects: - gate-barbican-python27 post: - barbican-branch-tarball + + - name: stackforge/taskflow + check: + - gate-taskflow-pep8 + - gate-taskflow-python27 + - gate-taskflow-python26 + gate: + - gate-taskflow-pep8 + - gate-taskflow-python27 + - gate-taskflow-python26