From 9d1705865194c9e9d40ae1f363b442f92fb95815 Mon Sep 17 00:00:00 2001 From: machenbach Date: Mon, 18 May 2015 07:41:13 -0700 Subject: [PATCH] [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} --- tools/release/check_clusterfuzz.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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, + }, ] -- 2.7.4