summaryrefslogtreecommitdiffstats
path: root/jjb/integration/integration-templates-csit.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-11-05Add initial unified review job for testingLasse Kaihlavirta1-0/+59
- add initial template for triggering a docker image build and then CSIT job in sequence - apply the template in music Issue-ID: INT-1760 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I77e585bbbc1f7a04bebdacbc1d2cb0a05d023af1
2020-11-03Remove obsolete arm64 CSIT templatesLasse Kaihlavirta1-126/+0
- remove unused and unnecessary arm64 CSIT templates - remove commented-out references to them in VID CSIT Issue-ID: INT-1767 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I0429823990c55fb22abe33d00ed6d49399dde5a3
2020-10-30Remove obsolete TestNG JJB templatesLasse Kaihlavirta1-342/+0
- remove testng CSIT templates that are not used now and should not be used by any CSIT project in the future (SDC is running these now differently from its own project as part of maven build) - clean up the currently disabled SDC CSIT just in case: - remove references to testng CSIT templates - remove CSIT trigger jobs Issue-ID: CIMAN-393 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I763dd147e3e8a9f1de2b859472ac73f4924652d1
2020-10-15Take "disabled" value from variable for TestNGLasse Kaihlavirta1-4/+4
- replace hardcoded "disabled: false" with variable value in TestNG CSIT templates - it remains to be analyzed if we should really support TestNG in the templates at all, but as long as SDC has those tests (as they still do), we can't remove them from the templates Issue-ID: CIMAN-391 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: If43871ff563b3ead8666321ef4912ebfa9d252c1
2020-03-20Migrate CSIT job templates to Ubuntu 18.04Bartek Grzybowski1-4/+4
Change-Id: I82457e76fb4d83660e36c53d136981ae64fd3b3d Issue-ID: INT-1427 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-12Migrate to ARM Ubuntu18.04 nodeJessica Wagantall1-4/+4
Ubuntu 16.04 still has SSH and Kernel issues. Migrating to Ubuntu18.04 since we have a good instance now. TODO: Disable Ubuntu16.04 arm nodes. - Currently Ubuntu18.04 arm nodes are under more test. - No additional costs since no job is using 16.04 arm nodes. - Once confirmed, these will be disabled. Change-Id: I1ef6dfc04aa6e85531f824e24ad517137a7080ca Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-01-26Add support for JDK11 for CSIT jobsAnil Belur1-0/+24
Issue-ID: CIMAN-33 IT-18744 Change-Id: I9f6615d223ce4f1e0f87127fdcc2b809b924ed54 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2019-11-04Configure email for CSIT jobsJessica Wagantall1-0/+40
Allow CSIT jobs to send email when jobs fail. Recipients will be configured per project Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I2351b05e452028f0446ecdb8504e040036b25ada
2019-09-06Allow disable CSIT jobsJessica Wagantall1-2/+2
Allow teams to disable CSIT verify jobs Change-Id: Ia749936294e1dd0449a78e4d0bbd5307a060d67a Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-12-13Add CSIT ARM64 templatesJessica Wagantall1-0/+266
Add specific ARM64 CSIT job templates to avoid issues with running the corresponding testplans. The plans are hardcoded to be found under the {project-name} directory. This variable for ARM is defined as {project-name}-arm64 which makes the dir location invalid. ARM64 needs to have its own templates in this case to avoid modifying the current template to accept testcase-plans as a parameter and having to define it in every exisiting CSIT job. Change-Id: Ia7a6d63646800675ae7d2cd165a10c315d623903 Issue-ID: CIMAN-217 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-09-27Move CSIT to integration/csit repoGary Wu1-16/+16
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I96530af21740adc62e312457ff992b7ecb1dfcff Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-29Revert "Reduce jobs triggered in CSIT project"Gary Wu1-4/+4
This reverts commit fd8a4ba9daff11fba6d4aa52168aa7bb0d1eca55. The above commit made the trigger criteria too narrow. As an example, any changes to only dcaegen2/hv-ves-testcases/** no longer trigger the jobs, since the functionality name is hv-ves-testsuites. This also impacted other projects that relied on the original trigger criteria. Change-Id: Ibdf9bd14196c7a122fdec047340a15b36799f91b Issue-ID: CIMAN-200 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-29Reduce jobs triggered in CSIT projectFilip Krzywka1-4/+4
As each testsuite should be self-contained there is no need to launch all project testsuites when changes are made in only one of them. Change-Id: If9bf7505bd378a710c206e98ab2d82bf30c65c50 Issue-ID: CIMAN-200 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-01-18Update testng CSIT templateJessica Wagantall1-1/+1
Re-order steps for post build actions for csit testng template. Issue-ID: CIMAN-119 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I4b50529a4b204d187422a48a64a91040c2737b27
2018-01-10Update plugin parametersYuli Shlosberg1-2/+11
Add new parameters to testNG and Junit plugins Change-Id: Iaced836f9e57fbf156514a69481e997b66a79ef2 Issue-ID: SDC-612 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2018-01-09Update testng CSIT templateJessica Wagantall1-8/+8
Re-order steps for post build actions for csit testng template. Change-Id: Id1a9eee7cb05abeccb1570e55aa5477d154fab38 Issue-ID: CIMAN-119 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-12-11Merge "Update sdc jjb jobs"Jessica Wagantall1-0/+73
2017-11-30Add JUnit configuration to CSIT int jobsJessica Wagantall1-0/+3
Configure JUnit for testng csit verify integration jobs. Issue-ID: CIMAN-119 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I42df47e930b01aa460d494d597353fb5d1c327df
2017-11-30Update sdc jjb jobsYuli Shlosberg1-0/+73
Add testNG plugin parameters to sdc jobs Change-Id: I8fca76611535ff9ec5646bd7f297c54fe0ba7164 Issue-ID: SDC-612 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2017-11-23Add TestNG configuration to CSIT int jobsJessica Wagantall1-0/+70
Configure TestNG and HTML reports in csit verify integration jobs. Change-Id: Ice21209de50e7bdd568d1a3cdee69e62963a3d3d Issue-ID: CIMAN-119 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-08Fix CSIT JJB template to pull integration repoGary Wu1-4/+4
Change-Id: I6a37bd4d3c0ac3fb08e5f8f3b1664cffaa318102 Issue-id: INT-61 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-07-18Integration: Add job for CSIT sample test planGary Wu1-0/+111
Change-Id: I3a6ff36dc9f704b33799bba97b57206488d0d7ff Signed-off-by: Gary Wu <gary.i.wu@huawei.com>