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

Side by Side Diff: scripts/slave/recipes/client.drmemory.recipe_autogen.expected/win7_cr_builder.json

Issue 2047383002: Give autogen bots on client.drmemory a separate clobber step (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "--show-path", 110 "--show-path",
111 "python", 111 "python",
112 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 112 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
113 ], 113 ],
114 "name": "cleanup_temp" 114 "name": "cleanup_temp"
115 }, 115 },
116 { 116 {
117 "cmd": [ 117 "cmd": [
118 "python_slave", 118 "python_slave",
119 "[BUILD]\\scripts\\slave\\compile.py", 119 "[BUILD]\\scripts\\slave\\compile.py",
120 "--solution",
121 "all.sln",
122 "--project",
123 "chromium_builder_dbg_drmemory_win",
124 "--target", 120 "--target",
125 "Debug" 121 "Debug",
122 "chromium_builder_dbg_drmemory_win"
126 ], 123 ],
127 "name": "compile" 124 "name": "compile"
128 }, 125 },
129 { 126 {
130 "name": "$result", 127 "name": "$result",
131 "recipe_result": null, 128 "recipe_result": null,
132 "status_code": 0 129 "status_code": 0
133 } 130 }
134 ] 131 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698