Don't clone project-config for puppet-apply jobs

It does not appear these jobs actually require the project-config repo
for anything.  It was added in
I3a772e84a1bc6028caeabcc8e09a0942f44b8612 without a lot of
explaination of why, but as it stands I don't see the project-config
affects the outcome of these jobs?

Change-Id: I85111afbbce497c86f4f6d8dfe74944c32a77b80
This commit is contained in:
Ian Wienand 2015-07-27 12:08:22 +10:00
parent 3098617708
commit f660901160

@ -21,8 +21,6 @@ export PUPPET_INTEGRATION_TEST=1
cat > clonemap.yaml <<EOF
clonemap:
- name: openstack-infra/project-config
dest: /etc/project-config
- name: '(.*?)/puppet-(.*)'
dest: '/etc/puppet/modules/\2'
EOF
@ -51,7 +49,6 @@ done
sudo -E /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
git://git.openstack.org \
openstack-infra/project-config \
$project_names