Skip to content

Commit bad2a80

Browse files
[close_intermittents] Include bugs that are blocked by sm-defects-intermittent (#2637)
1 parent 5300c8f commit bad2a80

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

bugbot/rules/close_intermittents.py

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ def get_bz_params(self, date):
3838
"f1": "longdescs.count",
3939
"o1": "changedafter",
4040
"v1": "-3w",
41-
"f2": "blocked",
42-
"o2": "isempty",
4341
"f3": "flagtypes.name",
4442
"o3": "notequals",
4543
"v3": "needinfo?",
@@ -60,7 +58,18 @@ def get_bz_params(self, date):
6058
"v9": "intermittent-failure",
6159
"f10": "keywords",
6260
"o10": "nowords",
63-
"v10": "test-verify-fail,test-disabled",
61+
"v10": "test-verify-fail,test-disabled,topcrash",
62+
"j11": "OR",
63+
"f11": "OP",
64+
"f12": "blocked",
65+
"o12": "isempty",
66+
# We want to include bugs that are blocked by sm-defects-intermittent
67+
# since it is rooting all SpiderMonkey's intermittent failures.
68+
# See https://github.com/mozilla/bugbot/issues/2635
69+
"f13": "blocked",
70+
"o13": "equals",
71+
"v13": 1729503,
72+
"f14": "CP",
6473
"resolution": "---",
6574
"status_whiteboard_type": "notregexp",
6675
"status_whiteboard": "(test disabled|test-disabled|testdisabled)",

0 commit comments

Comments
 (0)