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

Unified Diff: scripts/slave/recipes/gpu.expected/win_release_tryserver.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
« no previous file with comments | « scripts/slave/recipes/gpu.expected/win_release_blink.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/gpu.expected/win_release_tryserver.json
diff --git a/scripts/slave/recipes/gpu.expected/win_release_tryserver.json b/scripts/slave/recipes/gpu.expected/win_release_tryserver.json
index fdb1ec1aa1549cb226b503f62c08e98f6b3677dd..25769fbd14f7bba00daf5387c726301e6e288fc2 100644
--- a/scripts/slave/recipes/gpu.expected/win_release_tryserver.json
+++ b/scripts/slave/recipes/gpu.expected/win_release_tryserver.json
@@ -123,6 +123,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",
@@ -392,5 +404,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_release_blink.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698