summaryrefslogtreecommitdiffstats
path: root/jjb/opnfvdocs
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-01-05 12:43:02 +0100
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-01-05 12:51:51 +0100
commitd7612b46160af43150ce7f58afd6d783d0ec162e (patch)
tree872be0df1a67bc0ec52180fc58a1db4fd9cee4a1 /jjb/opnfvdocs
parentce27221722b8ff15702e2884e839e4a39a4216e7 (diff)
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 <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/opnfvdocs')
-rw-r--r--jjb/opnfvdocs/opnfvdocs.yml6
-rw-r--r--jjb/opnfvdocs/project.cfg2
2 files changed, 4 insertions, 4 deletions
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