From: machenbach Date: Mon, 18 May 2015 14:41:13 +0000 (-0700) Subject: [release-tools] Add more jobs to clusterfuzz check. X-Git-Tag: upstream/4.7.83~2592 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d1705865194c9e9d40ae1f363b442f92fb95815;p=platform%2Fupstream%2Fv8.git [release-tools] Add more jobs to clusterfuzz check. 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} --- diff --git a/tools/release/check_clusterfuzz.py b/tools/release/check_clusterfuzz.py index d4ba90b..8fec910 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, + }, ]