diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index b9ac3d20120..66a20d0302d 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -88,7 +88,9 @@ define('THROTTLE_LOGGING',false); $productThrottling = array( 'Firefox' => array( '3.0.19' => 0, - '3.5.12' => 0 + '3.5.12' => 0, + '3.5.11' => 0, + '3.6.8' => 0 ), 'Thunderbird' => array( '2.0.0.24' => 25 @@ -116,6 +118,14 @@ $throttleExceptions = array( 'betatest', 'releasetest' ), + '3.5.11' => array ( + 'betatest', + 'releasetest' + ), + '3.6.8' => array ( + 'betatest', + 'releasetest' + ), '2.0.0.24' => array ( 'betatest', 'releasetest'