From 64799ad9feeb7bfbfb449f71b5108f7ed8648a2b Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 10 Oct 2013 11:03:42 -0400 Subject: [PATCH] Add gating tempest unit test job This commit adds a gating python 2.7 unit test job for tempest. It depends on change: I9efea4cfa42f770c34869c0b0931b0ed0b51c177 Change-Id: Id44ca50cd72a838d78c9bce87b96adb0f702e1a3 --- .../files/jenkins_job_builder/config/projects.yaml | 1 + modules/openstack_project/files/zuul/layout.yaml | 4 ++++ 2 files changed, 5 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 7f08fb5454..69bf8e6940 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -934,6 +934,7 @@ - gate-{name}-pep8 - gate-{name}-requirements - gate-{name}-docs + - gate-{name}-python27 - '{name}-branch-tarball' - openstack-publish-jobs diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 0ae6ebc32d..9d53ac0a1f 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -145,6 +145,8 @@ jobs: - name: ^(gate|check)-grenade-devstack-vm$ branch: ^(?!stable/(folsom|grizzly)).*$ voting: true + - name: gate-tempest-python27 + branch: ^(?!stable/(folsom|grizzly)).*$ # only here until stable is votable, then merge # back to a single job - name: gate-grenade-devstack-vm-stable @@ -1607,6 +1609,7 @@ projects: - gate-tempest-requirements - gate-tempest-pep8 - gate-tempest-docs + - gate-tempest-python27 - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - check-tempest-devstack-vm-postgres-full @@ -1618,6 +1621,7 @@ projects: - gate-tempest-requirements - gate-tempest-pep8 - gate-tempest-docs + - gate-tempest-python27 - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full