summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorDavid James <davidjames@google.com>2014-05-16 09:47:39 -0700
committerDavid James <davidjames@chromium.org>2014-05-16 18:48:39 +0000
commita29f1f7f0c71be7616c20b7b1dde0c9fe1a9c7c3 (patch)
tree4c5752a4d7694b4456f5c2803f63fa3216ea57f8 /buildbot
parentfe258265c72a5c5fd87cf98441c7da191d0a5ea8 (diff)
downloadchromite-a29f1f7f0c71be7616c20b7b1dde0c9fe1a9c7c3.tar.gz
Bump canary and Chrome PFQ timeouts by 30 minutes.
When the lab is overloaded, we are seeing regular timeouts. Increase the timeout so that we will be more tolerant of such things. This is not intended as a substitute for speeding up the tests -- we will independently be working on speeding up the tests quite a bit so that this timeout can be reduced accordingly. BUG=chromium:373458 TEST=cbuildbot_config_unittest.py Change-Id: I5d0154d16f8219c92dac4c5ce38402f49a27e1ec Reviewed-on: https://chromium-review.googlesource.com/200198 Reviewed-by: David James <davidjames@chromium.org> Tested-by: David James <davidjames@chromium.org>
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/cbuildbot_config.py12
-rw-r--r--buildbot/config_dump.json736
2 files changed, 375 insertions, 373 deletions
diff --git a/buildbot/cbuildbot_config.py b/buildbot/cbuildbot_config.py
index 743722bda..05f9499e6 100755
--- a/buildbot/cbuildbot_config.py
+++ b/buildbot/cbuildbot_config.py
@@ -644,7 +644,10 @@ class HWTestConfig(object):
"""
DEFAULT_HW_TEST = 'bvt'
- DEFAULT_HW_TEST_TIMEOUT = 60 * 130
+
+ # This timeout is larger than it needs to be because of autotest overhead.
+ # TODO(davidjames): Reduce this timeout once http://crbug.com/366141 is fixed.
+ DEFAULT_HW_TEST_TIMEOUT = 60 * 220
# Number of tests running in parallel in the AU suite.
AU_TESTS_NUM = 2
# Number of tests running in parallel in the QAV suite
@@ -704,8 +707,8 @@ class HWTestConfig(object):
"""Returns a default list of HWTestConfig's for a PFQ build,
with overrides for optional args.
"""
- default_dict = dict(pool=constants.HWTEST_PFQ_POOL, timeout=190 * 60,
- file_bugs=True, priority=constants.HWTEST_PFQ_PRIORITY)
+ default_dict = dict(pool=constants.HWTEST_PFQ_POOL, file_bugs=True,
+ priority=constants.HWTEST_PFQ_PRIORITY)
# Allows kwargs overrides to default_dict for pfq.
default_dict.update(kwargs)
return [cls(cls.DEFAULT_HW_TEST, **default_dict)]
@@ -1897,8 +1900,7 @@ _release = full.derive(official, internal,
vm_tests=[constants.SMOKE_SUITE_TEST_TYPE, constants.DEV_MODE_TEST_TYPE,
constants.CROS_VM_TEST_TYPE],
disk_vm_layout='usb',
- # Canary hwtest timeout chosen based on the frequency of canary runs.
- hw_tests=HWTestConfig.DefaultList(file_bugs=True, timeout=190 * 60),
+ hw_tests=HWTestConfig.DefaultList(file_bugs=True),
upload_hw_test_artifacts=True,
paygen=True,
signer_results=True,
diff --git a/buildbot/config_dump.json b/buildbot/config_dump.json
index a503e22a5..2795aa093 100644
--- a/buildbot/config_dump.json
+++ b/buildbot/config_dump.json
@@ -4176,9 +4176,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -4285,9 +4285,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -4390,9 +4390,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -4495,9 +4495,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -4584,9 +4584,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -5176,9 +5176,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -5965,9 +5965,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -7236,9 +7236,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -7358,9 +7358,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -7463,9 +7463,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -7568,9 +7568,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -7657,9 +7657,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -7779,9 +7779,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -7890,9 +7890,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -7985,9 +7985,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -8096,9 +8096,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -8207,9 +8207,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -8891,9 +8891,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -8996,7 +8996,7 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"pfq\",\n \"priority\": \"PFQ\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"pfq\",\n \"priority\": \"PFQ\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": false,
@@ -9580,9 +9580,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -10556,9 +10556,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -11245,9 +11245,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -11354,7 +11354,7 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"pfq\",\n \"priority\": \"PFQ\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"pfq\",\n \"priority\": \"PFQ\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": false,
@@ -11843,9 +11843,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -12144,9 +12144,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -13322,9 +13322,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -14011,9 +14011,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -14634,9 +14634,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -14743,9 +14743,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -14832,9 +14832,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -15521,9 +15521,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -16210,9 +16210,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -16901,9 +16901,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -17893,9 +17893,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -18019,9 +18019,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -18130,9 +18130,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -18225,9 +18225,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -18336,9 +18336,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -18447,9 +18447,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -19338,9 +19338,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -20119,9 +20119,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -20241,9 +20241,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -20346,9 +20346,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -20451,9 +20451,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -20540,9 +20540,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -20835,9 +20835,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -21130,9 +21130,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -21623,9 +21623,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -22415,9 +22415,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -22541,9 +22541,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -22650,9 +22650,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -22739,9 +22739,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -22865,9 +22865,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -22976,9 +22976,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -23071,9 +23071,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -23182,9 +23182,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -23293,9 +23293,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -23596,9 +23596,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -24007,9 +24007,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -24112,9 +24112,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -24201,9 +24201,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -24595,9 +24595,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -25088,9 +25088,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -25583,9 +25583,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -26290,9 +26290,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -26399,9 +26399,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -26504,9 +26504,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -26795,9 +26795,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -28073,9 +28073,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -28684,9 +28684,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -28793,9 +28793,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -28898,9 +28898,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -29003,9 +29003,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -29092,9 +29092,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -29703,9 +29703,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -29812,9 +29812,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -29917,9 +29917,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -30022,9 +30022,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -30111,9 +30111,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -30626,9 +30626,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -30735,9 +30735,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -30840,9 +30840,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -30929,9 +30929,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -31717,9 +31717,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -32503,9 +32503,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -33791,9 +33791,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -33900,9 +33900,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -34005,9 +34005,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -34110,9 +34110,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -34215,9 +34215,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -34320,9 +34320,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -34409,9 +34409,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -34535,9 +34535,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -34644,9 +34644,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -34749,9 +34749,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -34854,9 +34854,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -34943,9 +34943,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -36021,9 +36021,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -36147,9 +36147,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -36256,9 +36256,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -36361,9 +36361,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -36466,9 +36466,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -36571,9 +36571,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -36660,9 +36660,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -37641,9 +37641,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -38140,9 +38140,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -38639,9 +38639,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -39720,9 +39720,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -40504,9 +40504,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -41193,9 +41193,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -41690,9 +41690,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -42573,9 +42573,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -42699,9 +42699,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -42893,9 +42893,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -43019,9 +43019,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -43130,9 +43130,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -43225,9 +43225,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -43336,9 +43336,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -43447,9 +43447,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 7800\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 7800\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 4,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"pyauto_perf\",\n \"timeout\": 5400\n}",
"{\n \"async\": true,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": false,\n \"num\": 1,\n \"pool\": \"chromeperf\",\n \"priority\": \"Build\",\n \"suite\": \"perf_v2\",\n \"timeout\": 5400\n}"
],
@@ -45510,9 +45510,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -46102,9 +46102,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -46228,9 +46228,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -46422,9 +46422,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,
@@ -47307,9 +47307,9 @@
"health_alert_recipients": [],
"health_threshold": 0,
"hw_tests": [
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 11400\n}",
- "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 11400\n}"
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 6,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"bvt\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"Build\",\n \"suite\": \"au\",\n \"timeout\": 13200\n}",
+ "{\n \"async\": false,\n \"critical\": false,\n \"fatal_timeouts\": true,\n \"file_bugs\": true,\n \"num\": 2,\n \"pool\": \"bvt\",\n \"priority\": \"DEFAULT\",\n \"suite\": \"qav\",\n \"timeout\": 13200\n}"
],
"hw_tests_warn": false,
"hwqual": true,