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

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

Issue 2322663002: 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 }, 242 },
243 { 243 {
244 "cmd": [ 244 "cmd": [
245 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r ecovery.py", 245 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r ecovery.py",
246 "--blacklist-file", 246 "--blacklist-file",
247 "[SLAVE_BUILD]/src/out/bad_devices.json", 247 "[SLAVE_BUILD]/src/out/bad_devices.json",
248 "--known-devices-file", 248 "--known-devices-file",
249 "[HOME]/.android/known_devices.json", 249 "[HOME]/.android/known_devices.json",
250 "--adb-path", 250 "--adb-path",
251 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 251 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
252 "-v" 252 "-v",
253 "--enable-usb-reset"
253 ], 254 ],
254 "env": { 255 "env": {
255 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
256 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 257 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
257 }, 258 },
258 "name": "device_recovery" 259 "name": "device_recovery"
259 }, 260 },
260 { 261 {
261 "cmd": [ 262 "cmd": [
262 "python", 263 "python",
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 "@@@STEP_LOG_END@python.inline@@@" 856 "@@@STEP_LOG_END@python.inline@@@"
856 ] 857 ]
857 }, 858 },
858 { 859 {
859 "name": "$result", 860 "name": "$result",
860 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]", 861 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]",
861 "recipe_result": null, 862 "recipe_result": null,
862 "status_code": 1 863 "status_code": 1
863 } 864 }
864 ] 865 ]
OLDNEW
« no previous file with comments | « infra/recipes/android/perf.expected/provision_devices.json ('k') | infra/recipes/android/perf.expected/test_failure.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698