comparison mx/sanitycheck.py @ 4663:77a997c2bf4e

Added fastdebug version of tradesoap to gate check.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 21 Feb 2012 19:33:18 +0100
parents 7903b6c28f9c
children 2afb1b8d4d6d
comparison
equal deleted inserted replaced
4662:70583f504107 4663:77a997c2bf4e
72 'lusearch': ['product'], 72 'lusearch': ['product'],
73 'pmd': ['product', 'fastdebug', 'debug'], 73 'pmd': ['product', 'fastdebug', 'debug'],
74 'sunflow': ['product', 'fastdebug', 'debug'], 74 'sunflow': ['product', 'fastdebug', 'debug'],
75 'tomcat': ['product', 'fastdebug', 'debug'], 75 'tomcat': ['product', 'fastdebug', 'debug'],
76 'tradebeans': ['product', 'fastdebug', 'debug'], 76 'tradebeans': ['product', 'fastdebug', 'debug'],
77 'tradesoap': ['product'], 77 'tradesoap': ['product', 'fastdebug'],
78 'xalan': ['product', 'fastdebug', 'debug'], 78 'xalan': ['product', 'fastdebug', 'debug'],
79 } 79 }
80 80
81 dacapoScalaGateBuildLevels = { 81 dacapoScalaGateBuildLevels = {
82 'actors': ['product', 'fastdebug', 'debug'], 82 'actors': ['product', 'fastdebug', 'debug'],