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 MSan", | 10 "Linux MSan", |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 "--gsutil-py-path", | 177 "--gsutil-py-path", |
178 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 178 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
179 "--ninja-path", | 179 "--ninja-path", |
180 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 180 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
181 "--target", | 181 "--target", |
182 "Release", | 182 "Release", |
183 "--src-dir", | 183 "--src-dir", |
184 "[SLAVE_BUILD]/src", | 184 "[SLAVE_BUILD]/src", |
185 "--goma-cache-dir", | 185 "--goma-cache-dir", |
186 "[GOMA_CACHE]", | 186 "[GOMA_CACHE]", |
187 "--build-tool", | |
188 "ninja", | |
189 "--compiler", | 187 "--compiler", |
190 "goma-clang", | 188 "goma-clang", |
191 "--goma-jsonstatus", | 189 "--goma-jsonstatus", |
192 "/path/to/tmp/json", | 190 "/path/to/tmp/json", |
193 "--goma-service-account-json-file", | 191 "--goma-service-account-json-file", |
194 "/creds/service_accounts/service-account-goma-client.json", | 192 "/creds/service_accounts/service-account-goma-client.json", |
195 "--goma-dir", | 193 "--goma-dir", |
196 "[CACHE]/cipd/goma", | 194 "[CACHE]/cipd/goma", |
197 "--", | 195 "--", |
198 "All" | 196 "All" |
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
623 "webrtc_nonparallel_tests" | 621 "webrtc_nonparallel_tests" |
624 ], | 622 ], |
625 "name": "webrtc_nonparallel_tests" | 623 "name": "webrtc_nonparallel_tests" |
626 }, | 624 }, |
627 { | 625 { |
628 "name": "$result", | 626 "name": "$result", |
629 "recipe_result": null, | 627 "recipe_result": null, |
630 "status_code": 0 | 628 "status_code": 0 |
631 } | 629 } |
632 ] | 630 ] |
OLD | NEW |