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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTWin_dbg__tester.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 unified diff | Download patch | Annotate | Revision Log
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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "name": "get compile targets for scripts", 143 "name": "get compile targets for scripts",
144 "~followup_annotations": [ 144 "~followup_annotations": [
145 "@@@STEP_LOG_LINE@json.output@{}@@@", 145 "@@@STEP_LOG_LINE@json.output@{}@@@",
146 "@@@STEP_LOG_END@json.output@@@" 146 "@@@STEP_LOG_END@json.output@@@"
147 ] 147 ]
148 }, 148 },
149 { 149 {
150 "cmd": [ 150 "cmd": [
151 "python", 151 "python",
152 "-u", 152 "-u",
153 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
154 ],
155 "cwd": "[SLAVE_BUILD]",
156 "name": "cleanup_temp"
157 },
158 {
159 "cmd": [
160 "python",
161 "-u",
162 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 153 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
163 "[SLAVE_BUILD]\\src\\out\\Debug" 154 "[SLAVE_BUILD]\\src\\out\\Debug"
164 ], 155 ],
165 "cwd": "[SLAVE_BUILD]", 156 "cwd": "[SLAVE_BUILD]",
166 "name": "rmtree build directory", 157 "name": "rmtree build directory",
167 "~followup_annotations": [ 158 "~followup_annotations": [
168 "@@@STEP_LOG_LINE@python.inline@@@@", 159 "@@@STEP_LOG_LINE@python.inline@@@@",
169 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 160 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
170 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 161 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
171 "@@@STEP_LOG_LINE@python.inline@@@@", 162 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 200 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
210 "@@@STEP_LOG_LINE@json.output@}@@@", 201 "@@@STEP_LOG_LINE@json.output@}@@@",
211 "@@@STEP_LOG_END@json.output@@@", 202 "@@@STEP_LOG_END@json.output@@@",
212 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 203 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
213 ] 204 ]
214 }, 205 },
215 { 206 {
216 "cmd": [ 207 "cmd": [
217 "python", 208 "python",
218 "-u", 209 "-u",
210 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
211 ],
212 "cwd": "[SLAVE_BUILD]",
213 "name": "cleanup_temp"
214 },
215 {
216 "cmd": [
217 "python",
218 "-u",
219 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", 219 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
220 "--target", 220 "--target",
221 "Debug" 221 "Debug"
222 ], 222 ],
223 "cwd": "[SLAVE_BUILD]", 223 "cwd": "[SLAVE_BUILD]",
224 "name": "start_crash_service" 224 "name": "start_crash_service"
225 }, 225 },
226 { 226 {
227 "cmd": [ 227 "cmd": [
228 "python", 228 "python",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 "python", 329 "python",
330 "-u", 330 "-u",
331 "[BUILD]\\scripts\\slave\\process_dumps.py", 331 "[BUILD]\\scripts\\slave\\process_dumps.py",
332 "--target", 332 "--target",
333 "Debug" 333 "Debug"
334 ], 334 ],
335 "cwd": "[SLAVE_BUILD]", 335 "cwd": "[SLAVE_BUILD]",
336 "name": "process_dumps" 336 "name": "process_dumps"
337 } 337 }
338 ] 338 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698