Switch devstack checkout to use git.o.o
It was hitting review.o.o for the initial checkout of devstack-gate, which occasionally fails. Use git.o.o with the git protocol for greater resiliency. Change-Id: Ic45d0816ae5121acc12beb1d832f10a8745d15bf
This commit is contained in:
parent
0b578727ed
commit
0c18639955
@ -182,10 +182,10 @@
|
|||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
if [[ ! -e devstack-gate ]]; then
|
if [[ ! -e devstack-gate ]]; then
|
||||||
git clone https://review.openstack.org/p/openstack-infra/devstack-gate
|
git clone git://git.openstack.org/openstack-infra/devstack-gate
|
||||||
else
|
else
|
||||||
cd devstack-gate
|
cd devstack-gate
|
||||||
git remote set-url origin https://review.openstack.org/p/openstack-infra/devstack-gate
|
git remote set-url origin git://git.openstack.org/openstack-infra/devstack-gate
|
||||||
git remote update
|
git remote update
|
||||||
git reset --hard
|
git reset --hard
|
||||||
if ! git clean -x -f ; then
|
if ! git clean -x -f ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user