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_x64_gn", | 10 "win_x64_gn", |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 ] | 98 ] |
99 }, | 99 }, |
100 { | 100 { |
101 "cmd": [ | 101 "cmd": [ |
102 "python", | 102 "python", |
103 "-u", | 103 "-u", |
104 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 104 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
105 "--show-path", | 105 "--show-path", |
106 "python", | 106 "python", |
107 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 107 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 108 "--gsutil-py-path", |
| 109 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
108 "--ninja-path", | 110 "--ninja-path", |
109 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 111 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
110 "--target", | 112 "--target", |
111 "Debug_x64", | 113 "Debug_x64", |
112 "--src-dir", | 114 "--src-dir", |
113 "[SLAVE_BUILD]\\src", | 115 "[SLAVE_BUILD]\\src", |
114 "--goma-cache-dir", | 116 "--goma-cache-dir", |
115 "[GOMA_CACHE]", | 117 "[GOMA_CACHE]", |
116 "--build-tool", | 118 "--build-tool", |
117 "ninja", | 119 "ninja", |
(...skipping 14 matching lines...) Expand all Loading... |
132 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 134 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
133 "@@@STEP_LOG_END@json.output (invalid)@@@" | 135 "@@@STEP_LOG_END@json.output (invalid)@@@" |
134 ] | 136 ] |
135 }, | 137 }, |
136 { | 138 { |
137 "name": "$result", | 139 "name": "$result", |
138 "recipe_result": null, | 140 "recipe_result": null, |
139 "status_code": 0 | 141 "status_code": 0 |
140 } | 142 } |
141 ] | 143 ] |
OLD | NEW |