| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux UBSan vptr", | 10 "Linux UBSan vptr", |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 ] | 113 ] |
| 114 }, | 114 }, |
| 115 { | 115 { |
| 116 "cmd": [ | 116 "cmd": [ |
| 117 "python", | 117 "python", |
| 118 "-u", | 118 "-u", |
| 119 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 119 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 120 "--show-path", | 120 "--show-path", |
| 121 "python", | 121 "python", |
| 122 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 122 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 123 "--gsutil-py-path", |
| 124 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 123 "--ninja-path", | 125 "--ninja-path", |
| 124 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 126 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 125 "--target", | 127 "--target", |
| 126 "Release", | 128 "Release", |
| 127 "--src-dir", | 129 "--src-dir", |
| 128 "[SLAVE_BUILD]/src", | 130 "[SLAVE_BUILD]/src", |
| 129 "--goma-cache-dir", | 131 "--goma-cache-dir", |
| 130 "[GOMA_CACHE]", | 132 "[GOMA_CACHE]", |
| 131 "--build-tool", | 133 "--build-tool", |
| 132 "ninja", | 134 "ninja", |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 ], | 539 ], |
| 538 "cwd": "[SLAVE_BUILD]", | 540 "cwd": "[SLAVE_BUILD]", |
| 539 "name": "webrtc_nonparallel_tests" | 541 "name": "webrtc_nonparallel_tests" |
| 540 }, | 542 }, |
| 541 { | 543 { |
| 542 "name": "$result", | 544 "name": "$result", |
| 543 "recipe_result": null, | 545 "recipe_result": null, |
| 544 "status_code": 0 | 546 "status_code": 0 |
| 545 } | 547 } |
| 546 ] | 548 ] |
| OLD | NEW |