Stop supplying the zuul url to ggp

Only merge after the ggp change has propogated to bare slave images.

Change-Id: I8c88d09c7a311edf526cffc730afd4471895eeae
This commit is contained in:
James E. Blair 2014-01-24 11:42:46 -08:00
parent f36640710c
commit f3da9b1893

View File

@ -1,7 +1,7 @@
- builder:
name: gerrit-git-prep
builders:
- shell: "/usr/local/jenkins/slave_scripts/gerrit-git-prep.sh https://review.openstack.org http://zuul.openstack.org git://git.openstack.org"
- shell: "/usr/local/jenkins/slave_scripts/gerrit-git-prep.sh https://review.openstack.org git://git.openstack.org"
- builder:
name: coverage
@ -210,7 +210,7 @@
git clone git://git.openstack.org/openstack-infra/devstack-gate
fi
cd devstack-gate
/usr/local/jenkins/slave_scripts/gerrit-git-prep.sh https://review.openstack.org http://zuul.openstack.org git://git.openstack.org
/usr/local/jenkins/slave_scripts/gerrit-git-prep.sh https://review.openstack.org git://git.openstack.org
cd ..
- builder: