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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 53 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
54 "/path/to/tmp/" | 54 "/path/to/tmp/" |
55 ], | 55 ], |
56 "name": "Get downloaded SKP_VERSION" | 56 "name": "Get downloaded SKP_VERSION" |
57 }, | 57 }, |
58 { | 58 { |
59 "cmd": [ | 59 "cmd": [ |
60 "python", | 60 "python", |
61 "-u", | 61 "-u", |
62 "\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", |
63 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 63 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
64 "/path/to/tmp/" | 64 "/path/to/tmp/" |
65 ], | 65 ], |
66 "name": "Get downloaded SK_IMAGE_VERSION" | 66 "name": "Get downloaded skimage VERSION" |
67 }, | 67 }, |
68 { | 68 { |
69 "cmd": [ | 69 "cmd": [ |
| 70 "python", |
| 71 "-u", |
| 72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 73 "42", |
| 74 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" |
| 75 ], |
| 76 "name": "write SK_IMAGE_VERSION" |
| 77 }, |
| 78 { |
| 79 "cmd": [ |
70 "valgrind", | 80 "valgrind", |
71 "--gen-suppressions=all", | 81 "--gen-suppressions=all", |
72 "--leak-check=full", | 82 "--leak-check=full", |
73 "--track-origins=yes", | 83 "--track-origins=yes", |
74 "--error-exitcode=1", | 84 "--error-exitcode=1", |
75 "--num-callers=40", | 85 "--num-callers=40", |
76 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 86 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
77 "[SLAVE_BUILD]/out/Release/dm", | 87 "[SLAVE_BUILD]/out/Release/dm", |
78 "--undefok", | 88 "--undefok", |
79 "--resourcePath", | 89 "--resourcePath", |
80 "[SLAVE_BUILD]/skia/resources", | 90 "[SLAVE_BUILD]/skia/resources", |
81 "--skps", | 91 "--skps", |
82 "[SLAVE_BUILD]/skps", | 92 "[SLAVE_BUILD]/skps", |
83 "--images", | 93 "--images", |
84 "[SLAVE_BUILD]/images/dm", | 94 "[SLAVE_BUILD]/skimage/dm", |
85 "--nameByHash", | 95 "--nameByHash", |
86 "--properties", | 96 "--properties", |
87 "gitHash", | 97 "gitHash", |
88 "abc123", | 98 "abc123", |
89 "master", | 99 "master", |
90 "client.skia", | 100 "client.skia", |
91 "builder", | 101 "builder", |
92 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", | 102 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", |
93 "build_number", | 103 "build_number", |
94 "5", | 104 "5", |
95 "--colorImages", | 105 "--colorImages", |
96 "[SLAVE_BUILD]/images/colorspace", | 106 "[SLAVE_BUILD]/skimage/colorspace", |
97 "--key", | 107 "--key", |
98 "arch", | 108 "arch", |
99 "x86_64", | 109 "x86_64", |
100 "compiler", | 110 "compiler", |
101 "GCC", | 111 "GCC", |
102 "configuration", | 112 "configuration", |
103 "Release", | 113 "Release", |
104 "cpu_or_gpu", | 114 "cpu_or_gpu", |
105 "GPU", | 115 "GPU", |
106 "cpu_or_gpu_value", | 116 "cpu_or_gpu_value", |
(...skipping 25 matching lines...) Expand all Loading... |
132 "--error-exitcode=1", | 142 "--error-exitcode=1", |
133 "--num-callers=40", | 143 "--num-callers=40", |
134 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 144 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
135 "[SLAVE_BUILD]/out/Release/dm", | 145 "[SLAVE_BUILD]/out/Release/dm", |
136 "--undefok", | 146 "--undefok", |
137 "--resourcePath", | 147 "--resourcePath", |
138 "[SLAVE_BUILD]/skia/resources", | 148 "[SLAVE_BUILD]/skia/resources", |
139 "--skps", | 149 "--skps", |
140 "[SLAVE_BUILD]/skps", | 150 "[SLAVE_BUILD]/skps", |
141 "--images", | 151 "--images", |
142 "[SLAVE_BUILD]/images/dm", | 152 "[SLAVE_BUILD]/skimage/dm", |
143 "--nameByHash", | 153 "--nameByHash", |
144 "--properties", | 154 "--properties", |
145 "gitHash", | 155 "gitHash", |
146 "abc123", | 156 "abc123", |
147 "master", | 157 "master", |
148 "client.skia", | 158 "client.skia", |
149 "builder", | 159 "builder", |
150 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", | 160 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", |
151 "build_number", | 161 "build_number", |
152 "5", | 162 "5", |
153 "--colorImages", | 163 "--colorImages", |
154 "[SLAVE_BUILD]/images/colorspace", | 164 "[SLAVE_BUILD]/skimage/colorspace", |
155 "--key", | 165 "--key", |
156 "arch", | 166 "arch", |
157 "x86_64", | 167 "x86_64", |
158 "compiler", | 168 "compiler", |
159 "GCC", | 169 "GCC", |
160 "configuration", | 170 "configuration", |
161 "Release", | 171 "Release", |
162 "cpu_or_gpu", | 172 "cpu_or_gpu", |
163 "GPU", | 173 "GPU", |
164 "cpu_or_gpu_value", | 174 "cpu_or_gpu_value", |
(...skipping 26 matching lines...) Expand all Loading... |
191 "--error-exitcode=1", | 201 "--error-exitcode=1", |
192 "--num-callers=40", | 202 "--num-callers=40", |
193 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 203 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
194 "[SLAVE_BUILD]/out/Release/dm", | 204 "[SLAVE_BUILD]/out/Release/dm", |
195 "--undefok", | 205 "--undefok", |
196 "--resourcePath", | 206 "--resourcePath", |
197 "[SLAVE_BUILD]/skia/resources", | 207 "[SLAVE_BUILD]/skia/resources", |
198 "--skps", | 208 "--skps", |
199 "[SLAVE_BUILD]/skps", | 209 "[SLAVE_BUILD]/skps", |
200 "--images", | 210 "--images", |
201 "[SLAVE_BUILD]/images/dm", | 211 "[SLAVE_BUILD]/skimage/dm", |
202 "--nameByHash", | 212 "--nameByHash", |
203 "--properties", | 213 "--properties", |
204 "gitHash", | 214 "gitHash", |
205 "abc123", | 215 "abc123", |
206 "master", | 216 "master", |
207 "client.skia", | 217 "client.skia", |
208 "builder", | 218 "builder", |
209 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", | 219 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", |
210 "build_number", | 220 "build_number", |
211 "5", | 221 "5", |
212 "--colorImages", | 222 "--colorImages", |
213 "[SLAVE_BUILD]/images/colorspace", | 223 "[SLAVE_BUILD]/skimage/colorspace", |
214 "--key", | 224 "--key", |
215 "arch", | 225 "arch", |
216 "x86_64", | 226 "x86_64", |
217 "compiler", | 227 "compiler", |
218 "GCC", | 228 "GCC", |
219 "configuration", | 229 "configuration", |
220 "Release", | 230 "Release", |
221 "cpu_or_gpu", | 231 "cpu_or_gpu", |
222 "GPU", | 232 "GPU", |
223 "cpu_or_gpu_value", | 233 "cpu_or_gpu_value", |
(...skipping 16 matching lines...) Expand all Loading... |
240 "SKIA_OUT": "[SLAVE_BUILD]/out" | 250 "SKIA_OUT": "[SLAVE_BUILD]/out" |
241 }, | 251 }, |
242 "name": "dm --preAbandonGpuContext" | 252 "name": "dm --preAbandonGpuContext" |
243 }, | 253 }, |
244 { | 254 { |
245 "name": "$result", | 255 "name": "$result", |
246 "recipe_result": null, | 256 "recipe_result": null, |
247 "status_code": 0 | 257 "status_code": 0 |
248 } | 258 } |
249 ] | 259 ] |
OLD | NEW |