Reviewers: Michael Starzinger, Igor Sheludko, rossberg,

Message:
PTAL

Description:
[release-tools] Add more jobs to clusterfuzz check.

This will send automatic email notifications about reliable
failures from the respective jobs.

NOTRY=true

Please review this at https://codereview.chromium.org/1147713002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+18, -0 lines):
  M tools/release/check_clusterfuzz.py


Index: tools/release/check_clusterfuzz.py
diff --git a/tools/release/check_clusterfuzz.py b/tools/release/check_clusterfuzz.py index d4ba90ba481a2cfccb8f8a0f4dbb67ac22208a91..8fec910736edb5cab09f645fa4857abaf75edae3 100755
--- a/tools/release/check_clusterfuzz.py
+++ b/tools/release/check_clusterfuzz.py
@@ -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,
+  },
 ]




--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to