Commit f46cfe8f authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Capture system logs for cros VM tast tests.

R=jbudorick

Bug: 876587
Change-Id: I322398cb10d4c68de8e31231759ebac322c6cbe6
Reviewed-on: https://chromium-review.googlesource.com/c/1260263Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#596442}
parent e6123d99
......@@ -282,6 +282,9 @@
"chrome_all_tast_tests": {
"label": "//chromeos:chrome_all_tast_tests",
"type": "raw",
"args": [
"--vm-logs-dir=${ISOLATED_OUTDIR}",
]
},
"chrome_app_unittests": {
"label": "//chrome/test:chrome_app_unittests",
......@@ -306,6 +309,9 @@
"chrome_login_tast_tests": {
"label": "//chromeos:chrome_login_tast_tests",
"type": "raw",
"args": [
"--vm-logs-dir=${ISOLATED_OUTDIR}",
]
},
"chrome_official_builder": {
"label": "//:chrome_official_builder",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment