From affa1ef4bc7dc3bcda5f219867b536e081fe7942 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 3 Sep 2014 11:34:56 +1000 Subject: [PATCH] Move os-{apply,collect}-config to python3-jobs Now that both os-apply-config and os-collect-config support Python 3, drop the non-voting job, and switch to the python3-jobs template. Change-Id: Ie7f8187cc33299624bb165f5f865cdda03ce0d98 --- modules/openstack_project/files/zuul/layout.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 97fdc2b168..4363366a80 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -558,10 +558,6 @@ jobs: - 'modules/openstack_project/files/accessbot/channels.yaml' - name: check-tripleo-ironic-overcloud-precise-ha voting: false - - name: gate-os-apply-config-python33 - voting: false - - name: gate-os-collect-config-python33 - voting: false # Continous publishing from master of the following documentation targets: - name: ^.*manuals-upstream-translation-update$ branch: master @@ -1945,11 +1941,11 @@ projects: - name: merge-check - name: check-requirements - name: publish-to-pypi + - name: python3-jobs check: - gate-os-apply-config-pep8 - gate-os-apply-config-python26 - gate-os-apply-config-python27 - - gate-os-apply-config-python33 check-tripleo: - check-tripleo-novabm-undercloud-precise-nonha - check-tripleo-ironic-undercloud-precise-nonha @@ -1984,11 +1980,11 @@ projects: - name: merge-check - name: check-requirements - name: publish-to-pypi + - name: python3-jobs check: - gate-os-collect-config-pep8 - gate-os-collect-config-python26 - gate-os-collect-config-python27 - - gate-os-collect-config-python33 check-tripleo: - check-tripleo-novabm-undercloud-precise-nonha - check-tripleo-ironic-undercloud-precise-nonha