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 "ClangToTLinuxASan", | 10 "ClangToTLinuxASan", |
(...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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 ], | 370 ], |
369 "cwd": "[SLAVE_BUILD]", | 371 "cwd": "[SLAVE_BUILD]", |
370 "name": "sizes" | 372 "name": "sizes" |
371 }, | 373 }, |
372 { | 374 { |
373 "name": "$result", | 375 "name": "$result", |
374 "recipe_result": null, | 376 "recipe_result": null, |
375 "status_code": 0 | 377 "status_code": 0 |
376 } | 378 } |
377 ] | 379 ] |
OLD | NEW |