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.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "linux_swarming", | 10 "linux_swarming", |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 ] | 125 ] |
126 }, | 126 }, |
127 { | 127 { |
128 "cmd": [ | 128 "cmd": [ |
129 "python", | 129 "python", |
130 "-u", | 130 "-u", |
131 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 131 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
132 "--show-path", | 132 "--show-path", |
133 "python", | 133 "python", |
134 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 134 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 135 "--gsutil-py-path", |
| 136 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
135 "--ninja-path", | 137 "--ninja-path", |
136 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
137 "--target", | 139 "--target", |
138 "Debug", | 140 "Debug", |
139 "--src-dir", | 141 "--src-dir", |
140 "[SLAVE_BUILD]/src", | 142 "[SLAVE_BUILD]/src", |
141 "--goma-cache-dir", | 143 "--goma-cache-dir", |
142 "[GOMA_CACHE]", | 144 "[GOMA_CACHE]", |
143 "--build-tool", | 145 "--build-tool", |
144 "ninja", | 146 "ninja", |
(...skipping 2075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2220 "@@@STEP_LOG_END@json.output@@@", | 2222 "@@@STEP_LOG_END@json.output@@@", |
2221 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2223 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2222 ] | 2224 ] |
2223 }, | 2225 }, |
2224 { | 2226 { |
2225 "name": "$result", | 2227 "name": "$result", |
2226 "recipe_result": null, | 2228 "recipe_result": null, |
2227 "status_code": 0 | 2229 "status_code": 0 |
2228 } | 2230 } |
2229 ] | 2231 ] |
OLD | NEW |