зеркало из https://github.com/mozilla/treeherder.git
Bug 1348210 - Auto-block stylo-bustage metabug (#2263) r=camd
This commit is contained in:
Родитель
40dc9ee93a
Коммит
9b95d09434
|
@ -40,6 +40,12 @@ treeherder.controller('BugFilerCtrl', [
|
|||
*/
|
||||
$scope.initiate = function() {
|
||||
var thisFailure = "";
|
||||
|
||||
// Auto-block the stylo-bustage metabug if this is a stylo failure
|
||||
if (selectedJob.build_platform.includes("stylo")) {
|
||||
$scope.modalBlocks = "stylo-bustage,";
|
||||
}
|
||||
|
||||
for (var i = 0; i < allFailures.length; i++) {
|
||||
for (var j=0; j < $scope.omittedLeads.length; j++) {
|
||||
if (allFailures[i][0].search($scope.omittedLeads[j]) >= 0 && allFailures[i].length > 1) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче