summaryrefslogtreecommitdiffstats
path: root/jjb/opnfvdocs/docs-rtd.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-11-02Merge "Move all doc verfication to docs-verify-rtd-*"Aric Gardner1-0/+3
2017-11-01Move all doc verfication to docs-verify-rtd-*agardner1-0/+3
Ready for review (tested locally) 1) remove opnfvdocs-daily-{stream}: We don't need a timed docs build. and it did not build anything usefull 2) remove opnfv-docs-verify-{stream}: This uses depreciated and unmaintained opnfvdocs/scripts/docs-build.sh It does not clone submodules and gives no usefull feedback but it does post to artifacts and give a gerrit comment move that functionality to docs-*-rtd-* 3) remove opnfv-docs-merge-{stream}: does not upload anything meaningful 4) remove macro upload-generated-docs-to-opnfv-artifacts: is no longer needed since we use read the docs 5) improve docs-verify-rtd-{stream}: generate single page html and post to artifacts send gerrit commment with location of single page html, errors (like malformed table) are embedded nicely in the single page output and give devs a single source of feedback on their work 6) improve docs-merge-rtd-{stream}: this job now needs to remove review documenation created by docs-verify-rtd-{stream} TODO, after this is merged: remove now unused opnfvdocs/scripts/docs-build.sh Change-Id: I802eb11712d42555d34f986d061bf0dfc623c1e9 Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-10-27Re-enabling docs jobs for DanubeGeorg Kunz1-0/+2
The danube jobs are still needed for ongoing Dovetail documentation efforts. Change-Id: Ibf7174a63693d7c141cf110f6fbcfac4437102c9 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2017-10-19Yeah, rtd did not have euphrates streamagardner1-2/+1
Change-Id: I42cfed19942af1f6f4c09b27e839172693598a5d Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-09-11Fix Yamllint Violations for jjb/opnfvdocsTrevor Bramwell1-58/+60
JIRA: RELENG-254 Change-Id: I0e168d0ce619df20480f6da92cdfa470dca713b1 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-03-21Remove cloningShubhamRathi1-6/+8
Change-Id: Idd7c48095f74985a129b968b320b99d1bc606b58 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-21Remove default project off merge jobShubhamRathi1-1/+0
Danube's merge job was failing because releng was given as the default project to clone. Change-Id: I57b40f37bf4a2c07ef5e566209f881be3c411975 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-16Add stable-danube to doc jobShubhamRathi1-0/+2
Change-Id: I8375e4bc2c43e5a7b1c537da409de69609229c9d Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-15Trigger docs verify for all changes under docs/Aric Gardner1-1/+1
This should be the same as docs merge Change-Id: Ib65e4dca130369e8372cfda433d4158393e67d3f Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-03-02Made new doc job votingShubhamRathi1-1/+4
1. New has been made voting. Old doc job has been made non voting. 2. Adding files variable which triggers job on changes in 'docs/' Merge job earlier did not trigger on merge. Change-Id: Id19c02949a0a5f2b1da0682f18ed6051403aa77e Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-28Source is a bash built inAric Gardner1-1/+1
whatever jjb shell we are calling doesnt have it change to . is more posix Change-Id: Ic4c89cb39d118bae8502f0f94da620436da11fe9 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-02-22Move rtd build to lf-build2Aric Gardner1-1/+1
Change-Id: I4f6379b7de9d6d04d1fbdaa965cf0e8c4ec8013d Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-02-20Revert "fix for rtd verfiy"Aric Gardner1-10/+3
This reverts commit 8f28f2de1aa8a473be54295d58a2311b40617efb. Change-Id: Id4239ecf4d617440d1198ea7a13b8fecf5bb225b
2017-02-20fix for rtd verfiyAric Gardner1-3/+10
Do not recursively clone submodules rewrite submodule projects so that docs/ is project root so we do not build rst files not in docs/ Change-Id: I97d4ca915014dcf8923a44a0c31d3c27ac415885 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-02-17We are already in the repo dirAric Gardner1-1/+1
fix cd line Change-Id: Idc82ef5082788cf8aaeea711cef5ffb80fb9649d Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-02-17Install virtualenvShubhamRathi1-5/+3
This patch installs virtualenv in the slave machine. Change-Id: Ib9dc27f30b135d6ba5a587df7825ad2e9cfbaf11 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-16Removed -u flag from pip installShubhamRathi1-1/+1
Change-Id: Iffd95b14ee2e1f427ebaa3e579027238957bedc5 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-16Install virtualenvShubhamRathi1-2/+5
Installing virtualenv in doc shell Change-Id: I3a77f09d7b2921064e1d599cd2e59c0140d71995 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-16Bug fix to doc jobs.ShubhamRathi1-5/+3
Change-Id: I65b78a6772288f22db6cd0e0bcd2b10661acc02d Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-16Fix bugs for new doc jobsShubhamRathi1-7/+3
Added new macro and changed parameters in docs-rtd.yml Change-Id: Ibb3306853e241674099ae0227719af6dc1280d1f Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-15New doc jobs on lf-build1ShubhamRathi1-0/+90
New doc jobs have been configured to run on build slaves (lf1-build1) since git version on master does not support submodules. Verify patch has been made non-voting. Change-Id: I05224f42156202450b7f5eb36c2ce23f14deff2c Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-08Revert "Add new jobs for doc merge and verify"Aric Gardner1-69/+0
This reverts commit fd8d915b212fb8adc943a74b537b5b5efffeaaad. Change-Id: I9e56196f2ac84b72af2f9b51bbcd663fdc4e02c3
2017-02-08Add new jobs for doc merge and verifyShubhamRathi1-0/+69
New jobs for merge and verify added in tandem to ODLDocs. Intent of keeping these doc jobs between ODL & OPNFV as similar as possible is to keep the scope for common jobs and cross collaboration possible. The archiving feature that is included in post build configuration of ODLDoc jobs has been left out for now until CI Team can take it up. Change-Id: Ifb494f1491f07ad0af39cd2644f895372b98edf3 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>