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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "linux_ubsan_vptr", | 10 "linux_ubsan_vptr", |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 ] | 119 ] |
120 }, | 120 }, |
121 { | 121 { |
122 "cmd": [ | 122 "cmd": [ |
123 "python", | 123 "python", |
124 "-u", | 124 "-u", |
125 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 125 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
126 "--show-path", | 126 "--show-path", |
127 "python", | 127 "python", |
128 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 128 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 129 "--gsutil-py-path", |
| 130 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
129 "--ninja-path", | 131 "--ninja-path", |
130 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 132 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
131 "--target", | 133 "--target", |
132 "Release", | 134 "Release", |
133 "--src-dir", | 135 "--src-dir", |
134 "[SLAVE_BUILD]/src", | 136 "[SLAVE_BUILD]/src", |
135 "--goma-cache-dir", | 137 "--goma-cache-dir", |
136 "[GOMA_CACHE]", | 138 "[GOMA_CACHE]", |
137 "--build-tool", | 139 "--build-tool", |
138 "ninja", | 140 "ninja", |
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 ], | 544 ], |
543 "cwd": "[SLAVE_BUILD]", | 545 "cwd": "[SLAVE_BUILD]", |
544 "name": "webrtc_nonparallel_tests" | 546 "name": "webrtc_nonparallel_tests" |
545 }, | 547 }, |
546 { | 548 { |
547 "name": "$result", | 549 "name": "$result", |
548 "recipe_result": null, | 550 "recipe_result": null, |
549 "status_code": 0 | 551 "status_code": 0 |
550 } | 552 } |
551 ] | 553 ] |
OLD | NEW |