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 905d93f6e0..ba31a8fb2c 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1028,6 +1028,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 09110dd564..ded42c8b95 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -148,6 +148,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 @@ -1690,6 +1692,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 @@ -1702,6 +1705,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