I'm having trouble aggregating the results of my RSpec tests at the end of 
my build flow. What I would ultimately like to achieve is:

   1. GitHub triggers build
   2. Build flow splits spec into N equally sized groups of files matching 
   **/[.].*_spec.rb
   3. Each group runs in parallel and generates spec/reports/*.xml
   4. Above .xml files are aggregated together (back on master?) and a 
   single report generated
   5. Aggregated pass/failure data is used to determine quality of build

I realize that this is a lot to ask, but do folks have recommendations on 
how to achieve this? #2 & #4 are the real challenges right now.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to