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.libyuv", | 8 "tryserver.libyuv", |
9 "--builder", | 9 "--builder", |
10 "win", | 10 "win", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 "name": "gclient runhooks" | 64 "name": "gclient runhooks" |
65 }, | 65 }, |
66 { | 66 { |
67 "cmd": [ | 67 "cmd": [ |
68 "python", | 68 "python", |
69 "-u", | 69 "-u", |
70 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 70 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
71 "--show-path", | 71 "--show-path", |
72 "python", | 72 "python", |
73 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 73 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 74 "--gsutil-py-path", |
| 75 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
74 "--ninja-path", | 76 "--ninja-path", |
75 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 77 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
76 "--target", | 78 "--target", |
77 "Debug", | 79 "Debug", |
78 "--src-dir", | 80 "--src-dir", |
79 "[SLAVE_BUILD]\\src", | 81 "[SLAVE_BUILD]\\src", |
80 "--goma-cache-dir", | 82 "--goma-cache-dir", |
81 "[GOMA_CACHE]", | 83 "[GOMA_CACHE]", |
82 "--build-tool", | 84 "--build-tool", |
83 "ninja", | 85 "ninja", |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 ], | 119 ], |
118 "cwd": "[SLAVE_BUILD]", | 120 "cwd": "[SLAVE_BUILD]", |
119 "name": "libyuv_unittest" | 121 "name": "libyuv_unittest" |
120 }, | 122 }, |
121 { | 123 { |
122 "name": "$result", | 124 "name": "$result", |
123 "recipe_result": null, | 125 "recipe_result": null, |
124 "status_code": 0 | 126 "status_code": 0 |
125 } | 127 } |
126 ] | 128 ] |
OLD | NEW |