diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 60cfc29c..729ca6f6 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -115,6 +115,10 @@ function setup_workspace { fi cd $SHORT_PROJECT + # TODO: remove; this is temporary to handle the transition + # to zuul.openstack.org. + git remote set-url origin http://zuul.openstack.org/p/$PROJECT + BRANCH=$ZUUL_BRANCH MAX_ATTEMPTS=3