From d7612b46160af43150ce7f58afd6d783d0ec162e Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 5 Jan 2016 12:43:02 +0100 Subject: Enable shallow clones, fix vsperf repo name, and upload under review docs Sparse checkouts don't make the clone process faster based on manual tries so it will not be enabled. Change-Id: I04d0357b80d868504c4d8f3fcc83fa38e8c90404 Signed-off-by: Fatih Degirmenci --- jjb/opnfvdocs/opnfvdocs.yml | 6 +++--- jjb/opnfvdocs/project.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'jjb/opnfvdocs') diff --git a/jjb/opnfvdocs/opnfvdocs.yml b/jjb/opnfvdocs/opnfvdocs.yml index b6b0b1caa..6b8650e8c 100644 --- a/jjb/opnfvdocs/opnfvdocs.yml +++ b/jjb/opnfvdocs/opnfvdocs.yml @@ -68,7 +68,7 @@ builders: - clone-opnfv-repos - build-html-and-pdf-docs-output -# - upload-under-review-docs-to-opnfv-artifacts + - upload-under-review-docs-to-opnfv-artifacts - report-docs-build-result-to-gerrit - job-template: @@ -162,7 +162,7 @@ # clone releng repo to get repo list cd $WORKSPACE echo "Cloning releng repo" - git clone $GIT_CLONE_BASE/releng --quiet + git clone $GIT_CLONE_BASE/releng --branch master --depth 1 --quiet # clone rest of the repos and checkout the branch echo "Cloning repos of participating OPNFV Projects and checking out $GERRIT_BRANCH" @@ -171,7 +171,7 @@ for repo in $(grep -v '^#' $WORKSPACE/releng/jjb/opnfvdocs/project.cfg | sort); do cd $WORKSPACE echo " $repo" - git clone $GIT_CLONE_BASE/$repo --branch $GERRIT_BRANCH --quiet + git clone $GIT_CLONE_BASE/$repo --branch $GERRIT_BRANCH --depth 1 --quiet done echo "--------------------------------------------------------" echo diff --git a/jjb/opnfvdocs/project.cfg b/jjb/opnfvdocs/project.cfg index 6c6025936..53313460c 100644 --- a/jjb/opnfvdocs/project.cfg +++ b/jjb/opnfvdocs/project.cfg @@ -33,5 +33,5 @@ sdnvpn sfc storperf vnf_forwarding_graph -vsperf +vswitchperf yardstick -- cgit 1.2.3-korg