commit | 4104178b90a40dedea65d89964844116ed470a06 | [log] [tgz] |
---|---|---|
author | Ben Pastene <[email protected]> | Sat Feb 16 04:21:58 2019 |
committer | Commit Bot <[email protected]> | Sat Feb 16 04:21:58 2019 |
tree | 904bb5c44a254edfa5df0bb210fc02fe283c9679 | |
parent | a24a28cb0ba17b16bfa04d988268efec14019b3b [diff] [blame] |
Add the device_status dimension to all triggered CrOS device tests. This will ensure the tests only run on bots with healthy devices. Note that we're not using a bot's quarantining method to do so since we also want tasks that can heal an unhealthy device to still run. Bug: 866062 Change-Id: Ieac1b8f5e58c2c49813952d039337dbfba20373c Reviewed-on: https://chromium-review.googlesource.com/c/1474287 Reviewed-by: John Budorick <[email protected]> Commit-Queue: Ben Pastene <[email protected]> Cr-Commit-Position: refs/heads/master@{#632906}
diff --git a/testing/test.gni b/testing/test.gni index a7dd581..eac0fdd 100644 --- a/testing/test.gni +++ b/testing/test.gni
@@ -353,6 +353,9 @@ data = [] } + # We use a special trigger script for CrOS hardware tests. + data += [ "//testing/trigger_scripts/chromeos_device_trigger.py" ] + testonly = true output_name = target_name write_runtime_deps = _runtime_deps_file