Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(579)

Unified Diff: scripts/slave/recipes/gpu.expected/win_release.json

Issue 46343002: Run run_crash_handler and process_dumps on Windows GPU bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Retrying failed upload. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/gpu.expected/win_release.json
diff --git a/scripts/slave/recipes/gpu.expected/win_release.json b/scripts/slave/recipes/gpu.expected/win_release.json
index f2668f16787a8ed5ba91f439defed997aa874ab8..11318aa52013dee827af4315d9201f63c289cd35 100644
--- a/scripts/slave/recipes/gpu.expected/win_release.json
+++ b/scripts/slave/recipes/gpu.expected/win_release.json
@@ -106,6 +106,18 @@
"name": "compile"
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
+ "--build-dir",
+ "[SLAVE_BUILD]\\src\\out",
+ "--target",
+ "Release"
+ ],
+ "name": "start_crash_service"
+ },
+ {
"always_run": true,
"cmd": [
"python",
@@ -375,5 +387,17 @@
"--gtest_filter=TabCapturePerformanceTest*"
],
"name": "tab_capture_performance_tests"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]\\scripts\\slave\\process_dumps.py",
+ "--build-dir",
+ "[SLAVE_BUILD]\\src\\out",
+ "--target",
+ "Release"
+ ],
+ "name": "process_dumps"
}
]
« no previous file with comments | « scripts/slave/recipes/gpu.expected/win_debug_tryserver.json ('k') | scripts/slave/recipes/gpu.expected/win_release_blink.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698