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 558a384654..dab36c74a1 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -739,7 +739,6 @@ jobs: - python-jobs - - gate-{name}-pypy - project: diff --git a/modules/openstack_project/files/jenkins_job_builder/config/python-jobs.yaml b/modules/openstack_project/files/jenkins_job_builder/config/python-jobs.yaml index 1381ce5e76..620d7edbd1 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/python-jobs.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/python-jobs.yaml @@ -230,6 +230,7 @@ - 'gate-{name}-python26' - 'gate-{name}-python27' - 'gate-{name}-python33' + - 'gate-{name}-pypy' - 'gate-{name}-docs' - 'gate-{name}-requirements' - '{name}-tarball' diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index d386913180..fc120c3a4e 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1114,6 +1114,7 @@ projects: - gate-python-novaclient-python26 - gate-python-novaclient-python27 - gate-python-novaclient-python33 + - gate-python-novaclient-pypy - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full @@ -1126,6 +1127,7 @@ projects: - gate-python-novaclient-pep8 - gate-python-novaclient-python26 - gate-python-novaclient-python27 + - gate-python-novaclient-pypy - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full