OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.angle", | 8 "chromium.angle", |
9 "--builder", | 9 "--builder", |
10 "Linux Builder (ANGLE)", | 10 "Linux Builder (ANGLE)", |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 "-u", | 177 "-u", |
178 "[BUILD]/scripts/slave/cleanup_temp.py" | 178 "[BUILD]/scripts/slave/cleanup_temp.py" |
179 ], | 179 ], |
180 "cwd": "[SLAVE_BUILD]", | 180 "cwd": "[SLAVE_BUILD]", |
181 "name": "cleanup_temp" | 181 "name": "cleanup_temp" |
182 }, | 182 }, |
183 { | 183 { |
184 "cmd": [ | 184 "cmd": [ |
185 "python", | 185 "python", |
186 "-u", | 186 "-u", |
187 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 187 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
188 "--build-dir", | 188 "--build-dir", |
189 "[SLAVE_BUILD]/src/out/Release", | 189 "[SLAVE_BUILD]/src/out/Release", |
190 "--clean-isolated-files" | 190 "--clean-isolated-files" |
191 ], | 191 ], |
192 "cwd": "[SLAVE_BUILD]", | 192 "cwd": "[SLAVE_BUILD]", |
193 "name": "clean isolated files" | 193 "name": "clean isolated files" |
194 }, | 194 }, |
195 { | 195 { |
196 "cmd": [ | 196 "cmd": [ |
197 "python", | 197 "python", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 "name": "compile", | 239 "name": "compile", |
240 "~followup_annotations": [ | 240 "~followup_annotations": [ |
241 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 241 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
242 "@@@STEP_LOG_END@json.output (invalid)@@@" | 242 "@@@STEP_LOG_END@json.output (invalid)@@@" |
243 ] | 243 ] |
244 }, | 244 }, |
245 { | 245 { |
246 "cmd": [ | 246 "cmd": [ |
247 "python", | 247 "python", |
248 "-u", | 248 "-u", |
249 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 249 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
250 "--build-dir", | 250 "--build-dir", |
251 "[SLAVE_BUILD]/src/out/Release", | 251 "[SLAVE_BUILD]/src/out/Release", |
252 "--src-dir", | 252 "--src-dir", |
253 "[SLAVE_BUILD]/src" | 253 "[SLAVE_BUILD]/src" |
254 ], | 254 ], |
255 "cwd": "[SLAVE_BUILD]", | 255 "cwd": "[SLAVE_BUILD]", |
256 "name": "remove_build_metadata" | 256 "name": "remove_build_metadata" |
257 }, | 257 }, |
258 { | 258 { |
259 "cmd": [ | 259 "cmd": [ |
260 "python", | 260 "python", |
261 "-u", | 261 "-u", |
262 "RECIPE_MODULE[isolate]/resources/isolate.py", | 262 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
263 "[SLAVE_BUILD]/src/tools/swarming_client", | 263 "[SLAVE_BUILD]/src/tools/swarming_client", |
264 "batcharchive", | 264 "batcharchive", |
265 "--dump-json", | 265 "--dump-json", |
266 "/path/to/tmp/json", | 266 "/path/to/tmp/json", |
267 "--isolate-server", | 267 "--isolate-server", |
268 "https://isolateserver.appspot.com", | 268 "https://isolateserver.appspot.com", |
269 "--verbose", | 269 "--verbose", |
270 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 270 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
271 ], | 271 ], |
272 "cwd": "[SLAVE_BUILD]", | 272 "cwd": "[SLAVE_BUILD]", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 "~followup_annotations": [ | 324 "~followup_annotations": [ |
325 "@@@STEP_TEXT@Linux Tests (ANGLE)@@@" | 325 "@@@STEP_TEXT@Linux Tests (ANGLE)@@@" |
326 ] | 326 ] |
327 }, | 327 }, |
328 { | 328 { |
329 "name": "$result", | 329 "name": "$result", |
330 "recipe_result": null, | 330 "recipe_result": null, |
331 "status_code": 0 | 331 "status_code": 0 |
332 } | 332 } |
333 ] | 333 ] |
OLD | NEW |