Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Side by Side Diff: scripts/slave/recipes/android/perf.expected/test_failure.json

Issue 2065843002: [Android] Only pass --adb-path to adb_install_apk for M51 and above. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@update-version
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Nexus5 Perf (1)", 10 "Android Nexus5 Perf (1)",
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py" , 382 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py" ,
383 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 383 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
384 "[\"07a00ca4\"]", 384 "[\"07a00ca4\"]",
385 "--blacklist-file", 385 "--blacklist-file",
386 "[SLAVE_BUILD]/src/out/bad_devices.json" 386 "[SLAVE_BUILD]/src/out/bad_devices.json"
387 ], 387 ],
388 "name": "spawn_device_monitor" 388 "name": "spawn_device_monitor"
389 }, 389 },
390 { 390 {
391 "cmd": [ 391 "cmd": [
392 "python",
393 "-u",
394 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
395 "[SLAVE_BUILD]/src/chrome/VERSION",
396 "/path/to/tmp/"
397 ],
398 "name": "get version"
399 },
400 {
401 "cmd": [
392 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 402 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
393 "ChromePublic.apk", 403 "ChromePublic.apk",
394 "-v", 404 "-v",
395 "--blacklist-file", 405 "--blacklist-file",
396 "[SLAVE_BUILD]/src/out/bad_devices.json", 406 "[SLAVE_BUILD]/src/out/bad_devices.json",
397 "--adb-path", 407 "--adb-path",
398 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 408 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
399 "--release" 409 "--release"
400 ], 410 ],
401 "env": { 411 "env": {
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 717 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
708 "@@@STEP_LOG_END@python.inline@@@" 718 "@@@STEP_LOG_END@python.inline@@@"
709 ] 719 ]
710 }, 720 },
711 { 721 {
712 "name": "$result", 722 "name": "$result",
713 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]", 723 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]",
714 "status_code": 1 724 "status_code": 1
715 } 725 }
716 ] 726 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698