summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2015-04-28Content-Type:image/jpeg in build-upload-docu.sh for imagesVictor Laza1-2/+2
JIRA: stdin with cat "$img" for image upload in build-upload-docu.sh and Content-Type:image/jpeg for images Change-Id: I81a8d97d6ad784890eabe4d4ebb549cfb3bec541 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-28Fixed stdin for image upload in build-upload-docu.shVictor Laza1-0/+1
JIRA: Fixed stdin for image upload in build-upload-docu.sh Change-Id: Ibfc0322487222d7106f40a799aaad9d65d2320f4 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-28Typo fix in build-upload-docu.sh, images=() instead of files=() at img uploadVictor Laza1-3/+1
JIRA: Typo fix in build-upload-docu.sh, images=() instead of files=() at img upload Change-Id: I070a6182b796789c4cf24b674dac1c0d0ce90c04 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-27Adding upload images part for documentation build - opnfvdocsVictor Laza1-0/+19
JIRA: Adding upload images part for documentation build - opnfvdocs Change-Id: I206ef5245f6a55cceea3883d8c5a129f0530a90b Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-24Tie job functest-vim_tempest-test to ericsson serverFatih Degirmenci1-1/+1
JIRA: FUNCTEST-1 Change-Id: If5ecfddbec6a45a0699424e0cb69f62f2650595c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-23Changed jjb node to 'master' for build-docu jobsVictor Laza3-0/+18
JIRA: Changed jjb node to 'master' for build-docu jobs for projects pharos, functest, opnfvdocs Change-Id: If602249c13a132d5be54d7fec77f25b3b99bfd72 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-22Prepare for separating Fuel build, deploy, and test jobsFatih Degirmenci1-0/+204
JIRA: OCTO-3 Change-Id: Ic59333c6da12068ad32661946c29b6327fe4a701 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-21Merge "Add jjb template for Compass BGS track"Fatih Degirmenci1-0/+214
2015-04-20Separate merge and verify script contents to avoid gs uploadVictor Laza12-12/+132
JIRA: DOCS-22 - Separate merge and verify script contents to avoid gs upload Needs to be done under releng jjb for all R1 projects Change-Id: If9b4815e733a6b773f49f0dc3cd6da84618979fd Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-20Expanding artifacts management for R1 inside build-docu.shVictor Laza7-96/+148
JIRA: DOCU-20 - Expanding artifacts management for R1 inside build-docu.sh Change-Id: I4e8ac6bce3f6c47aff56e89e8133d2b4e547ff87 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-20Enable throttling for genesis-fuel verify and merge jobsFatih Degirmenci1-0/+14
JIRA: OCTO-52 Change-Id: Iabfde721752a458bdb054abadaa03ed867136bc8 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-20Add jjb template for Compass BGS trackm001331421-0/+214
JIRA: OCTO-24 Change-Id: Ifba2b070f57ecb19bc4c9bacb5eda80552332567 Signed-off-by: m00133142 <meimei@huawei.com>
2015-04-17Was writing over the html with the pdf.Aric Gardner1-1/+1
Change-Id: If0a090363a365a06bae9a07c831423e6491cda9b JIRA:0000 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-17fix typo, also delete gsoutput.txt after it is echoedAric Gardner2-3/+5
gsutil was silently dying refusing to overrite gsoutput.txt JIRA:0000 Change-Id: I8e633677908335e035f86f5aa9a60bb8f0600177 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-17Update [4] on build-docu.sh for opnfvdocs project, fixing sed variableVictor Laza1-2/+2
JIRA: fixing sed variable Change-Id: Id0bd7792030685c7db607204c10d77af1b0f97f0 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-17Update [3] on build-docu.sh for opnfvdocs project, added sha & dateVictor Laza1-3/+11
JIRA: Added sha1 & date injection & eliminating "./" in the path of files Change-Id: I153ff2f4efe7226887283923896202a59bfe5d3d Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-17Update [2] on build-docu.sh for opnfvdocs project, gsutil minor fixVictor Laza1-1/+1
JIRA: This issue fixes "CommandException: No URLs matched:" related to gsutil by eliminating the 1st "/" in the path of files Change-Id: If263768a3c030c671881746a7fc4d31df2f8901e Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-17Update [1] on build-docu.sh for opnfvdocs projectVictor Laza1-9/+5
JIRA: Done to avoid "bad substitution" in ${dirname "${file}"} Change-Id: I30ee87e6bc526e6baf3f4008ff90a7d1673d70a2 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-17Removed artifacts copy from jjbVictor Laza2-27/+35
JIRA: artifacts copy will be included in build-docu.sh Change-Id: I30fd6c1b30bb96ad523c766ed7e8151ba51b4f2e Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-17Add GIT_BASE so git clone works correctly for doctor jobsFatih Degirmenci2-0/+12
JIRA: OCTO-50 Change-Id: Ic04c9ecaf0f7caffea84aef4fac2e9aedea0e17a Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-17Tie releng jenkins jobs to master nodeFatih Degirmenci1-0/+4
JIRA: OCTO-49 Change-Id: If1039d1acb5452b8e56e696224e35e7091227d06 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-17Move octopus jobs to masterFatih Degirmenci1-0/+6
JIRA: DOCS-15 Change-Id: I9aa1b759fd2776b6e2c49d8838f6820d1563b19d Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-17Re-enable artifact upload from genesis-fuel-dailyFatih Degirmenci1-0/+1
So we get full build-deploy run during the night. JIRA: OCTO-3 Change-Id: I87597a846dbc898412dd24439b984cd3ac7b3af7 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-16Set default value for SKIP_BUILD if unsetFatih Degirmenci1-0/+1
This is due to bug in JJB. JIRA: OCTO-3 Change-Id: If11552c62eb62405f58a48d5ecf72db395b9b755 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-16Change the deploy command and enable SKIP_BUILDFatih Degirmenci1-1/+13
JIRA: OCTO-3 Change-Id: Ib22b534aeb315f265af7b601793c1cc8a71c843c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-16Store md5sums in properties file and enable fuel quick deployFatih Degirmenci2-37/+7
JIRA: OCTO-3 Change-Id: I2c9eafddf3f0bf5b5420342d280e50aceedf9878 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-16Update build-docu.sh to set metadataAric Gardner1-10/+35
Other changes: set project variable (in this case project="genesis") Creates a null delimited array iterates the array no longer writes pfd and html files to disk (uses sdtout) logs and echos results of gsutil cp turned off -vx and added some verbosity with echo and cat Change-Id: Ia9f329a9b7d45d458ecd5f7398f968d556bda053 JIRA: DOCS-14 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-16Extended the documentation structure to cover docs/release/, requirements/ & ↵Victor Laza3-3/+36
design_docs/ JIRA: Extended the documentation structure to cover docs/release/, requirements/ & design_docs/ in order to have a segregation in documentation scopes for each project; now everything found unders those folders including docs/ will be built and published to artifactory Change-Id: Ic05f194a62df9adca92e6d47550f9e298e554f5b Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-15Fix path to gsutil for functest and pharos document uploadFatih Degirmenci2-8/+8
JIRA: 0000 Change-Id: Ib945d05ac9bfdd1028ebb330a3c8ac9a014f6611 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-15Fix path to gsutilFatih Degirmenci1-4/+4
JIRA: OCTO-40 Change-Id: I9e12f99fec45bb81acb20aa6749862070ed722d8 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-15Fixing the error related to gsutils "cp 'docs/*.pdf' | cp 'docs/*.html'"Victor Laza1-3/+0
JIRA: The fix was already added for genesis in build-docs.sh but not removed from job-template Change-Id: Id099c48028ab05a1752c54d3d97d341e96b5ccfc Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-15Changed build-docu.sh for genesis projectVictor Laza1-0/+3
JIRA: genesis is special in nature and it might contain various documentations that should go under specific <installer>/docs/ after it gets built Change-Id: I1e6fc9307086fd3c332addb61266992f1fb25ddb Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-15Fix gsutil path for genesis-docsFatih Degirmenci1-3/+3
JIRA: DOCS-2 Change-Id: I1f0c711db396438722977cbf2a72a7374ab49da1 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-15gsutil not in path?Aric Gardner1-4/+5
Change-Id: Ia45bd4170e9b108cdda7ce499bfa65e0ffe1b93a JIRA:0000 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-15Fix GERRIT_BRANCH and GERRIT_REFSPEC for fuel-dailyFatih Degirmenci1-0/+8
JIRA: OCTO-3 Change-Id: I9bdcd32ed426dc0d0eb1427d2ad7836191210b03 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-15Convert execute shell parts to macros and unify parametersFatih Degirmenci1-67/+116
Implement first step of having subjobs running build, deploy, and test in scope of daily runs. JIRA: OCTO-3 Change-Id: I35a53fc57218e319239ffeee164309fc451d90a7 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-04-15Fixed errors in conversion script for octopus projectVictor Laza1-3/+0
JIRA: OCTO-40 - Removed trailing "v"s from the build-docu.sh script Change-Id: I10df9dfa7486666221092027d3673dd82becae05 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-15Configured artifacts publish daily & on merge for projects with documentationVictor Laza6-167/+42
JIRA: DOCS-2 - artifacts publish daily & on merge for the following projects: opnfvdocs, octopus, genesis, functest, pharos Change-Id: Id055d8e955e1c55c6b18a5bdf28d940ef7d53729 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-14Push artifacts in /doc to artifacts.opnfv.orgAric Gardner1-0/+3
Change-Id: I245855721fc8fac28fe449fdd4890ea461004c8b JIRA:0000 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-14Need to remove pipe and commands before the include-rawAric Gardner1-9/+3
Change-Id: I72f78f973da54b686b15575fb97c4ad5b5f79a56 JIRA:0000 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-14Add doc-build script to all jobs. Removed unneeded jobsAric Gardner1-74/+2
Change-Id: I5c5c9d240c0a61c26109a96bddbb45e65443260f JIRA:0000 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-14Added verbosity for the script that builds documentationVictor Laza4-0/+4
JIRA: DOCS-XXX - Added verbosity for the build-docu.sh script that builds documentation so details would be seen in "Console Output" when Jenkins build the job Change-Id: Iba927ede60694f7558c2bf51d58672fde55e2bca Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-14JIRA: DOCS-6 - Add a build shell and a JJB for Octopus projectMatthewLi2-0/+56
This job will be used to build documents Change-Id: If4f1e2853b8bce48145a842488bed01ac9b93ab0 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-04-13Forgot to move all three jobsAric Gardner1-2/+2
JIRA:0000 Change-Id: If71c71cccc5cccfaea2a66da6aadf37dcd57d66e Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-13Move fuel verify/merge/daily to gce-opnfv-docker-1Aric Gardner1-1/+1
Change-Id: I219c4ed24f63f616fe6123c599a0d6cbfc099d24 JIRA: 0000 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-13Split up genesis.yml into its component installers so that we can specify nodesAric Gardner5-230/+835
Change-Id: I97fecab46df84687e73d5e98bed96cacc2e8cb0a JIRA:0000 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-10Merge "att and del have both asked me to test fuel daily on their slaves."Aric Gardner2-0/+192
2015-04-10att and del have both asked me to test fuel daily on their slaves.Aric Gardner2-0/+192
Change-Id: I511d0f5df494f57c45eb402e85f9baae0c9b3397 JIRA:0000 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-10Add new template jobs for tempest, correct bench test, prepare ODL, vIMS, ↵morganrOL1-3/+76
vPing template JIRA: FUNCTEST-1 Change-Id: I0aca7dfbf12718642ce036cde9900b64e23660aa Signed-off-by: morganrOL <morgan.richomme@orange.com>
2015-04-09Update of CI description file, add testcase vim_bench (based on rally): ↵morganrOL1-7/+6
functest-vim_bench-test add Orange POD reference for this job-template TODO be more generic, use python script, manage results JIRA: FUNCTEST-1 Change-Id: Ic06bfdb3d189884ab24121332746f6de7b96d7a4 Signed-off-by: morganrOL <morgan.richomme@orange.com>