| OLD | NEW |
| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 { | 71 { |
| 72 "cmd": [ | 72 "cmd": [ |
| 73 "[SLAVE_BUILD]/skia/platform_tools/chromeos/bin/chromeos_make", | 73 "[SLAVE_BUILD]/skia/platform_tools/chromeos/bin/chromeos_make", |
| 74 "-d", | 74 "-d", |
| 75 "link", | 75 "link", |
| 76 "dm", | 76 "dm", |
| 77 "BUILDTYPE=Debug" | 77 "BUILDTYPE=Debug" |
| 78 ], | 78 ], |
| 79 "cwd": "[SLAVE_BUILD]/skia", | 79 "cwd": "[SLAVE_BUILD]/skia", |
| 80 "env": { | 80 "env": { |
| 81 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_gpu=0 skia_w
arnings_as_errors=0", | 81 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", |
| 82 "PATH": "%(PATH)s:/home/chrome-bot/depot_tools/third_party/gsutil", | 82 "PATH": "%(PATH)s:/home/chrome-bot/depot_tools/third_party/gsutil", |
| 83 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-
Debug" | 83 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-
Debug" |
| 84 }, | 84 }, |
| 85 "name": "build dm" | 85 "name": "build dm" |
| 86 }, | 86 }, |
| 87 { | 87 { |
| 88 "cmd": [ | 88 "cmd": [ |
| 89 "[SLAVE_BUILD]/skia/platform_tools/chromeos/bin/chromeos_make", | 89 "[SLAVE_BUILD]/skia/platform_tools/chromeos/bin/chromeos_make", |
| 90 "-d", | 90 "-d", |
| 91 "link", | 91 "link", |
| 92 "nanobench", | 92 "nanobench", |
| 93 "BUILDTYPE=Debug" | 93 "BUILDTYPE=Debug" |
| 94 ], | 94 ], |
| 95 "cwd": "[SLAVE_BUILD]/skia", | 95 "cwd": "[SLAVE_BUILD]/skia", |
| 96 "env": { | 96 "env": { |
| 97 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_gpu=0 skia_w
arnings_as_errors=0", | 97 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", |
| 98 "PATH": "%(PATH)s:/home/chrome-bot/depot_tools/third_party/gsutil", | 98 "PATH": "%(PATH)s:/home/chrome-bot/depot_tools/third_party/gsutil", |
| 99 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-
Debug" | 99 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-
Debug" |
| 100 }, | 100 }, |
| 101 "name": "build nanobench" | 101 "name": "build nanobench" |
| 102 }, | 102 }, |
| 103 { | 103 { |
| 104 "cmd": [ | 104 "cmd": [ |
| 105 "ssh", | 105 "ssh", |
| 106 "-p", | 106 "-p", |
| 107 "22", | 107 "22", |
| (...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 619 "/usr/local/skiabot/skia_resources", | 619 "/usr/local/skiabot/skia_resources", |
| 620 "--skps", | 620 "--skps", |
| 621 "/usr/local/skiabot/skia_skp/skps", | 621 "/usr/local/skiabot/skia_skp/skps", |
| 622 "--nogpu", | 622 "--nogpu", |
| 623 "--dummy-flags" | 623 "--dummy-flags" |
| 624 ], | 624 ], |
| 625 "cwd": "[SLAVE_BUILD]", | 625 "cwd": "[SLAVE_BUILD]", |
| 626 "name": "nanobench" | 626 "name": "nanobench" |
| 627 } | 627 } |
| 628 ] | 628 ] |
| OLD | NEW |