diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index e44c62caaa9..81227e5e434 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -88,7 +88,8 @@ define('THROTTLE_LOGGING',false); $productThrottling = array( 'Firefox' => array( '3.0.18' => 0, - '3.5.7' => 0 + '3.5.7' => 0, + '3.5.8' => 0 ), 'Thunderbird' => array( '2.0.0.23' => 0 @@ -113,6 +114,11 @@ $throttleExceptions = array( 'releasetest' ), '3.5.7' => array ( + 'betatest', + 'releasetest', + 'beta' + ), + '3.5.8' => array ( 'betatest', 'releasetest' )