OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.mac", | 8 "chromium.mac", |
9 "--builder", | 9 "--builder", |
10 "Mac GN (dbg)", | 10 "Mac GN (dbg)", |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 "-u", | 175 "-u", |
176 "[BUILD]/scripts/slave/cleanup_temp.py" | 176 "[BUILD]/scripts/slave/cleanup_temp.py" |
177 ], | 177 ], |
178 "cwd": "[SLAVE_BUILD]", | 178 "cwd": "[SLAVE_BUILD]", |
179 "name": "cleanup_temp" | 179 "name": "cleanup_temp" |
180 }, | 180 }, |
181 { | 181 { |
182 "cmd": [ | 182 "cmd": [ |
183 "python", | 183 "python", |
184 "-u", | 184 "-u", |
185 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 185 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
186 "--build-dir", | 186 "--build-dir", |
187 "[SLAVE_BUILD]/src/out/Debug", | 187 "[SLAVE_BUILD]/src/out/Debug", |
188 "--clean-isolated-files" | 188 "--clean-isolated-files" |
189 ], | 189 ], |
190 "cwd": "[SLAVE_BUILD]", | 190 "cwd": "[SLAVE_BUILD]", |
191 "name": "clean isolated files" | 191 "name": "clean isolated files" |
192 }, | 192 }, |
193 { | 193 { |
194 "cmd": [ | 194 "cmd": [ |
195 "python", | 195 "python", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 "name": "compile", | 256 "name": "compile", |
257 "~followup_annotations": [ | 257 "~followup_annotations": [ |
258 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 258 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
259 "@@@STEP_LOG_END@json.output (invalid)@@@" | 259 "@@@STEP_LOG_END@json.output (invalid)@@@" |
260 ] | 260 ] |
261 }, | 261 }, |
262 { | 262 { |
263 "cmd": [ | 263 "cmd": [ |
264 "python", | 264 "python", |
265 "-u", | 265 "-u", |
266 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 266 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
267 "--build-dir", | 267 "--build-dir", |
268 "[SLAVE_BUILD]/src/out/Debug", | 268 "[SLAVE_BUILD]/src/out/Debug", |
269 "--src-dir", | 269 "--src-dir", |
270 "[SLAVE_BUILD]/src" | 270 "[SLAVE_BUILD]/src" |
271 ], | 271 ], |
272 "cwd": "[SLAVE_BUILD]", | 272 "cwd": "[SLAVE_BUILD]", |
273 "name": "remove_build_metadata" | 273 "name": "remove_build_metadata" |
274 }, | 274 }, |
275 { | 275 { |
276 "cmd": [ | 276 "cmd": [ |
277 "python", | 277 "python", |
278 "-u", | 278 "-u", |
279 "RECIPE_MODULE[isolate]/resources/isolate.py", | 279 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
280 "[SLAVE_BUILD]/src/tools/swarming_client", | 280 "[SLAVE_BUILD]/src/tools/swarming_client", |
281 "batcharchive", | 281 "batcharchive", |
282 "--dump-json", | 282 "--dump-json", |
283 "/path/to/tmp/json", | 283 "/path/to/tmp/json", |
284 "--isolate-server", | 284 "--isolate-server", |
285 "https://isolateserver.appspot.com", | 285 "https://isolateserver.appspot.com", |
286 "--verbose", | 286 "--verbose", |
287 "[SLAVE_BUILD]/src/out/Debug/browser_tests.isolated.gen.json" | 287 "[SLAVE_BUILD]/src/out/Debug/browser_tests.isolated.gen.json" |
288 ], | 288 ], |
289 "cwd": "[SLAVE_BUILD]", | 289 "cwd": "[SLAVE_BUILD]", |
290 "name": "isolate tests", | 290 "name": "isolate tests", |
291 "~followup_annotations": [ | 291 "~followup_annotations": [ |
292 "@@@STEP_LOG_LINE@json.output@{@@@", | 292 "@@@STEP_LOG_LINE@json.output@{@@@", |
293 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
294 "@@@STEP_LOG_LINE@json.output@}@@@", | 294 "@@@STEP_LOG_LINE@json.output@}@@@", |
295 "@@@STEP_LOG_END@json.output@@@" | 295 "@@@STEP_LOG_END@json.output@@@" |
296 ] | 296 ] |
297 }, | 297 }, |
298 { | 298 { |
299 "cmd": [ | 299 "cmd": [ |
300 "python", | 300 "python", |
301 "-u", | 301 "-u", |
302 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 302 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
303 "--build-dir", | 303 "--build-dir", |
304 "[SLAVE_BUILD]/src/out/Debug", | 304 "[SLAVE_BUILD]/src/out/Debug", |
305 "--output-json", | 305 "--output-json", |
306 "/path/to/tmp/json" | 306 "/path/to/tmp/json" |
307 ], | 307 ], |
308 "cwd": "[SLAVE_BUILD]", | 308 "cwd": "[SLAVE_BUILD]", |
309 "name": "find isolated tests", | 309 "name": "find isolated tests", |
310 "~followup_annotations": [ | 310 "~followup_annotations": [ |
311 "@@@STEP_LOG_LINE@json.output@{@@@", | 311 "@@@STEP_LOG_LINE@json.output@{@@@", |
312 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 312 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 349 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
350 "@@@STEP_LOG_END@python.inline@@@" | 350 "@@@STEP_LOG_END@python.inline@@@" |
351 ] | 351 ] |
352 }, | 352 }, |
353 { | 353 { |
354 "name": "$result", | 354 "name": "$result", |
355 "recipe_result": null, | 355 "recipe_result": null, |
356 "status_code": 0 | 356 "status_code": 0 |
357 } | 357 } |
358 ] | 358 ] |
OLD | NEW |