| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "name": "compile", | 320 "name": "compile", |
| 321 "~followup_annotations": [ | 321 "~followup_annotations": [ |
| 322 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 322 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 323 "@@@STEP_LOG_END@json.output (invalid)@@@" | 323 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 324 ] | 324 ] |
| 325 }, | 325 }, |
| 326 { | 326 { |
| 327 "cmd": [ | 327 "cmd": [ |
| 328 "python", | 328 "python", |
| 329 "-u", | 329 "-u", |
| 330 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 330 "[SLAVE_BUILD]/src/tools/determinism/remove_build_metadata.py", |
| 331 "--build-dir", | 331 "--build-dir", |
| 332 "[SLAVE_BUILD]/src/out/Release", | 332 "[SLAVE_BUILD]/src/out/Release" |
| 333 "--src-dir", | |
| 334 "[SLAVE_BUILD]/src" | |
| 335 ], | 333 ], |
| 336 "cwd": "[SLAVE_BUILD]", | 334 "cwd": "[SLAVE_BUILD]", |
| 337 "name": "remove_build_metadata" | 335 "name": "remove_build_metadata" |
| 338 }, | 336 }, |
| 339 { | 337 { |
| 340 "cmd": [ | 338 "cmd": [ |
| 341 "python", | 339 "python", |
| 342 "-u", | 340 "-u", |
| 343 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 341 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 344 "[SLAVE_BUILD]/src/tools/swarming_client", | 342 "[SLAVE_BUILD]/src/tools/swarming_client", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 "~followup_annotations": [ | 411 "~followup_annotations": [ |
| 414 "@@@STEP_TEXT@Linux Tests@@@" | 412 "@@@STEP_TEXT@Linux Tests@@@" |
| 415 ] | 413 ] |
| 416 }, | 414 }, |
| 417 { | 415 { |
| 418 "name": "$result", | 416 "name": "$result", |
| 419 "recipe_result": null, | 417 "recipe_result": null, |
| 420 "status_code": 0 | 418 "status_code": 0 |
| 421 } | 419 } |
| 422 ] | 420 ] |
| OLD | NEW |