Changes between Version 5 and Version 6 of NuWa_Slave

Show
Ignore:
Timestamp:
08/27/10 12:49:14 (14 years ago)
Author:
blyth (IP: 140.112.102.77)
Comment:

add some notes on what to do when tests/builds fail

Legend:

Unmodified
Added
Removed
Modified
  • NuWa_Slave

    v5 v6  
    250250 
    251251 
     252 
     253 
     254= What happens when builds/tests fail ? = 
     255 
     256 
     257Failures result in notification emails and an entry on the timeline. Following the 
     258link in the email gets you to the build status page, such as : 
     259   * http://dayabay.ihep.ac.cn/tracs/dybsvn/build/dybinst/3800  
     260 
     261Examining the error reporting there and on the summary page  
     262   * http://dayabay.ihep.ac.cn/tracs/dybsvn/build/dybinst 
     263 
     264will tell you which '''step''' of the build/tests failed.   
     265 
     266You can confirm the error by running pkg tests via dybinst, eg for '''rootiotest''' 
     267{{{ 
     268./dybinst trunk tests rootiotest   
     269}}} 
     270and investigate futher by getting into the environment and directory of the pkg running the tests 
     271{{{ 
     272nosetests -v 
     273}}} 
     274 
     275 
     276 
     277  
     278 
     279 
     280 
     281 
     282