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:
parent
ac849407fa
commit
5411c1777f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user