Really stop supplying the zuul url to ggp

The ggp change propagated to bare slave images long ago from
I8c88d09c7a311edf526cffc730afd4471895eeae but this got missed in
cleanup or re-introduced for some reason. After this, it should be
safe to remove the corresponding backward-compatibility conditional
in the slave script.

Change-Id: I937945965cf101b16da53fc399cea0fcfc5ff233
This commit is contained in:
Jeremy Stanley 2014-03-18 15:18:40 +00:00
parent ac849407fa
commit 5411c1777f

View File

@ -106,7 +106,7 @@
#!/bin/bash -xe
mkdir -p gerrit
cd gerrit
/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
- shell: |
#!/bin/bash -xe
cd gerrit
@ -145,7 +145,7 @@
#!/bin/bash -xe
mkdir -p gerrit
cd gerrit
/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
- shell: |
#!/bin/bash -xe
cd gerrit
@ -180,7 +180,7 @@
#!/bin/bash -xe
mkdir -p gerrit
cd gerrit
/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
- shell: |
#!/bin/bash -xe
cd gerrit