Enable shallow clones, fix vsperf repo name, and upload under review docs 73/5573/2
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 5 Jan 2016 11:43:02 +0000 (12:43 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 5 Jan 2016 11:51:51 +0000 (12:51 +0100)
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 <fatih.degirmenci@ericsson.com>
jjb/opnfvdocs/opnfvdocs.yml
jjb/opnfvdocs/project.cfg

index b6b0b1c..6b8650e 100644 (file)
@@ -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:
             # 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"
             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
index 6c60259..5331346 100644 (file)
@@ -33,5 +33,5 @@ sdnvpn
 sfc
 storperf
 vnf_forwarding_graph
-vsperf
+vswitchperf
 yardstick