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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-ChromeOS-GCC-Daisy-CPU-NEON-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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 ], 494 ],
495 "name": "scp dm" 495 "name": "scp dm"
496 }, 496 },
497 { 497 {
498 "cmd": [ 498 "cmd": [
499 "ssh", 499 "ssh",
500 "-p", 500 "-p",
501 "22", 501 "22",
502 "root@192.168.1.134", 502 "root@192.168.1.134",
503 "/usr/local/skiabot/bin/dm", 503 "/usr/local/skiabot/bin/dm",
504 "--undefok",
504 "--verbose", 505 "--verbose",
505 "--resourcePath", 506 "--resourcePath",
506 "/usr/local/skiabot/skia_resources", 507 "/usr/local/skiabot/skia_resources",
507 "--skps", 508 "--skps",
508 "/usr/local/skiabot/skia_skp/skps", 509 "/usr/local/skiabot/skia_skp/skps",
509 "--images", 510 "--images",
510 "/usr/local/skiabot/skia_images", 511 "/usr/local/skiabot/skia_images",
511 "--writePath", 512 "--writePath",
512 "/usr/local/skiabot/skia_dm_out", 513 "/usr/local/skiabot/skia_dm_out",
513 "--nameByHash", 514 "--nameByHash",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 "164710", 556 "164710",
556 "Test-ChromeOS-GCC-Daisy-CPU-NEON-Arm7-Release", 557 "Test-ChromeOS-GCC-Daisy-CPU-NEON-Arm7-Release",
557 "5", 558 "5",
558 "", 559 "",
559 "[SLAVE_BUILD]/skia/common/py/utils" 560 "[SLAVE_BUILD]/skia/common/py/utils"
560 ], 561 ],
561 "cwd": "[SLAVE_BUILD]/skia", 562 "cwd": "[SLAVE_BUILD]/skia",
562 "name": "Upload DM Results" 563 "name": "Upload DM Results"
563 } 564 }
564 ] 565 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698