Chromium Code Reviews

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

Issue 2270563005: Clean up some discrepancies in the perf recipe configs (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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...)
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\", \"perf-id\": \"android-nexus5\", \"results-url\": \"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat form\": \"android\"}" 134 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma stername\": \"chromium.perf\", \"slavename\": \"slavename\", \"target_platform\" : \"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 133 matching lines...)
278 "@@@STEP_EXCEPTION@@@" 278 "@@@STEP_EXCEPTION@@@"
279 ] 279 ]
280 }, 280 },
281 { 281 {
282 "name": "$result", 282 "name": "$result",
283 "reason": "Infra Failure: Step('provision_devices') returned 1", 283 "reason": "Infra Failure: Step('provision_devices') returned 1",
284 "recipe_result": null, 284 "recipe_result": null,
285 "status_code": 1 285 "status_code": 1
286 } 286 }
287 ] 287 ]
OLDNEW

Powered by Google App Engine