diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index 65038e73ec6..c8e0607d19f 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -126,9 +126,10 @@ $productThrottling = array( '32.0.1' => 100, '32.0.2' => 100, '32.0.3' => 100, - '33.0' => 100, - '33.0.1' => 100, - '33.0.2' => 100, + '33.0' => 0, + '33.0.1' => 0, + '33.0.2' => 0, + '33.1' => 0, ), 'Thunderbird' => array( '10.0' => 0, @@ -502,6 +503,16 @@ $throttleExceptions = array( 'releasetest', 'beta' ), + '33.1' => array( + 'betatest', + 'releasetest', + 'beta' + ), + '33.1.1' => array( + 'betatest', + 'releasetest', + 'beta' + ), );