From ce67427c9649e386dd081ea1f2c41a9904260bba Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 29 Aug 2013 09:29:36 -0700 Subject: [PATCH] Make pypy part of python-jobs and run it for novaclient Change-Id: I56802c76b5d3fd8af59a7a9a19dad4527dfd53ff --- .../files/jenkins_job_builder/config/projects.yaml | 1 - .../files/jenkins_job_builder/config/python-jobs.yaml | 1 + modules/openstack_project/files/zuul/layout.yaml | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) 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