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 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Android Cloud Tests", | 10 "Android Cloud Tests", |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 "[GOMA_CACHE]", | 262 "[GOMA_CACHE]", |
263 "--build-tool", | 263 "--build-tool", |
264 "ninja", | 264 "ninja", |
265 "--compiler", | 265 "--compiler", |
266 "goma", | 266 "goma", |
267 "--goma-jsonstatus", | 267 "--goma-jsonstatus", |
268 "/path/to/tmp/json", | 268 "/path/to/tmp/json", |
269 "--goma-dir", | 269 "--goma-dir", |
270 "[SLAVE_BUILD]/src/build/goma/client", | 270 "[SLAVE_BUILD]/src/build/goma/client", |
271 "--", | 271 "--", |
272 "base_unittests", | |
273 "base_unittests_apk" | 272 "base_unittests_apk" |
274 ], | 273 ], |
275 "cwd": "[SLAVE_BUILD]", | 274 "cwd": "[SLAVE_BUILD]", |
276 "env": { | 275 "env": { |
277 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 276 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
278 }, | 277 }, |
279 "name": "compile", | 278 "name": "compile", |
280 "~followup_annotations": [ | 279 "~followup_annotations": [ |
281 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 280 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
282 "@@@STEP_LOG_END@json.output (invalid)@@@" | 281 "@@@STEP_LOG_END@json.output (invalid)@@@" |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 "cwd": "[SLAVE_BUILD]", | 338 "cwd": "[SLAVE_BUILD]", |
340 "env": { | 339 "env": { |
341 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 340 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
342 }, | 341 }, |
343 "name": "provision_devices" | 342 "name": "provision_devices" |
344 }, | 343 }, |
345 { | 344 { |
346 "cmd": [ | 345 "cmd": [ |
347 "python", | 346 "python", |
348 "-u", | 347 "-u", |
349 "[SLAVE_BUILD]/src/out/Release/bin/run_base_unittests", | 348 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 349 "gtest", |
| 350 "-s", |
| 351 "base_unittests", |
350 "--isolate-file-path=src/base/base_unittests.isolate", | 352 "--isolate-file-path=src/base/base_unittests.isolate", |
351 "--blacklist-file", | 353 "--blacklist-file", |
352 "[SLAVE_BUILD]/src/out/bad_devices.json", | 354 "[SLAVE_BUILD]/src/out/bad_devices.json", |
353 "--verbose", | 355 "--verbose", |
| 356 "--release", |
354 "--flakiness-dashboard-server=test-results.appspot.com", | 357 "--flakiness-dashboard-server=test-results.appspot.com", |
355 "--json-results-file", | 358 "--json-results-file", |
356 "/path/to/tmp/json" | 359 "/path/to/tmp/json" |
357 ], | 360 ], |
358 "cwd": "[SLAVE_BUILD]", | 361 "cwd": "[SLAVE_BUILD]", |
359 "env": { | 362 "env": { |
| 363 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
360 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 364 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
361 }, | 365 }, |
362 "name": "base_unittests" | 366 "name": "base_unittests" |
363 }, | 367 }, |
364 { | 368 { |
365 "cmd": [ | 369 "cmd": [ |
366 "python", | 370 "python", |
367 "-u", | 371 "-u", |
368 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 372 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
369 "--output-path", | 373 "--output-path", |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 461 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
458 "@@@STEP_LOG_END@python.inline@@@" | 462 "@@@STEP_LOG_END@python.inline@@@" |
459 ] | 463 ] |
460 }, | 464 }, |
461 { | 465 { |
462 "name": "$result", | 466 "name": "$result", |
463 "recipe_result": null, | 467 "recipe_result": null, |
464 "status_code": 0 | 468 "status_code": 0 |
465 } | 469 } |
466 ] | 470 ] |
OLD | NEW |