We are using matrix/multi-cfg job to perform testing of a product with different setups and using Robot Framework to perform the testing. For each sub-job I can see test results for each setup using the Robot Framework plug-in. What I would like is at the end of all the sub-jobs to produce a combined report which is easily possible with RF.
Is it possible to have a post build step pull the results from the sub-jobs (which are on different slaves) to the parent job?
I have this currently working using a separate downstream job which does a “wget” of the test result XML from each test sub-job but I would like to get rid of this extra downstream job.