summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2016-11-24multisite: Run jobs on right nodesFatih Degirmenci1-0/+6
Change-Id: Ia681d629eb685ed1186be2bb74e42e2067b48aa2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-11-24multisite: Adjust archival of generated filesFatih Degirmenci1-13/+51
Change-Id: I1e9236d04143c87bb85d15b05b6e42ea34438f8b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-11-24Create kingbird jobs to run on multi nodeFatih Degirmenci2-0/+213
Change-Id: I73cec4d39f5a3119c1cc7f86b7919a0431f8f653 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-11-23Add -L parameter to curl for download ISO filesJulien1-1/+1
same as patch 24385, which just fixed the latest.properties file curl: -L, --location (HTTP/HTTPS) If the server reports that the requested page has moved to a different location (indicated with a Location: header and a 3XX response code), this option will make curl redo the request on the new place. without -L, curl just download the redirects info not the file. JIRA: FUEL-225 Change-Id: I20a01b628ca1545def68bd4e0b24594c24ee7f85 Signed-off-by: Julien-zte <zhang.jun3g@zte.com.cn>
2016-11-23Merge "KVMFORNFV: Implementing kvmfornfv daily jobs."Jun Li2-7/+12
2016-11-22Apex: Enable verify on ODL master job and master dailyTim Rozet1-9/+14
Change-Id: I149f0e9dbaf65a1b5c7bd905713a228ad1c75ce1 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-22Merge "opnfvdocs: Store colorado.3.0 documents in different location"Aric Gardner1-1/+1
2016-11-22Merge "daisy: modify the download url for ZTE POD"Fatih Degirmenci1-4/+9
2016-11-22opnfvdocs: Store colorado.3.0 documents in different locationFatih Degirmenci1-1/+1
This patch is a workaround until more proper mechanism is put in place. The doc-version parameter is appended to default GS_URL, changing the storage location of the documents from http://artifacts.opnfv.org/sfc/colorado/2.0/docs/bradys-cool-document.html to http://artifacts.opnfv.org/sfc/colorado/3.0/docs/bradys-cool-document.html Documents generated from master branch will be stored in same location such as http://artifacts.opnfv.org/sfc/docs/bradys-cool-document.html Change-Id: Ieffb46322525089ed339411e84e5defef593de2e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-11-22Merge "Modify yardstick requirements.txt path config in releng"Fatih Degirmenci1-1/+1
2016-11-22Merge "vswitchperf: Throttle verify and merge jobs"Fatih Degirmenci1-10/+12
2016-11-22vswitchperf: Throttle verify and merge jobsMartin Klozik1-10/+12
Real vsperf tests are executed via verify and merge jobs. These tests can't run in parallel at the same node, thus number of concurrent builds per node was set to 1. Change-Id: Ifc2d1dce2103590dfbc2fbe1ead58483552080a2 Signed-off-by: Martin Klozik <martinx.klozik@intel.com> Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-11-22Merge "joid support of Newton."Fatih Degirmenci1-5/+5
2016-11-22KVMFORNFV: Implementing kvmfornfv daily jobs.kalyanreddy2-7/+12
JIRA: RELENG-169 This patch includes scripts for implementing kvmfornfv daily jobs to trigger cyclictest and packet forwarding testcases based on the test name. Change-Id: Ibcd3e2268c0cf9b3b1d6a0e90a868430ddc1b593 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2016-11-22don't set newton as default value for the momentmeimei4-4/+9
Change-Id: I6137f9dbeed1b15c3e6fc7d63bb1892cf2b9471e Signed-off-by: meimei <meimei@huawei.com>
2016-11-21joid support of Newton.Narinder Gupta1-5/+5
This patch is to enabled joid for D release where Newton openstack will be deployed by default on the CI/CD. Also correct few values which were wrong in defualt mode. Change-Id: I911993776cf6327b28c442dac41860cb41e2c3ae Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-11-21Merge "[compass] set newton as a opention of openstack"Jun Li4-1/+4
2016-11-21[compass] set newton as a opention of openstackmeimei4-1/+4
Change-Id: I403a942ffb176c89b862bd6a19d5dea40cf1884c Signed-off-by: meimei <meimei@huawei.com>
2016-11-21daisy: modify the download url for ZTE PODwu.zhihui1-4/+9
ZTE POD use http://build.opnfv.org/artifacts.opnfv.org/daisy.html to download ISO file. Change-Id: I95e156c966387c349e11a7d882829347da7e757b Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-11-21Merge "Implement virtual deployment in merge job of Daisy4nfv CI"Serena Feng1-0/+21
2016-11-18Fuel: run curl command with parameter L to follow redirectswu.zhihui1-2/+2
Since ZTE PODs use url http://build.opnfv.org/artifacts.opnfv.org/ to download files, it should run curl command with parameter L to follow redirects. It does not affect PODs which use url http://artifacts.opnfv.org/ JIRA: FUEL-225 Change-Id: I63b808657ee4f26b801e492b53bc8e4b27396587 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-11-18Implement virtual deployment in merge job of Daisy4nfv CIzeyu zhu1-0/+21
Change-Id: I2f0edea6a2f527e800c953458b4bb31741e970ab Signed-off-by: zeyu zhu <zhu.zeyu@zte.com.cn>
2016-11-18Modify yardstick requirements.txt path config in relengchenjiankun1-1/+1
JIRA: YARDSTICK-415 Change-Id: I8e3e38842e10e5fbc335f3f23250f0292f2c05c5 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2016-11-17Temporary disable some master jobsFedor Zhadaev1-7/+7
Daily deployment jobs which use master code and require plugins which are still not uplifted to Newton are temporary disabled on bare metal pods. Change-Id: Ifa7e5136adf53e49c922e844c5a7e6789deb6c8e Signed-off-by: Fedor Zhadaev <fzhadaev@mirantis.com>
2016-11-17Improve compass ci verification: close flake8 check of compass4nfvKingPoo1-1/+1
JIRA: COMPASS-494 Change-Id: Id926fa5cd6627cee1c0369540868cc12da89ce5c Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-11-16Merge "fuel: cann't find latest.properties"Serena Feng1-2/+2
2016-11-16Merge "Problem Description: compass4nfv module didn't has any static check ↵Jun Li1-1/+1
in the CI, to make code more standard according Flake8, we decide add flake8 check on this module."
2016-11-15Problem Description: compass4nfv module didn't has any static check in the ↵KingPoo1-1/+1
CI, to make code more standard according Flake8, we decide add flake8 check on this module. JIRA: COMPASS-503 Change-Id: I2539f3792e3a9734791d595b0af66bbbbf67114f Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-11-15fuel: cann't find latest.propertieswu.zhihui1-2/+2
See https://build.opnfv.org/ci/job/fuel-deploy-zte-pod1-daily-colorado/76/console latest.properties is downloaded under $WORKSPACE. Use absolute path $WORKSPACE/latest.properties in these two sentence. local test is OK. JIRA: FUEL-225 Change-Id: I37cf3835c56f44cee31a8814b4af1e71c8d1cc6a Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-11-15add daisy doc to opnfvdocsJing Sun1-0/+1
Change-Id: Ied421ba55277b2189015e85e8cb36110bf7af239 Signed-off-by: Jing Sun <sun.jing22@zte.com.cn>
2016-11-14Run Flake8 against SFC RepositoryTrevor Bramwell1-1/+1
Change-Id: I1eb4d4a56ccaf0d95257cda1ad2b345c069ecb94 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-11-14Merge "This patch includes scripts for implementing kvmfornfv daily jobs to ↵Jun Li2-11/+116
trigger cyclictest with stress applied and packet forwarding test cases."
2016-11-14Merge "Add merge job to Daisy4nfv CI"Serena Feng5-1/+449
2016-11-14This patch includes scripts for implementing kvmfornfv daily jobskalyanreddy2-11/+116
to trigger cyclictest with stress applied and packet forwarding test cases. Change-Id: Iaf6611481ee217447c8649a64fa7410563b5a578 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2016-11-11Add merge job to Daisy4nfv CIzeyu zhu5-1/+449
Change-Id: I42e828663af780ab596477741d1d34c985c86197 Signed-off-by: zeyu zhu <zhu.zeyu@zte.com.cn>
2016-11-11Colorado bug fix: ci path did not changeMorgan Richomme3-0/+6
After refactoring of the repo structure we add to adapt the path in releng but this change is only valid for Danube and after old pathes must be kept for colorado JIRA: FUNCTEST-525 Change-Id: I4cf5951111dbb9cb3d7a002c24efe1167e994222 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2016-11-11Merge "Rename Artifact and JJB Related Jobs"Jun Li2-10/+10
2016-11-10Apex: Disables ODL functest smoke verifyTim Rozet1-7/+7
In stable/newton there are bugs in neutron and OVS which are causing functionality to fail in ODL. ODL will still deploy, but OS will not function correctly. Therefore temporarily we will disable ODL smoke tests to make headway on other features unrelated to ODL in OPNFV. Change-Id: I7ed2a1b696c9be14fa85b8c33bc07e4c3bfe9378 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-10Adapt jjb path to new functest repo structureMorgan Richomme3-4/+4
JIRA: FUNCTEST-525 Change-Id: I613757f98a7b41e924f1334053f83f8966536018 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2016-11-10Merge "Remove Old 'test-sign-daily-master' Job and Script"Aric Gardner1-42/+0
2016-11-10move build.sh to root directorymeimei1-1/+1
Change-Id: I55a7be96930039febb3c3fe35fa02fc307ccdf43 Signed-off-by: meimei <meimei@huawei.com>
2016-11-10bugfix: miss parameters when create verify jobsmeimei1-0/+1
Change-Id: Idc0db2fac90b971eee9e85a5c9bc187c922ec045 Signed-off-by: meimei <meimei@huawei.com>
2016-11-10remove all the verify jobs for compass and then add them backmeimei1-0/+250
Change-Id: Ic0b0ab52a45947799206df91a1ac29d43ad56290 Signed-off-by: meimei <meimei@huawei.com>
2016-11-10remove all the verify jobs for compass and then add them backmeimei1-250/+0
Change-Id: Ibc78f6c56d64b09c625684144b80c5c4c6484aae Signed-off-by: meimei <meimei@huawei.com>
2016-11-10modify the path of build.shmeimei1-1/+1
JIRA: COMPASS-496 Change-Id: If21ac68a117fbfa13eb1888151ac5e479ced22f1 Signed-off-by: meimei <meimei@huawei.com>
2016-11-09Rename Artifact and JJB Related JobsTrevor Bramwell2-10/+10
These should be renamed on the Jenkins server first in order to preserve job history. - artifact-cleanup-daily-{stream} -> releng-artifact-cleanup-daily-{stream} - builder-verify-jjb -> releng-verify-jjb - builder-merge -> releng-merge-jjb - artifacts-api -> releng-generate-artifacts-api Change-Id: I1c3812c54b65847b9771fce2a16d10de823bd672 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-11-09Remove Old 'test-sign-daily-master' Job and ScriptTrevor Bramwell1-42/+0
Artifact signing is in place and working. This job is currently returning false-positive successful runs and consuming resources on Jenkins master. Change-Id: I6e94f361c117221b4b9d0ba08f9359f539815834 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-11-08Cleanup dirty daisy build workspace directory, part2Zhijiang Hu1-1/+1
This let daisy basic job and build job to run on the same machine, so that, basic job can do cleanup for the build job. This is a one-shot action. After succefully executed, this PS will be reverted. Change-Id: I79950508afe393af8bb6097e5f49745140068920 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2016-11-08Cleanup dirty daisy build workspace directoryZhijiang Hu1-0/+1
This is a one-shot action. After succefully executed, this PS will be reverted. Change-Id: I09ffadf6ea3bace87164feb409bb8a1187c8b2fd Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2016-11-07This fixes the uploads going to docs/docsAric Gardner1-2/+2
gsutil command looked like this: gsutil -m cp -r upload/docs gs://artifacts.opnfv.org/fuel/colorado/2.0/docs Uploads looked like this: Uploading ...docs/docs/installationprocedure/_static/down.png: Change-Id: Ic767187ea973351c7123e08441ee3e67eb1ffdfa Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>