Align git branches for tests

We need to use stable/mitaka branch both in python-fuelclient
and fuel-web

Switching to full repo cloning since for now we need
checkout to other branches

Change-Id: Ib3018bcda4e9e89a1ca9f80447883896f4db3b8c
Related-bug: #1558589
This commit is contained in:
Sergey Kulanov 2016-04-14 12:13:08 +03:00
parent 4816aefa49
commit a2388bc910
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ obtain_nailgun() {
err "Obtaining Nailgun with the revision $FUEL_COMMIT"
if [[ "$FUEL_WEB_CLONE" == "yes" ]]; then
git clone --depth 1 $FUEL_WEB_REPO $FUEL_WEB_ROOT || \
git clone "${FUEL_WEB_REPO}" "${FUEL_WEB_ROOT}" || \
{ err "Failed to clone Nailgun"; exit 1; }
fi

View File

@ -18,7 +18,7 @@ setenv = VIRTUAL_ENV={envdir}
FUEL_WEB_ROOT={env:FUEL_WEB_ROOT:/tmp/fuel_web}
FETCH_REPO={env:FETCH_REPO:}
FETCH_REFSPEC={env:FETCH_REFSPEC:}
FUEL_COMMIT={env:FUEL_COMMIT:master}
FUEL_COMMIT={env:FUEL_COMMIT:stable/mitaka}
NAILGUN_ROOT={env:FUEL_WEB_ROOT:/tmp/fuel_web}/nailgun
# Nailgun server parameters