summaryrefslogtreecommitdiffstats
path: root/test-scheduler
AgeCommit message (Collapse)AuthorFilesLines
2019-05-14Merge "Add conductor UI to the result page of test scheduler"Yang (Gabriel) Yu2-1/+38
2019-04-24Add conductor UI to the result page of test schedulertjuyinkanglin2-1/+38
Conductor UI is added to the result page of test scheduler so that users can see execution results of test cases. Change-Id: I9d4f35bac88be17be4fadf2830ce5073bd9d3818 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2019-04-08bug-fix: add tmp files clean-up for test schedulerYang (Gabriel) Yu1-0/+4
If the dir of tmp_files is not deleted, it will cause error when installing scheduler again. Change-Id: I3ec51d607effd11391fe53e62fa61a6313cc4dda Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2019-01-25Fix test-scheduler build bugs.Qibin Zheng2-0/+2
JIRA: BOTTLENECK-249 1. set the conductor version at v1.10.4 2. conductor ui container: update natives to the version 1.1.6 3. scheduler ui container: update the npm to the version 6.7.0 Change-Id: I1ed975f79ce1696a59474a15c721db40509550a1 Signed-off-by: Qibin Zheng <QibinZheng2014@tongji.edu.cn>
2018-09-20fix testsuite name bugs and improve some ui detailsLeoQi14-2028/+2124
JIRA: BOTTLENECK-247 fix the bug where the testsuite name contains Chinese characters. add license header automatically when a testcase created. ui improvements: workflow panel only turns up when a testcase executes. add grafana pages in the webpage 'Test Result'. add the highlight effect on the navigation item. Change-Id: If0ddf82fd4630128f2c4dd7fdde30f037e5bfba7 Signed-off-by: LeoQi <QibinZheng2014@tongji.edu.cn>
2018-09-06Change naming and veriy test-scheduler functionYang (Gabriel) Yu106-0/+27756
Changes: 1. Testing-scheduler -> Test-scheduler 2. lots of windows breaks '\r' and '^M' in files, batch changes to unix breaks '$' 3. Add ui/build Change-Id: I1f2c98ab9348460d4e68bfbfab664dae82b761ba Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>