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

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

Issue 2192563004: [Android] Move host_info from test config to recipe step for android perf bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: [Android] Move host_info from test config to recipe step for android perf bots. Created 4 years, 4 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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 "--release" 439 "--release"
440 ], 440 ],
441 "env": { 441 "env": {
442 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 442 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
443 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 443 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
444 }, 444 },
445 "name": "install ChromePublic.apk" 445 "name": "install ChromePublic.apk"
446 }, 446 },
447 { 447 {
448 "cmd": [ 448 "cmd": [
449 "[SLAVE_BUILD]/src/testing/scripts/host_info.py",
450 "--build-config-fs",
451 "Release",
452 "--paths",
453 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}",
454 "--properties",
455 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\": \"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat form\": \"android\"}",
456 "run",
457 "--output",
458 "/path/to/tmp/json"
459 ],
460 "env": {
461 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
462 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
463 },
464 "name": "Host_Info",
465 "~followup_annotations": [
466 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
467 "@@@STEP_LOG_END@json.output (invalid)@@@"
468 ]
469 },
470 {
471 "cmd": [
449 "python", 472 "python",
450 "-u", 473 "-u",
451 "[SLAVE_BUILD]/src/testing/scripts/host_info.py", 474 "[SLAVE_BUILD]/src/testing/scripts/host_info.py",
452 "--build-config-fs", 475 "--build-config-fs",
453 "Release", 476 "Release",
454 "--paths", 477 "--paths",
455 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}", 478 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}",
456 "--properties", 479 "--properties",
457 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\": \"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat form\": \"android\"}", 480 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\": \"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat form\": \"android\"}",
458 "run", 481 "run",
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 "@@@STEP_LOG_END@python.inline@@@" 806 "@@@STEP_LOG_END@python.inline@@@"
784 ] 807 ]
785 }, 808 },
786 { 809 {
787 "name": "$result", 810 "name": "$result",
788 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]", 811 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]",
789 "recipe_result": null, 812 "recipe_result": null,
790 "status_code": 1 813 "status_code": 1
791 } 814 }
792 ] 815 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698