[release-tools] Add more jobs to clusterfuzz check.
authormachenbach <machenbach@chromium.org>
Mon, 18 May 2015 14:41:13 +0000 (07:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 18 May 2015 14:40:56 +0000 (14:40 +0000)
This will send automatic email notifications about reliable
failures from the respective jobs.

NOTRY=true

Review URL: https://codereview.chromium.org/1147713002

Cr-Commit-Position: refs/heads/master@{#28448}

tools/release/check_clusterfuzz.py

index d4ba90b..8fec910 100755 (executable)
@@ -60,6 +60,24 @@ BUG_SPECS = [
     },
     "crash_state": ANY_RE,
   },
+  {
+    "args": {
+      "job_type": "linux_asan_d8_v8_arm64_dbg",
+      "reproducible": "True",
+      "open": "True",
+      "bug_information": "",
+    },
+    "crash_state": ANY_RE,
+  },
+  {
+    "args": {
+      "job_type": "linux_asan_d8_v8_mipsel_dbg",
+      "reproducible": "True",
+      "open": "True",
+      "bug_information": "",
+    },
+    "crash_state": ANY_RE,
+  },
 ]