diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index b3f32403fc7..f3fe56acd94 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -87,7 +87,8 @@ define('THROTTLE_LOGGING',false); // ); $productThrottling = array( 'Firefox' => array( - '3.5.17' => 0 + '3.5.17' => 0, + '3.6.15' => 0 ) ); @@ -107,6 +108,10 @@ $throttleExceptions = array( '3.5.17' => array ( 'betatest', 'releasetest' + ), + '3.6.15' => array ( + 'betatest', + 'releasetest' ) );