| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "name": "compile", | 325 "name": "compile", |
| 326 "~followup_annotations": [ | 326 "~followup_annotations": [ |
| 327 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 327 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 328 "@@@STEP_LOG_END@json.output (invalid)@@@" | 328 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 329 ] | 329 ] |
| 330 }, | 330 }, |
| 331 { | 331 { |
| 332 "cmd": [ | 332 "cmd": [ |
| 333 "python", | 333 "python", |
| 334 "-u", | 334 "-u", |
| 335 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 335 "[SLAVE_BUILD]/src/tools/determinism/remove_build_metadata.py", |
| 336 "--build-dir", | 336 "--build-dir", |
| 337 "[SLAVE_BUILD]/src/out/Release", | 337 "[SLAVE_BUILD]/src/out/Release" |
| 338 "--src-dir", | |
| 339 "[SLAVE_BUILD]/src" | |
| 340 ], | 338 ], |
| 341 "cwd": "[SLAVE_BUILD]", | 339 "cwd": "[SLAVE_BUILD]", |
| 342 "name": "remove_build_metadata" | 340 "name": "remove_build_metadata" |
| 343 }, | 341 }, |
| 344 { | 342 { |
| 345 "cmd": [ | 343 "cmd": [ |
| 346 "python", | 344 "python", |
| 347 "-u", | 345 "-u", |
| 348 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 346 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 349 "[SLAVE_BUILD]/src/tools/swarming_client", | 347 "[SLAVE_BUILD]/src/tools/swarming_client", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 "~followup_annotations": [ | 416 "~followup_annotations": [ |
| 419 "@@@STEP_TEXT@Linux Tests@@@" | 417 "@@@STEP_TEXT@Linux Tests@@@" |
| 420 ] | 418 ] |
| 421 }, | 419 }, |
| 422 { | 420 { |
| 423 "name": "$result", | 421 "name": "$result", |
| 424 "recipe_result": null, | 422 "recipe_result": null, |
| 425 "status_code": 0 | 423 "status_code": 0 |
| 426 } | 424 } |
| 427 ] | 425 ] |
| OLD | NEW |