comparison mx/sanitycheck.py @ 11533:86830ed062be

removed tradesoap from the gate - it's simply too unreliable
author Doug Simon <doug.simon@oracle.com>
date Thu, 05 Sep 2013 20:20:30 +0200
parents dc3c8df55905
children 01512eb1ae7b
comparison
equal deleted inserted replaced
11532:6a1b7d28f2d4 11533:86830ed062be
75 'lusearch': ['product'], 75 'lusearch': ['product'],
76 'pmd': ['product', 'fastdebug', 'debug'], 76 'pmd': ['product', 'fastdebug', 'debug'],
77 'sunflow': [ 'fastdebug', 'debug'], 77 'sunflow': [ 'fastdebug', 'debug'],
78 'tomcat': ['product', 'fastdebug', 'debug'], 78 'tomcat': ['product', 'fastdebug', 'debug'],
79 'tradebeans': ['product', 'fastdebug', 'debug'], 79 'tradebeans': ['product', 'fastdebug', 'debug'],
80 'tradesoap': ['product'], 80 # tradesoap is too unreliable for the gate, often crashing with "java.net.BindException: Address already in use"
81 'tradesoap': [ ],
81 'xalan': ['product', 'fastdebug', 'debug'], 82 'xalan': ['product', 'fastdebug', 'debug'],
82 } 83 }
83 84
84 dacapoScalaGateBuildLevels = { 85 dacapoScalaGateBuildLevels = {
85 'actors': ['product', 'fastdebug', 'debug'], 86 'actors': ['product', 'fastdebug', 'debug'],