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

Side by Side Diff: infra/recipes/android/perf.expected/host_info_failure.json

Issue 2320843002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "-u", 124 "-u",
125 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 125 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
126 "--output", 126 "--output",
127 "/path/to/tmp/json", 127 "/path/to/tmp/json",
128 "--", 128 "--",
129 "--build-config-fs", 129 "--build-config-fs",
130 "Release", 130 "Release",
131 "--paths", 131 "--paths",
132 "{\"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\"}", 132 "{\"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\"}",
133 "--properties", 133 "--properties",
134 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma stername\": \"chromium.perf\", \"slavename\": \"slavename\", \"target_platform\" : \"android\"}" 134 "{\"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\"}"
135 ], 135 ],
136 "name": "get compile targets for scripts", 136 "name": "get compile targets for scripts",
137 "~followup_annotations": [ 137 "~followup_annotations": [
138 "@@@STEP_LOG_LINE@json.output@{}@@@", 138 "@@@STEP_LOG_LINE@json.output@{}@@@",
139 "@@@STEP_LOG_END@json.output@@@" 139 "@@@STEP_LOG_END@json.output@@@"
140 ] 140 ]
141 }, 141 },
142 { 142 {
143 "cmd": [ 143 "cmd": [
144 "python", 144 "python",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 "name": "install ChromePublic.apk" 437 "name": "install ChromePublic.apk"
438 }, 438 },
439 { 439 {
440 "cmd": [ 440 "cmd": [
441 "[SLAVE_BUILD]/src/testing/scripts/host_info.py", 441 "[SLAVE_BUILD]/src/testing/scripts/host_info.py",
442 "--build-config-fs", 442 "--build-config-fs",
443 "Release", 443 "Release",
444 "--paths", 444 "--paths",
445 "{\"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\"}", 445 "{\"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\"}",
446 "--properties", 446 "--properties",
447 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma stername\": \"chromium.perf\", \"slavename\": \"slavename\", \"target_platform\" : \"android\"}", 447 "{\"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\"}",
448 "--args", 448 "--args",
449 "[\"--known-devices-file\", \"[HOME]/.android/known_devices.json\"]", 449 "[\"--known-devices-file\", \"[HOME]/.android/known_devices.json\"]",
450 "run", 450 "run",
451 "--output", 451 "--output",
452 "/path/to/tmp/json" 452 "/path/to/tmp/json"
453 ], 453 ],
454 "env": { 454 "env": {
455 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 455 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
456 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 456 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
457 }, 457 },
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 829 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
830 "@@@STEP_LOG_END@python.inline@@@" 830 "@@@STEP_LOG_END@python.inline@@@"
831 ] 831 ]
832 }, 832 },
833 { 833 {
834 "name": "$result", 834 "name": "$result",
835 "recipe_result": null, 835 "recipe_result": null,
836 "status_code": 0 836 "status_code": 0
837 } 837 }
838 ] 838 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698