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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release.json

Issue 1072483002: Pass --undefok to DM and nanobench for more graceful branch failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 8 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 "git", 4 "git",
5 "fetch" 5 "fetch"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]/skia", 7 "cwd": "[SLAVE_BUILD]/skia",
8 "name": "git fetch" 8 "name": "git fetch"
9 }, 9 },
10 { 10 {
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 { 395 {
396 "cmd": [ 396 "cmd": [
397 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia", 397 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia",
398 "--logcat", 398 "--logcat",
399 "-d", 399 "-d",
400 "nexus_7", 400 "nexus_7",
401 "-s", 401 "-s",
402 "015d210a13480604", 402 "015d210a13480604",
403 "--release", 403 "--release",
404 "nanobench", 404 "nanobench",
405 "--undefok",
405 "-i", 406 "-i",
406 "/storage/emulated/legacy/skiabot/skia_resources", 407 "/storage/emulated/legacy/skiabot/skia_resources",
407 "--skps", 408 "--skps",
408 "/storage/emulated/legacy/skiabot/skia_skp/skps", 409 "/storage/emulated/legacy/skiabot/skia_skp/skps",
409 "--nocpu", 410 "--nocpu",
410 "--dummy-flags", 411 "--dummy-flags",
411 "--outResultsFile", 412 "--outResultsFile",
412 "/storage/emulated/legacy/skiabot/skia_perf/nanobench_164710_1408633190.js on", 413 "/storage/emulated/legacy/skiabot/skia_perf/nanobench_164710_1408633190.js on",
413 "--properties", 414 "--properties",
414 "gitHash", 415 "gitHash",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 { 483 {
483 "cmd": [ 484 "cmd": [
484 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", 485 "/home/chrome-bot/android-sdk-linux/platform-tools/adb",
485 "-s", 486 "-s",
486 "015d210a13480604", 487 "015d210a13480604",
487 "wait-for-device" 488 "wait-for-device"
488 ], 489 ],
489 "name": "wait for device (3)" 490 "name": "wait for device (3)"
490 } 491 }
491 ] 492 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698