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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 ] | 223 ] |
224 }, | 224 }, |
225 { | 225 { |
226 "cmd": [ | 226 "cmd": [ |
227 "python", | 227 "python", |
228 "-u", | 228 "-u", |
229 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 229 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
230 "--show-path", | 230 "--show-path", |
231 "python", | 231 "python", |
232 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 232 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 233 "--gsutil-py-path", |
| 234 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
233 "--ninja-path", | 235 "--ninja-path", |
234 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 236 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
235 "--target", | 237 "--target", |
236 "Release", | 238 "Release", |
237 "--src-dir", | 239 "--src-dir", |
238 "[SLAVE_BUILD]/src", | 240 "[SLAVE_BUILD]/src", |
239 "--goma-cache-dir", | 241 "--goma-cache-dir", |
240 "[GOMA_CACHE]", | 242 "[GOMA_CACHE]", |
241 "--build-tool", | 243 "--build-tool", |
242 "ninja", | 244 "ninja", |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 ], | 371 ], |
370 "cwd": "[SLAVE_BUILD]", | 372 "cwd": "[SLAVE_BUILD]", |
371 "name": "sizes" | 373 "name": "sizes" |
372 }, | 374 }, |
373 { | 375 { |
374 "name": "$result", | 376 "name": "$result", |
375 "recipe_result": null, | 377 "recipe_result": null, |
376 "status_code": 0 | 378 "status_code": 0 |
377 } | 379 } |
378 ] | 380 ] |
OLD | NEW |