summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Carey <ranix@google.com>2015-11-13 12:32:42 -0800
committerchrome-bot <chrome-bot@chromium.org>2015-11-13 19:06:34 -0800
commit68fed13dc8f82a30bf20656f9dae98929a6f81c1 (patch)
treec19277787d3fdf604f54d73b571c0fc848ced12c
parent37ccc2b479a27059283211f66c993a5e5fa730de (diff)
downloadchromite-68fed13dc8f82a30bf20656f9dae98929a6f81c1.tar.gz
chromeos_config: re-enable hwtest whirlwind paladin
BUG=chrome-os-partner:47563 TEST=verified with human eyes Change-Id: Ic8ae1e232c1e2a8f712c11643c0795b82dbb5ea0 Reviewed-on: https://chromium-review.googlesource.com/312691 Commit-Ready: John Carey <ranix@google.com> Tested-by: John Carey <ranix@google.com> Reviewed-by: Aviv Keshet <akeshet@chromium.org> Reviewed-by: John Carey <ranix@google.com> Reviewed-by: Laurence Goodby <lgoodby@chromium.org>
-rw-r--r--cbuildbot/chromeos_config.py1
-rw-r--r--cbuildbot/config_dump.json3
2 files changed, 4 insertions, 0 deletions
diff --git a/cbuildbot/chromeos_config.py b/cbuildbot/chromeos_config.py
index 4f1381586..883510c93 100644
--- a/cbuildbot/chromeos_config.py
+++ b/cbuildbot/chromeos_config.py
@@ -1678,6 +1678,7 @@ def GetConfig():
# Jetstream devices run unique hw tests
_paladin_jetstream_hwtest_boards = frozenset([
+ 'whirlwind',
])
_paladin_moblab_hwtest_boards = frozenset([
diff --git a/cbuildbot/config_dump.json b/cbuildbot/config_dump.json
index 5ce6368b8..fac792771 100644
--- a/cbuildbot/config_dump.json
+++ b/cbuildbot/config_dump.json
@@ -23309,6 +23309,9 @@
],
"chrome_sdk": false,
"description": "Commit Queue (internal)",
+ "hw_tests": [
+ "{\n \"async\": false,\n \"blocking\": false,\n \"critical\": false,\n \"file_bugs\": false,\n \"max_retries\": 10,\n \"minimum_duts\": 0,\n \"num\": 6,\n \"offload_failures_only\": false,\n \"pool\": \"cq\",\n \"priority\": \"Build\",\n \"retry\": true,\n \"suite\": \"jetstream_cq\",\n \"suite_min_duts\": 0,\n \"timeout\": 13200,\n \"warn_only\": false\n}"
+ ],
"important": false,
"internal": true,
"manifest": "official.xml",