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 a092d2b053..e40d2ec9be 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1110,6 +1110,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 @@ -1122,6 +1123,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