diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index 209337d054e..5982a67bbc3 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -126,6 +126,7 @@ $productThrottling = array( '32.0.1' => 0, '32.0.2' => 0, '32.0.3' => 0, + '33.0' => 0, ), 'Thunderbird' => array( '10.0' => 0, @@ -479,6 +480,11 @@ $throttleExceptions = array( 'releasetest', 'beta' ), + '33.0' => array( + 'betatest', + 'releasetest', + 'beta' + ), );