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

Side by Side Diff: infra/recipes/android/perf.expected/test_failure.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
« no previous file with comments | « infra/recipes/android/perf.expected/src_side_script_fails.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 }, 233 },
234 { 234 {
235 "cmd": [ 235 "cmd": [
236 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r ecovery.py", 236 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r ecovery.py",
237 "--blacklist-file", 237 "--blacklist-file",
238 "[SLAVE_BUILD]/src/out/bad_devices.json", 238 "[SLAVE_BUILD]/src/out/bad_devices.json",
239 "--known-devices-file", 239 "--known-devices-file",
240 "[HOME]/.android/known_devices.json", 240 "[HOME]/.android/known_devices.json",
241 "--adb-path", 241 "--adb-path",
242 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 242 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
243 "-v" 243 "-v",
244 "--enable-usb-reset"
244 ], 245 ],
245 "env": { 246 "env": {
246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
247 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 248 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
248 }, 249 },
249 "name": "device_recovery" 250 "name": "device_recovery"
250 }, 251 },
251 { 252 {
252 "cmd": [ 253 "cmd": [
253 "python", 254 "python",
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 "@@@STEP_LOG_END@python.inline@@@" 823 "@@@STEP_LOG_END@python.inline@@@"
823 ] 824 ]
824 }, 825 },
825 { 826 {
826 "name": "$result", 827 "name": "$result",
827 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]", 828 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]",
828 "recipe_result": null, 829 "recipe_result": null,
829 "status_code": 1 830 "status_code": 1
830 } 831 }
831 ] 832 ]
OLDNEW
« no previous file with comments | « infra/recipes/android/perf.expected/src_side_script_fails.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698