summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2017-01-20[macro] property logrotateRyota MIBU32-6/+72
This patch defines 'logrotate-default' property and replace 'logrotate' by it, as 'logrotate' is deprecated on jenkins>=1.637 . Change-Id: I900975e5b3f590bb7a4d430e2f623931ae782bf4 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-20[doctor] fix doctor profiling jobRyota MIBU2-76/+55
Doctor profiling jobs have to be executed on ool-* pods, since we need pre-deployed OpenStack for those jobs. This patch also: - merge job templates for verify job and profiling job - move experimental trigger to jjb/global/releng-macros.yml Change-Id: If0283a734bec77d3f1bbab72d169f44ff1cd1c99 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-19Merge "Add new jenkins job for unittests"Morgan Richomme2-6/+69
2017-01-19fuel: Remove colorado jobs and create danube jobsFatih Degirmenci6-362/+106
Obsolete plugin jobs and scripts are also removed. Change-Id: I16f8d932a492fdd1d8eb2caa5f8bc4aa9183327b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-19Add new jenkins job for unittestsrohitsakala2-6/+69
JIRA: FUNCTEST-687 Change-Id: I1fd616c32e3185bc6ec452af2c1bd88f46812ec2 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-01-19Merge "Add docker update builder to jenkins job"Morgan Richomme2-0/+29
2017-01-18storperf: Fix GIT_BASE for slave and disable danube daily jobFatih Degirmenci2-3/+16
Change-Id: Ia6c544901fb9c7c434104c095b9e2f173f7f5571 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-18Merge "[ODL-pipe]Use of the daily suite from Functest"Fatih Degirmenci2-17/+2
2017-01-18jjb: infra: bifrost-upload-logs.sh: Copy landing page to the GS serverMarkos Chandras1-3/+5
Moreover, rename 'console.txt' to 'build_log.txt' to make it clearer what this log is about. Finally, make the webpage title a hyperlink to the actual Gerrit page. Change-Id: I251bcd75ac1a559e64e17ba10f7f8b6af069743d Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-01-18Merge "jjb: infra: bifrost-upload-logs.sh: Generate a landing page"Fatih Degirmenci2-4/+25
2017-01-18jjb: infra: bifrost-upload-logs.sh: Generate a landing pageMarkos Chandras2-4/+25
Create a basic web page to contain all the collected build logs. The reason for creating this page is that the OPNFV web server does not list the subdirectory contents so we need another way to expose all the uploaded logs. Moreover, hide the gsutils stdout output since it just adds extra noise to the already massive console log. Finally, drop the 'popd' command argument since it causes the command to fail and mark the whole build as failed. Change-Id: Iad25e5cf62fda650bad3c9d83671cde84c7467d8 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-01-17Enabling StorPerf Daily Jobmbeierl1-2/+2
Move the daily job to execute on slaves labelled as storperf-pod. Enable the daily job Change-Id: I43baca969a7357f5835e0abbcd822d3d001f8d0d JIRA: STORPERF-87 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-01-17jjb: infra: bifrost-upload-logs: Fix Google storage variableMarkos Chandras1-1/+1
BIFROST_GS_STORAGE is an old artifact so replace it with BIFROST_LOG_URL. Change-Id: I4b9d56e4b3478850152f7eca9b41b5cc36807049 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-01-17Merge "Fix a bug - add requests in virtualenv"Morgan Richomme1-1/+1
2017-01-17Add docker update builder to jenkins jobrohitsakala2-0/+29
JIRA: FUNCTEST-688 Change-Id: I67717f4a7ecfdc0c7bfbb5ed664aa6573c02d463 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-01-17Merge "infra: bifrost: Upload build logs to artifacts.opnfv.org"Fatih Degirmenci2-5/+58
2017-01-17Merge "Remove colorado jobs and create danube jobs"Fatih Degirmenci38-191/+209
2017-01-17Merge "Avoid removing the whole file system"Fatih Degirmenci4-5/+21
2017-01-16Fix a bug - add requests in virtualenvrohitsakala1-1/+1
Change-Id: Iecd20b69f7a3abf04a34d4ee7e9c94f1a039d8b1 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-01-16Merge "Rebalance master vs. colorado scenario triggers"Fatih Degirmenci1-10/+10
2017-01-16[ODL-pipe]Use of the daily suite from FunctestNikolas Hermanns2-17/+2
Change-Id: I658f8992f52d7ab5278299c70285cd53d305a0c6 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-16[compass] enable healthcheck and vping as smoke test in verify jobmeimei2-11/+22
Change-Id: I7b4ad69b1c7c7b59b9feadef8808a1ef81a34367 Signed-off-by: meimei <meimei@huawei.com>
2017-01-14Merge "dovetail: separate dovetail jenkins job"Jun Li2-10/+6
2017-01-13dovetail: separate dovetail jenkins jobMatthewLi2-10/+6
JIRA: DOVETAIL-177 Change-Id: Iaa21373ae7f5bbc777872ea9b6ac9479b1dcff08 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-01-13Avoid removing the whole file systemNikolas Hermanns4-5/+21
If scripts are used by hand and WORKSPACE is not set then rm -rf /* will remove the filesystem. Change-Id: I9bb9ee6643d3916fedc7d3848ecf9b03bde10fae Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-13barometer-jjb: fix jobs to not build as rootMaryam Tahhan1-4/+4
Change-Id: I4d179400914d985e99f8295c47282d61dbb175cd Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-01-12Revert "[ODL-pipe]Use of the daily suite from Functest"Fatih Degirmenci1-1/+2
This reverts commit 8d8493864406132bcc8e84a38a67b5fc3947d566. Change-Id: I0c1978c87cdee998f4d58754f3e128e51b6e2dc6 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-12[ODL-pipe]Use of the daily suite from FunctestNikolas Hermanns1-2/+1
Change-Id: Iee3b50360948352b31c0e63e5ce51e1c2869d4b3 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-12infra: bifrost: Upload build logs to artifacts.opnfv.orgMarkos Chandras2-5/+58
Change-Id: I0ba0fe05911dc7ea7cf31286b2f083f85ec5c549 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-01-12[compass]adapt multi-nics deployment in intel-pod8meimei1-0/+4
Change-Id: I01f755401a724b15b8670e02aa2ebbf1e582952a Signed-off-by: meimei <meimei@huawei.com>
2017-01-11change from odl_l2 to odl_l3 for cperf runner jobJamo Luhrsen1-2/+2
Change-Id: If1546349981520c3b2f0c805da7ea9c7e91724e8 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-01-11Disable QTIP ci build jobYujun Zhang1-1/+1
The legacy code is no longer maintained[1] [1]: https://gerrit.opnfv.org/gerrit/#/c/26783/ Change-Id: Iebbdb0144336c6c0bc2e16f47375f2e61be3bd87 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-01-10dovetail: bugfix of docker save file permissionMatthewLi2-1/+2
JIRA: DOVETAIL-176 Change-Id: Idec8ba0c0ab3ba28372cea638315f121c41387b9 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-01-10Merge "Apex: Updates FD.IO scenarios/jobs for Danube"Tim Rozet1-2/+7
2017-01-10Merge "[doctor] not to reset verified status with experimental jobs"Fatih Degirmenci1-0/+1
2017-01-10Merge "Revert "jjb: infra: bifrost-verify-jobs: Remove triggers due to HW ↵Fatih Degirmenci1-0/+4
relocation""
2017-01-10[doctor] not to reset verified status with experimental jobsRyota MIBU1-0/+1
Change-Id: Icc067b60b18dc9d9d06572b9c2deb103bf4b9529 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-10Add odl-netvirt-virtual-intel parametersFatih Degirmenci1-0/+10
Change-Id: I2992bda320f7c7b17b554539943713c6dc13d858 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-09Apex: Updates FD.IO scenarios/jobs for DanubeTim Rozet1-2/+7
Change-Id: I9479d3ca047093deeac038d4ca5caf5e69cd8116 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-01-09Revert "jjb: infra: bifrost-verify-jobs: Remove triggers due to HW relocation"Markos Chandras1-0/+4
This reverts commit 24691266ad858494cc06660b9c013af36c548bbd. The hardware is back online Change-Id: Ib7d21a5da3e41e4007e1e5363f82a02d2d1c4f0c Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-01-09Remove colorado jobs and create danube jobsFatih Degirmenci38-191/+209
Danube stream for the projects with daily jobs is disabled. Danube stream for the projects without daily jobs is left as enabled as there will be no changes coming to danube branch until branch is created. Dovetail, Apex and Fuel jobs have not been updated yet. Change-Id: Ice39826c8f829157fa864370557837290838f634 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-07Merge "doctor: pass project and branch to parameter macro"Fatih Degirmenci1-3/+5
2017-01-06Temporary removal of artifact signingAric Gardner1-2/+2
gpg version breaks the script. a long term solution is in the works Change-Id: Icd975750c78aa05f769a59b1d40d3f4dc2563209 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-01-06doctor: pass project and branch to parameter macroFatih Degirmenci1-3/+5
The keyword is also replaced. Change-Id: Ia154975825108ab1e8c336530152757cf732c6eb Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-06Merge "Fix bug in experimental trigger"Fatih Degirmenci1-2/+5
2017-01-06Fix bug in experimental triggerYujun Zhang1-2/+5
- missing variable for marco - renamed trigger since it is not common for other projects Change-Id: I3dd0f14e6c6525382b04139c5eda2f6e9187a072 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-01-06Modify trigger of jenkins job to mergedrohitsakala1-8/+2
Change-Id: Ie1213d8573e4151ba2429ebdc1b485ed97f581c7 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-01-06Fix path error in jenkins jobrohitsakala1-3/+3
Change-Id: I7e1e5e9736c44a53d09378cffe3d85706a1d0826 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-01-06Merge "Fix bug in jenkins job testapi"Serena Feng1-3/+3
2017-01-06Fix bug in jenkins job testapirohitsakala1-3/+3
Change-Id: I64987b081f9d39f628278aec692b82afbcd421e4 Signed-off-by: rohitsakala <rohitsakala@gmail.com>