summaryrefslogtreecommitdiffstats
path: root/jjb/releng/testresults-verify.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-05-23Adding a new verification job for testapi UI.Sakala Venkata Krishna Rohit1-2/+61
TestAPI web portal is being developed as part of an intern project. Angular JS framework is being used to develop UI functionalities. Also, corresponding unit tests have been written. Grunt JS is javascript task runner which is used to run tasks such as unit tests, coverage report etc. grunt e2e is the name of the task to run unit tests. Tasks are defiend in Gruntfile.js. To run the unit tests, google chrome is required. Here, the unit tests are ran using headless google chrome. Finally cobertura coverage report is generated. JIRA: RELENG-382 Change-Id: Ib12f8dd851276ab0e4116beb122518e9431d5b61 Signed-off-by: Sakala Venkata Krishna Rohit <rohitsakala@gmail.com>
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell1-0/+78
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>