Use git farm for layout job cloning
It has been witnessed that at least occasionally Gerrit's local mirror can fail to return data for a clone request. Instead clone these additional projects from our awesome Git server farm. Change-Id: Iddf8cdab8b0766a7b7ec6c2d4171708fd3c49685
This commit is contained in:
parent
1509afc89f
commit
4aef606a9d
@ -16,8 +16,8 @@
|
||||
|
||||
mkdir -p .test
|
||||
cd .test
|
||||
[ -d zuul ] || git clone https://review.openstack.org/p/openstack-infra/zuul --depth 1
|
||||
[ -d jenkins-job-builder ] || git clone https://review.openstack.org/p/openstack-infra/jenkins-job-builder --depth 1
|
||||
[ -d zuul ] || git clone https://git.openstack.org/openstack-infra/zuul --depth 1
|
||||
[ -d jenkins-job-builder ] || git clone https://git.openstack.org/openstack-infra/jenkins-job-builder --depth 1
|
||||
cd jenkins-job-builder
|
||||
# These are $WORKSPACE/.test/jenkins-job-builder/.test/...
|
||||
mkdir -p .test/new/config
|
||||
|
Loading…
Reference in New Issue
Block a user