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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug.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.123", 502 "root@192.168.1.123",
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 ], 589 ],
589 "name": "scp nanobench" 590 "name": "scp nanobench"
590 }, 591 },
591 { 592 {
592 "cmd": [ 593 "cmd": [
593 "ssh", 594 "ssh",
594 "-p", 595 "-p",
595 "22", 596 "22",
596 "root@192.168.1.123", 597 "root@192.168.1.123",
597 "/usr/local/skiabot/bin/nanobench", 598 "/usr/local/skiabot/bin/nanobench",
599 "--undefok",
598 "-i", 600 "-i",
599 "/usr/local/skiabot/skia_resources", 601 "/usr/local/skiabot/skia_resources",
600 "--skps", 602 "--skps",
601 "/usr/local/skiabot/skia_skp/skps", 603 "/usr/local/skiabot/skia_skp/skps",
602 "--nogpu", 604 "--nogpu",
603 "--dummy-flags" 605 "--dummy-flags"
604 ], 606 ],
605 "name": "nanobench" 607 "name": "nanobench"
606 } 608 }
607 ] 609 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698