summaryrefslogtreecommitdiffstats
path: root/jjb/opera
AgeCommit message (Collapse)AuthorFilesLines
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell3-0/+0
global-jjb only supports the .yaml file ending for jjb jobs. Instead of waiting for a release we're going to rename the files. Change-Id: Icf3339eacd2320c583333e02250998cf6b1881f7 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-01-12disable the operawutianwei2-2/+2
it doesn't support the opera in compass4nfv master. it is needless to run daily and verify job. Change-Id: I9345f8c527c4b38e47b1d8de7d5c8cb2fdc1b30d Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-09-21[Functest] Support functest-suite with Alpine containersJose Lausuch1-0/+1
Updated all the jobs that use functest-suite. For single test cases, we need to know to which docker image the test belongs to. Change-Id: If7db231ccc891233423f2f2bc3aa5b95d048b30a Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-09-11Fix Yamllint Violations for jjb/operaTrevor Bramwell3-185/+184
JIRA: RELENG-254 Change-Id: I73fa2c56f7adf2a5dabcc9c0fd9db85c2cfa82a0 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-05-03Trigger Functest VNF test case for operahelenyao1-77/+28
Change-Id: I313dc0661b41556a6b9cb4cc3ba0d79db9c16c88 Signed-off-by: helenyao <yaohelan@huawei.com>
2017-03-15jjb: Set disable-strict-forbidden-file-verification to 'true'Markos Chandras1-0/+1
Previously, if an upstream patchset contained a change for a file listed in 'forbidden-file-paths' the job would not be triggered. This is not desirable since such a patchset may contain important changes so we enable the 'disable-strict-forbidden-file-verification' option which triggers the job unless the patchset only contains changes for the files listed in 'forbidden-file-paths'. Note: The diff was generated using the following script: for i in $(grep -l -r forbidden-file-paths *);do sed -i "s/\(^.*\)forbidden-file-paths/\1disable-strict-forbidden-file-verification: \'true\'\n&/" $i; done Please double check that the changes look sensible for each team's project. Change-Id: Ifa86d3a39b36375b2fd52b449e29c8dc757499b4 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-03-06change the name of open-o scenario to os-nosdn-openo-hameimei1-1/+1
according to this patch: https://gerrit.opnfv.org/gerrit/#/c/29819/ Change-Id: Ie0851b7a5500968a1c1f2f4f4eeaa27fc75a4f29 Signed-off-by: meimei <meimei@huawei.com>
2017-02-09[opera] set timeout of daily building job as 240minmeimei1-1/+1
Change-Id: Ie323aa771f2348d99eacbf5115c1503e69576ab7 Signed-off-by: meimei <meimei@huawei.com>
2017-02-06bugfix: miss a | after predefined-parametersmeimei1-1/+1
Change-Id: I3421885ac8ced9139331d234b786929d11da4293 Signed-off-by: meimei <meimei@huawei.com>
2017-02-03adjust parameters settingmeimei1-29/+5
Change-Id: I0999ec19896b5c80e9b6c9de469e7fbe36237b0d Signed-off-by: meimei <meimei@huawei.com>
2017-02-03set wrong parametermeimei1-1/+2
Change-Id: I6e204de948fb41e02875b750aa3fe2caa87fa7d6 Signed-off-by: meimei <meimei@huawei.com>
2017-02-01merge GIT_BRANCH and GERRIT_BRANCH into BRANCHRyota MIBU3-4/+1
GIT_BRANCH parameter is different; master or stable/danube in daily jobs, but 'refs/changes/57/27657/6' in verify jobs. This breaks some job builders triggered by the both types of jobs. We have GERRIT_BRANCH parameter for verify jobs to identify stream and expected branch into the patch will be merged after it got +2 and submitted. To avoid further confusion and to have common job builders for daily and verify jobs, this patch introduce BRANCH parameter. GERRIT_BRANCH is now deprecated. Change-Id: Ibcd42c1cd8a0be0f330878b21d3011f1ec97043b Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-25enable opera daily deployment jobmeimei1-2/+28
Change-Id: I320b37ed0897844c9f68c1ea75e4d8cfb92c6932 Signed-off-by: meimei <meimei@huawei.com>
2017-01-20[macro] property logrotateRyota MIBU3-0/+5
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>
2016-12-21bugfix: call wrong basic verify jobmeimei2-2/+2
Change-Id: I9c65e25e8f2b299c1cef1e4fb4201d5bbe1b2b0e Signed-off-by: meimei <meimei@huawei.com>
2016-12-21[opera] create opera verify/daily/build jobsmeimei3-0/+355
Change-Id: Ide4d879106683a9adab5ea4bf195982eadf6bcb8 Signed-off-by: meimei <meimei@huawei.com>