summaryrefslogtreecommitdiffstats
path: root/jjb/opnfvdocs
diff options
context:
space:
mode:
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