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 "ChromePracticeFullTester", | 10 "ChromePracticeFullTester", |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 "name": "cleanup_temp" | 219 "name": "cleanup_temp" |
220 }, | 220 }, |
221 { | 221 { |
222 "cmd": [ | 222 "cmd": [ |
223 "python", | 223 "python", |
224 "-u", | 224 "-u", |
225 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 225 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
226 "--show-path", | 226 "--show-path", |
227 "python", | 227 "python", |
228 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 228 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 229 "--gsutil-py-path", |
| 230 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
229 "--ninja-path", | 231 "--ninja-path", |
230 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 232 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
231 "--target", | 233 "--target", |
232 "Release", | 234 "Release", |
233 "--src-dir", | 235 "--src-dir", |
234 "[SLAVE_BUILD]/src", | 236 "[SLAVE_BUILD]/src", |
235 "--goma-cache-dir", | 237 "--goma-cache-dir", |
236 "[GOMA_CACHE]", | 238 "[GOMA_CACHE]", |
237 "--build-tool", | 239 "--build-tool", |
238 "ninja", | 240 "ninja", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 ], | 281 ], |
280 "cwd": "[SLAVE_BUILD]", | 282 "cwd": "[SLAVE_BUILD]", |
281 "name": "base_unittests" | 283 "name": "base_unittests" |
282 }, | 284 }, |
283 { | 285 { |
284 "name": "$result", | 286 "name": "$result", |
285 "recipe_result": null, | 287 "recipe_result": null, |
286 "status_code": 0 | 288 "status_code": 0 |
287 } | 289 } |
288 ] | 290 ] |
OLD | NEW |