From 9cce0b94afd409cbb7eee8e2e9193e8cb5bdc353 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 1 Aug 2013 22:42:31 -0400 Subject: [PATCH] add unit test job for global-requirements this ensures that we actually gate on our new tox tests in global requirements, which ensure that the update.py script correctly updates the requirements.txt and test-requirements.txt. Change-Id: I4c863232f71568759fc5ac60aba0c49a6d67db2b --- .../files/jenkins_job_builder/config/projects.yaml | 11 +++++++++++ modules/openstack_project/files/zuul/layout.yaml | 2 ++ 2 files changed, 13 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 a54046fbc9..07061fc216 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -802,6 +802,17 @@ - pypi-jobs +- project: + name: requirements + github-org: openstack + node: precise + tarball-site: tarballs.openstack.org + doc-publisher-site: docs.openstack.org + + jobs: + - gate-{name}-python27 + + - project: name: storyboard github-org: openstack-infra diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index eaf794c1fa..0f5e4b59ba 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1079,8 +1079,10 @@ projects: - name: openstack/requirements check: - gate-requirements-install + - gate-requirements-python27 gate: - gate-requirements-install + - gate-requirements-python27 post: - post-mirror-python26 - post-mirror-python27