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 (dbg)", | 10 "Android Builder (dbg)", |
(...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/Debug", | 226 "[SLAVE_BUILD]/src/out/Debug", |
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 "name": "compile", | 268 "name": "compile", |
269 "~followup_annotations": [ | 269 "~followup_annotations": [ |
270 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 270 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
271 "@@@STEP_LOG_END@json.output (invalid)@@@" | 271 "@@@STEP_LOG_END@json.output (invalid)@@@" |
272 ] | 272 ] |
273 }, | 273 }, |
274 { | 274 { |
275 "cmd": [ | 275 "cmd": [ |
276 "python", | 276 "python", |
277 "-u", | 277 "-u", |
278 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 278 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
279 "--build-dir", | 279 "--build-dir", |
280 "[SLAVE_BUILD]/src/out/Debug", | 280 "[SLAVE_BUILD]/src/out/Debug", |
281 "--src-dir", | 281 "--src-dir", |
282 "[SLAVE_BUILD]/src" | 282 "[SLAVE_BUILD]/src" |
283 ], | 283 ], |
284 "cwd": "[SLAVE_BUILD]", | 284 "cwd": "[SLAVE_BUILD]", |
285 "name": "remove_build_metadata" | 285 "name": "remove_build_metadata" |
286 }, | 286 }, |
287 { | 287 { |
288 "cmd": [ | 288 "cmd": [ |
289 "python", | 289 "python", |
290 "-u", | 290 "-u", |
291 "RECIPE_MODULE[isolate]/resources/isolate.py", | 291 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
292 "[SLAVE_BUILD]/src/tools/swarming_client", | 292 "[SLAVE_BUILD]/src/tools/swarming_client", |
293 "batcharchive", | 293 "batcharchive", |
294 "--dump-json", | 294 "--dump-json", |
295 "/path/to/tmp/json", | 295 "/path/to/tmp/json", |
296 "--isolate-server", | 296 "--isolate-server", |
297 "https://isolateserver.appspot.com", | 297 "https://isolateserver.appspot.com", |
298 "--verbose", | 298 "--verbose", |
299 "[SLAVE_BUILD]/src/out/Debug/browser_tests_apk.isolated.gen.json" | 299 "[SLAVE_BUILD]/src/out/Debug/browser_tests_apk.isolated.gen.json" |
300 ], | 300 ], |
301 "cwd": "[SLAVE_BUILD]", | 301 "cwd": "[SLAVE_BUILD]", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 "~followup_annotations": [ | 353 "~followup_annotations": [ |
354 "@@@STEP_TEXT@Android Tests (dbg)@@@" | 354 "@@@STEP_TEXT@Android Tests (dbg)@@@" |
355 ] | 355 ] |
356 }, | 356 }, |
357 { | 357 { |
358 "name": "$result", | 358 "name": "$result", |
359 "recipe_result": null, | 359 "recipe_result": null, |
360 "status_code": 0 | 360 "status_code": 0 |
361 } | 361 } |
362 ] | 362 ] |
OLD | NEW |