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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_7_Intel_GPU_Perf__Xeon_.json

Issue 1177593002: Add swarming support for MB (and the GN bots) in the chromium recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge patchset #3 to r295696 (no other changes) Created 5 years, 6 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/chromium.expected/full_chromium_perf_fyi_Win_7_Intel_GPU_Perf__Xeon_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_7_Intel_GPU_Perf__Xeon_.json b/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_7_Intel_GPU_Perf__Xeon_.json
index 99f961372f50600ca89874697877fb6cf3048919..978b57528878d4df0c618cfc52469faff0f692ff 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_7_Intel_GPU_Perf__Xeon_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_7_Intel_GPU_Perf__Xeon_.json
@@ -87,15 +87,6 @@
"cmd": [
"python",
"-u",
- "[BUILD]\\scripts\\slave\\cleanup_temp.py"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "cleanup_temp"
- },
- {
- "cmd": [
- "python",
- "-u",
"\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
"[SLAVE_BUILD]\\src\\out\\Release_x64"
],
@@ -132,6 +123,15 @@
"cmd": [
"python",
"-u",
+ "[BUILD]\\scripts\\slave\\cleanup_temp.py"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "cleanup_temp"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
"--target",
"Release_x64"

Powered by Google App Engine
This is Rietveld 408576698