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

Unified Diff: scripts/slave/recipes/gpu.expected/win_debug_blink.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_debug_blink.json
diff --git a/scripts/slave/recipes/gpu.expected/win_debug_blink.json b/scripts/slave/recipes/gpu.expected/win_debug_blink.json
index 686d8a7041742c6090f96fcb5e1b0a370db101be..b70995d27681278d93237e40305f7a62a2980ba4 100644
--- a/scripts/slave/recipes/gpu.expected/win_debug_blink.json
+++ b/scripts/slave/recipes/gpu.expected/win_debug_blink.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",
+ "Debug"
+ ],
+ "name": "start_crash_service"
+ },
+ {
"always_run": true,
"cmd": [
"python",
@@ -348,5 +360,17 @@
"-v"
],
"name": "memory_test"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]\\scripts\\slave\\process_dumps.py",
+ "--build-dir",
+ "[SLAVE_BUILD]\\src\\out",
+ "--target",
+ "Debug"
+ ],
+ "name": "process_dumps"
}
]
« no previous file with comments | « scripts/slave/recipes/gpu.expected/win_debug.json ('k') | scripts/slave/recipes/gpu.expected/win_debug_tryserver.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698