| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
| 8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" | 8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 ] | 46 ] |
| 47 }, | 47 }, |
| 48 { | 48 { |
| 49 "cmd": [ | 49 "cmd": [ |
| 50 "python", | 50 "python", |
| 51 "-u", | 51 "-u", |
| 52 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 52 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 53 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 53 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
| 54 "/path/to/tmp/" | 54 "/path/to/tmp/" |
| 55 ], | 55 ], |
| 56 "cwd": "[SLAVE_BUILD]", | |
| 57 "name": "Get downloaded SKP_VERSION" | 56 "name": "Get downloaded SKP_VERSION" |
| 58 }, | 57 }, |
| 59 { | 58 { |
| 60 "cmd": [ | 59 "cmd": [ |
| 61 "python", | 60 "python", |
| 62 "-u", | 61 "-u", |
| 63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 64 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 63 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
| 65 "/path/to/tmp/" | 64 "/path/to/tmp/" |
| 66 ], | 65 ], |
| 67 "cwd": "[SLAVE_BUILD]", | |
| 68 "name": "Get downloaded SK_IMAGE_VERSION" | 66 "name": "Get downloaded SK_IMAGE_VERSION" |
| 69 }, | 67 }, |
| 70 { | 68 { |
| 71 "cmd": [ | 69 "cmd": [ |
| 72 "valgrind", | 70 "valgrind", |
| 73 "--gen-suppressions=all", | 71 "--gen-suppressions=all", |
| 74 "--leak-check=full", | 72 "--leak-check=full", |
| 75 "--track-origins=yes", | 73 "--track-origins=yes", |
| 76 "--error-exitcode=1", | 74 "--error-exitcode=1", |
| 77 "--num-callers=40", | 75 "--num-callers=40", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 107 "GTX550Ti", | 105 "GTX550Ti", |
| 108 "extra_config", | 106 "extra_config", |
| 109 "Valgrind", | 107 "Valgrind", |
| 110 "model", | 108 "model", |
| 111 "ShuttleA", | 109 "ShuttleA", |
| 112 "os", | 110 "os", |
| 113 "Ubuntu", | 111 "Ubuntu", |
| 114 "--nocpu", | 112 "--nocpu", |
| 115 "--dummy-flags" | 113 "--dummy-flags" |
| 116 ], | 114 ], |
| 117 "cwd": "[SLAVE_BUILD]", | |
| 118 "env": { | 115 "env": { |
| 119 "BUILDTYPE": "Release", | 116 "BUILDTYPE": "Release", |
| 120 "CHROME_HEADLESS": "1", | 117 "CHROME_HEADLESS": "1", |
| 121 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 118 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
| 122 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", | 119 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", |
| 123 "SKIA_OUT": "[SLAVE_BUILD]/out" | 120 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 124 }, | 121 }, |
| 125 "name": "dm" | 122 "name": "dm" |
| 126 }, | 123 }, |
| 127 { | 124 { |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 "extra_config", | 162 "extra_config", |
| 166 "Valgrind", | 163 "Valgrind", |
| 167 "model", | 164 "model", |
| 168 "ShuttleA", | 165 "ShuttleA", |
| 169 "os", | 166 "os", |
| 170 "Ubuntu", | 167 "Ubuntu", |
| 171 "--nocpu", | 168 "--nocpu", |
| 172 "--dummy-flags", | 169 "--dummy-flags", |
| 173 "--abandonGpuContext" | 170 "--abandonGpuContext" |
| 174 ], | 171 ], |
| 175 "cwd": "[SLAVE_BUILD]", | |
| 176 "env": { | 172 "env": { |
| 177 "BUILDTYPE": "Release", | 173 "BUILDTYPE": "Release", |
| 178 "CHROME_HEADLESS": "1", | 174 "CHROME_HEADLESS": "1", |
| 179 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 175 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
| 180 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", | 176 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", |
| 181 "SKIA_OUT": "[SLAVE_BUILD]/out" | 177 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 182 }, | 178 }, |
| 183 "name": "dm --abandonGpuContext" | 179 "name": "dm --abandonGpuContext" |
| 184 }, | 180 }, |
| 185 { | 181 { |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 "extra_config", | 219 "extra_config", |
| 224 "Valgrind", | 220 "Valgrind", |
| 225 "model", | 221 "model", |
| 226 "ShuttleA", | 222 "ShuttleA", |
| 227 "os", | 223 "os", |
| 228 "Ubuntu", | 224 "Ubuntu", |
| 229 "--nocpu", | 225 "--nocpu", |
| 230 "--dummy-flags", | 226 "--dummy-flags", |
| 231 "--preAbandonGpuContext" | 227 "--preAbandonGpuContext" |
| 232 ], | 228 ], |
| 233 "cwd": "[SLAVE_BUILD]", | |
| 234 "env": { | 229 "env": { |
| 235 "BUILDTYPE": "Release", | 230 "BUILDTYPE": "Release", |
| 236 "CHROME_HEADLESS": "1", | 231 "CHROME_HEADLESS": "1", |
| 237 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 232 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
| 238 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", | 233 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", |
| 239 "SKIA_OUT": "[SLAVE_BUILD]/out" | 234 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 240 }, | 235 }, |
| 241 "name": "dm --preAbandonGpuContext" | 236 "name": "dm --preAbandonGpuContext" |
| 242 }, | 237 }, |
| 243 { | 238 { |
| 244 "name": "$result", | 239 "name": "$result", |
| 245 "recipe_result": null, | 240 "recipe_result": null, |
| 246 "status_code": 0 | 241 "status_code": 0 |
| 247 } | 242 } |
| 248 ] | 243 ] |
| OLD | NEW |