| 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.webrtc", | 8 "chromium.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 "name": "cleanup_temp" | 251 "name": "cleanup_temp" |
| 252 }, | 252 }, |
| 253 { | 253 { |
| 254 "cmd": [ | 254 "cmd": [ |
| 255 "python", | 255 "python", |
| 256 "-u", | 256 "-u", |
| 257 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 257 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 258 "--show-path", | 258 "--show-path", |
| 259 "python", | 259 "python", |
| 260 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 260 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 261 "--gsutil-py-path", |
| 262 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 261 "--ninja-path", | 263 "--ninja-path", |
| 262 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 264 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 263 "--target", | 265 "--target", |
| 264 "Release", | 266 "Release", |
| 265 "--src-dir", | 267 "--src-dir", |
| 266 "[SLAVE_BUILD]/src", | 268 "[SLAVE_BUILD]/src", |
| 267 "--goma-cache-dir", | 269 "--goma-cache-dir", |
| 268 "[GOMA_CACHE]", | 270 "[GOMA_CACHE]", |
| 269 "--build-tool", | 271 "--build-tool", |
| 270 "ninja", | 272 "ninja", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "~followup_annotations": [ | 344 "~followup_annotations": [ |
| 343 "@@@STEP_TEXT@Linux Tester@@@" | 345 "@@@STEP_TEXT@Linux Tester@@@" |
| 344 ] | 346 ] |
| 345 }, | 347 }, |
| 346 { | 348 { |
| 347 "name": "$result", | 349 "name": "$result", |
| 348 "recipe_result": null, | 350 "recipe_result": null, |
| 349 "status_code": 0 | 351 "status_code": 0 |
| 350 } | 352 } |
| 351 ] | 353 ] |
| OLD | NEW |