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 <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Joshua Harlow 2013-06-08 20:23:30 -07:00 committed by Jenkins
parent 3ae37936f3
commit 6153f389e9
2 changed files with 19 additions and 6 deletions

View File

@ -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

View File

@ -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