| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTMacASan", | 10 "ClangToTMacASan", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 { | 107 { |
| 108 "cmd": [ | 108 "cmd": [ |
| 109 "python", | 109 "python", |
| 110 "-u", | 110 "-u", |
| 111 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 111 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 112 "--version" | 112 "--version" |
| 113 ], | 113 ], |
| 114 "name": "swarming.py --version", | 114 "name": "swarming.py --version", |
| 115 "stdout": "/path/to/tmp/", | 115 "stdout": "/path/to/tmp/", |
| 116 "~followup_annotations": [ | 116 "~followup_annotations": [ |
| 117 "@@@STEP_TEXT@0.8.6@@@" | 117 "@@@STEP_TEXT@0.4.10@@@" |
| 118 ] | 118 ] |
| 119 }, | 119 }, |
| 120 { | 120 { |
| 121 "cmd": [ | 121 "cmd": [ |
| 122 "python", | 122 "python", |
| 123 "-u", | 123 "-u", |
| 124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 125 "runhooks" | 125 "runhooks" |
| 126 ], | 126 ], |
| 127 "cwd": "[SLAVE_BUILD]/src", | 127 "cwd": "[SLAVE_BUILD]/src", |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 "LLVM_FORCE_HEAD_REVISION": "YES" | 404 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 405 }, | 405 }, |
| 406 "name": "sizes" | 406 "name": "sizes" |
| 407 }, | 407 }, |
| 408 { | 408 { |
| 409 "name": "$result", | 409 "name": "$result", |
| 410 "recipe_result": null, | 410 "recipe_result": null, |
| 411 "status_code": 0 | 411 "status_code": 0 |
| 412 } | 412 } |
| 413 ] | 413 ] |
| OLD | NEW |