summaryrefslogtreecommitdiffstats
path: root/jjb/doctor/doctor.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-08-08remove fuel job in Doctordongwenjuan1-34/+0
As Doctor has no fuel CI Pods avaiable now,remove the jobs which run in fuel Pods, these would be added again once the Pods are ready. Change-Id: Iadc32f68bb22809291fba2ab6ec729234711f525 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-08-06use 'workspace-cleanup' plugin in publisherdongwenjuan1-2/+1
Change-Id: I4db7c0cda5485dbc756a22b9cbde298612241274 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-08-06clean the workspace in the publisherdongwenjuan1-1/+2
As doctor run tox under root user, we need to clean the workspace in the publisher, otherwise the tests which come next will be fail when they operate in the workspace with jenkins user. Change-Id: I14fbabc7516153c6d93e53baf106067ff4194af6 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-08-03run tox with 'sudo'dongwenjuan1-1/+2
Change-Id: Icdbab7405e8dd46e7cd659dce04bf7502424192c Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-08-01remove inspector variable form job templatedongwenjuan1-2/+2
Change-Id: I472cad19a8ae81286a62e762c6caab653ca22d7c Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-08-01run doctor tests with different inspectors in sequencedongwenjuan1-5/+44
As doctor tests have different inspectors, if they run in parallel of one multijob, they will operator one cloud to create/delete some resources, such as project, user, network and so on. It will cause some conflicts. Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn> Change-Id: I8111b28ad9de409542606f7be39a1ee0d838f8b6
2018-08-01prepare installer info for doctor testdongwenjuan1-0/+3
Change-Id: I6344a31b28d3e5c9a998693fd64ec255410c62b6 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-08-01use py34 for toxdongwenjuan1-1/+2
Change-Id: I606e0de73e153de88d592a36d4eaabf1b4690e6c Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-07-31specify the cacert file when it exitsdongwenjuan1-1/+3
Change-Id: Id122d99d6e599c31d3b5970aa88307843d379515 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-07-31bugfix: wrong usage of '!include-raw'dongwenjuan1-4/+3
JIRA: DOCTOR-126 Change-Id: Iabcd8a8ad14079e2ba7e72e39e009a0ee833cb3c Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-07-31bugfix: wrong usage of '!include-raw'dongwenjuan1-2/+10
Change-Id: Ibbc1363bf5260301b33afad84244aa1d7af4ffce Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-07-31use tox instead of functest for doctor CI jobsdongwenjuan1-94/+14
Change-Id: Ifbde5ebd12a7e7a040a0a3b2a3eeed532a11da73 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-06-24[doctor] disable un-runnable jobsRyota MIBU1-0/+6
This patch disbles the following jobs as the labs are not working. - daisy@x86_64 - fuel@x86_64 Change-Id: I69306ac1474afa0c8980ab4e2f1afa29abc789e0
2018-06-07[doctor] pass inspector value to parameterRyota MIBU1-1/+3
Change-Id: I56e4e8e00840e46efe5fe52812fd949ee08f984a
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell1-0/+267
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>