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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
44 "@@@STEP_LOG_LINE@json.output@}@@@", | 44 "@@@STEP_LOG_LINE@json.output@}@@@", |
45 "@@@STEP_LOG_END@json.output@@@" | 45 "@@@STEP_LOG_END@json.output@@@" |
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]/skia/infra/bots/assets/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", |
| 61 "-u", |
| 62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 63 "42", |
| 64 "[SLAVE_BUILD]/tmp/SKP_VERSION" |
| 65 ], |
| 66 "name": "write SKP_VERSION" |
| 67 }, |
| 68 { |
| 69 "cmd": [ |
60 "python", | 70 "python", |
61 "-u", | 71 "-u", |
62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
63 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 73 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
64 "/path/to/tmp/" | 74 "/path/to/tmp/" |
65 ], | 75 ], |
66 "name": "Get downloaded skimage VERSION" | 76 "name": "Get downloaded skimage VERSION" |
67 }, | 77 }, |
68 { | 78 { |
69 "cmd": [ | 79 "cmd": [ |
(...skipping 12 matching lines...) Expand all Loading... |
82 "--leak-check=full", | 92 "--leak-check=full", |
83 "--track-origins=yes", | 93 "--track-origins=yes", |
84 "--error-exitcode=1", | 94 "--error-exitcode=1", |
85 "--num-callers=40", | 95 "--num-callers=40", |
86 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 96 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
87 "[SLAVE_BUILD]/out/Release/dm", | 97 "[SLAVE_BUILD]/out/Release/dm", |
88 "--undefok", | 98 "--undefok", |
89 "--resourcePath", | 99 "--resourcePath", |
90 "[SLAVE_BUILD]/skia/resources", | 100 "[SLAVE_BUILD]/skia/resources", |
91 "--skps", | 101 "--skps", |
92 "[SLAVE_BUILD]/skps", | 102 "[SLAVE_BUILD]/skp", |
93 "--images", | 103 "--images", |
94 "[SLAVE_BUILD]/skimage/dm", | 104 "[SLAVE_BUILD]/skimage/dm", |
95 "--colorImages", | 105 "--colorImages", |
96 "[SLAVE_BUILD]/skimage/colorspace", | 106 "[SLAVE_BUILD]/skimage/colorspace", |
97 "--nameByHash", | 107 "--nameByHash", |
98 "--properties", | 108 "--properties", |
99 "gitHash", | 109 "gitHash", |
100 "abc123", | 110 "abc123", |
101 "master", | 111 "master", |
102 "client.skia", | 112 "client.skia", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 "--leak-check=full", | 150 "--leak-check=full", |
141 "--track-origins=yes", | 151 "--track-origins=yes", |
142 "--error-exitcode=1", | 152 "--error-exitcode=1", |
143 "--num-callers=40", | 153 "--num-callers=40", |
144 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 154 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
145 "[SLAVE_BUILD]/out/Release/dm", | 155 "[SLAVE_BUILD]/out/Release/dm", |
146 "--undefok", | 156 "--undefok", |
147 "--resourcePath", | 157 "--resourcePath", |
148 "[SLAVE_BUILD]/skia/resources", | 158 "[SLAVE_BUILD]/skia/resources", |
149 "--skps", | 159 "--skps", |
150 "[SLAVE_BUILD]/skps", | 160 "[SLAVE_BUILD]/skp", |
151 "--images", | 161 "--images", |
152 "[SLAVE_BUILD]/skimage/dm", | 162 "[SLAVE_BUILD]/skimage/dm", |
153 "--colorImages", | 163 "--colorImages", |
154 "[SLAVE_BUILD]/skimage/colorspace", | 164 "[SLAVE_BUILD]/skimage/colorspace", |
155 "--nameByHash", | 165 "--nameByHash", |
156 "--properties", | 166 "--properties", |
157 "gitHash", | 167 "gitHash", |
158 "abc123", | 168 "abc123", |
159 "master", | 169 "master", |
160 "client.skia", | 170 "client.skia", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 "--leak-check=full", | 209 "--leak-check=full", |
200 "--track-origins=yes", | 210 "--track-origins=yes", |
201 "--error-exitcode=1", | 211 "--error-exitcode=1", |
202 "--num-callers=40", | 212 "--num-callers=40", |
203 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 213 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
204 "[SLAVE_BUILD]/out/Release/dm", | 214 "[SLAVE_BUILD]/out/Release/dm", |
205 "--undefok", | 215 "--undefok", |
206 "--resourcePath", | 216 "--resourcePath", |
207 "[SLAVE_BUILD]/skia/resources", | 217 "[SLAVE_BUILD]/skia/resources", |
208 "--skps", | 218 "--skps", |
209 "[SLAVE_BUILD]/skps", | 219 "[SLAVE_BUILD]/skp", |
210 "--images", | 220 "--images", |
211 "[SLAVE_BUILD]/skimage/dm", | 221 "[SLAVE_BUILD]/skimage/dm", |
212 "--colorImages", | 222 "--colorImages", |
213 "[SLAVE_BUILD]/skimage/colorspace", | 223 "[SLAVE_BUILD]/skimage/colorspace", |
214 "--nameByHash", | 224 "--nameByHash", |
215 "--properties", | 225 "--properties", |
216 "gitHash", | 226 "gitHash", |
217 "abc123", | 227 "abc123", |
218 "master", | 228 "master", |
219 "client.skia", | 229 "client.skia", |
(...skipping 30 matching lines...) Expand all Loading... |
250 "SKIA_OUT": "[SLAVE_BUILD]/out" | 260 "SKIA_OUT": "[SLAVE_BUILD]/out" |
251 }, | 261 }, |
252 "name": "dm --preAbandonGpuContext" | 262 "name": "dm --preAbandonGpuContext" |
253 }, | 263 }, |
254 { | 264 { |
255 "name": "$result", | 265 "name": "$result", |
256 "recipe_result": null, | 266 "recipe_result": null, |
257 "status_code": 0 | 267 "status_code": 0 |
258 } | 268 } |
259 ] | 269 ] |
OLD | NEW |