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.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Android Builder", | 10 "Android Builder", |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 "[SLAVE_BUILD]/src", | 214 "[SLAVE_BUILD]/src", |
215 "src" | 215 "src" |
216 ], | 216 ], |
217 "cwd": "[SLAVE_BUILD]", | 217 "cwd": "[SLAVE_BUILD]", |
218 "name": "tree truth steps" | 218 "name": "tree truth steps" |
219 }, | 219 }, |
220 { | 220 { |
221 "cmd": [ | 221 "cmd": [ |
222 "python", | 222 "python", |
223 "-u", | 223 "-u", |
224 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 224 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
225 "--build-dir", | 225 "--build-dir", |
226 "[SLAVE_BUILD]/src/out/Release", | 226 "[SLAVE_BUILD]/src/out/Release", |
227 "--clean-isolated-files" | 227 "--clean-isolated-files" |
228 ], | 228 ], |
229 "cwd": "[SLAVE_BUILD]", | 229 "cwd": "[SLAVE_BUILD]", |
230 "name": "clean isolated files" | 230 "name": "clean isolated files" |
231 }, | 231 }, |
232 { | 232 { |
233 "cmd": [ | 233 "cmd": [ |
234 "python", | 234 "python", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 "name": "compile", | 267 "name": "compile", |
268 "~followup_annotations": [ | 268 "~followup_annotations": [ |
269 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 269 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
270 "@@@STEP_LOG_END@json.output (invalid)@@@" | 270 "@@@STEP_LOG_END@json.output (invalid)@@@" |
271 ] | 271 ] |
272 }, | 272 }, |
273 { | 273 { |
274 "cmd": [ | 274 "cmd": [ |
275 "python", | 275 "python", |
276 "-u", | 276 "-u", |
277 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 277 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
278 "--build-dir", | 278 "--build-dir", |
279 "[SLAVE_BUILD]/src/out/Release", | 279 "[SLAVE_BUILD]/src/out/Release", |
280 "--src-dir", | 280 "--src-dir", |
281 "[SLAVE_BUILD]/src" | 281 "[SLAVE_BUILD]/src" |
282 ], | 282 ], |
283 "cwd": "[SLAVE_BUILD]", | 283 "cwd": "[SLAVE_BUILD]", |
284 "name": "remove_build_metadata" | 284 "name": "remove_build_metadata" |
285 }, | 285 }, |
286 { | 286 { |
287 "cmd": [ | 287 "cmd": [ |
288 "python", | 288 "python", |
289 "-u", | 289 "-u", |
290 "RECIPE_MODULE[isolate]/resources/isolate.py", | 290 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
291 "[SLAVE_BUILD]/src/tools/swarming_client", | 291 "[SLAVE_BUILD]/src/tools/swarming_client", |
292 "batcharchive", | 292 "batcharchive", |
293 "--dump-json", | 293 "--dump-json", |
294 "/path/to/tmp/json", | 294 "/path/to/tmp/json", |
295 "--isolate-server", | 295 "--isolate-server", |
296 "https://isolateserver.appspot.com", | 296 "https://isolateserver.appspot.com", |
297 "--verbose", | 297 "--verbose", |
298 "[SLAVE_BUILD]/src/out/Release/browser_tests_apk.isolated.gen.json" | 298 "[SLAVE_BUILD]/src/out/Release/browser_tests_apk.isolated.gen.json" |
299 ], | 299 ], |
300 "cwd": "[SLAVE_BUILD]", | 300 "cwd": "[SLAVE_BUILD]", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 "~followup_annotations": [ | 352 "~followup_annotations": [ |
353 "@@@STEP_TEXT@Android Tests@@@" | 353 "@@@STEP_TEXT@Android Tests@@@" |
354 ] | 354 ] |
355 }, | 355 }, |
356 { | 356 { |
357 "name": "$result", | 357 "name": "$result", |
358 "recipe_result": null, | 358 "recipe_result": null, |
359 "status_code": 0 | 359 "status_code": 0 |
360 } | 360 } |
361 ] | 361 ] |
OLD | NEW |