OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[CWD]/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": "[CWD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
11 "name": "exec buildbot_spec.py", | 11 "name": "exec buildbot_spec.py", |
12 "~followup_annotations": [ | 12 "~followup_annotations": [ |
13 "@@@STEP_LOG_LINE@json.output@{@@@", | 13 "@@@STEP_LOG_LINE@json.output@{@@@", |
14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
15 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", |
16 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", |
17 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 17 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
18 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 18 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
19 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", |
20 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 20 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
(...skipping 22 matching lines...) Expand all 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 "[CWD]/tmp/SKP_VERSION", | 53 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
54 "/path/to/tmp/" | 54 "/path/to/tmp/" |
55 ], | 55 ], |
| 56 "cwd": "[SLAVE_BUILD]", |
56 "name": "Get downloaded SKP_VERSION" | 57 "name": "Get downloaded SKP_VERSION" |
57 }, | 58 }, |
58 { | 59 { |
59 "cmd": [ | 60 "cmd": [ |
60 "python", | 61 "python", |
61 "-u", | 62 "-u", |
62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
63 "[CWD]/tmp/SK_IMAGE_VERSION", | 64 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
64 "/path/to/tmp/" | 65 "/path/to/tmp/" |
65 ], | 66 ], |
| 67 "cwd": "[SLAVE_BUILD]", |
66 "name": "Get downloaded SK_IMAGE_VERSION" | 68 "name": "Get downloaded SK_IMAGE_VERSION" |
67 }, | 69 }, |
68 { | 70 { |
69 "cmd": [ | 71 "cmd": [ |
70 "valgrind", | 72 "valgrind", |
71 "--gen-suppressions=all", | 73 "--gen-suppressions=all", |
72 "--leak-check=full", | 74 "--leak-check=full", |
73 "--track-origins=yes", | 75 "--track-origins=yes", |
74 "--error-exitcode=1", | 76 "--error-exitcode=1", |
75 "--num-callers=40", | 77 "--num-callers=40", |
76 "--suppressions=[CWD]/skia/tools/valgrind.supp", | 78 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
77 "[CWD]/out/Release/dm", | 79 "[SLAVE_BUILD]/out/Release/dm", |
78 "--undefok", | 80 "--undefok", |
79 "--resourcePath", | 81 "--resourcePath", |
80 "[CWD]/skia/resources", | 82 "[SLAVE_BUILD]/skia/resources", |
81 "--skps", | 83 "--skps", |
82 "[CWD]/skps", | 84 "[SLAVE_BUILD]/skps", |
83 "--images", | 85 "--images", |
84 "[CWD]/images/dm", | 86 "[SLAVE_BUILD]/images/dm", |
85 "--nameByHash", | 87 "--nameByHash", |
86 "--properties", | 88 "--properties", |
87 "gitHash", | 89 "gitHash", |
88 "abc123", | 90 "abc123", |
89 "master", | 91 "master", |
90 "client.skia", | 92 "client.skia", |
91 "builder", | 93 "builder", |
92 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", | 94 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", |
93 "build_number", | 95 "build_number", |
94 "5", | 96 "5", |
(...skipping 10 matching lines...) Expand all Loading... |
105 "GTX550Ti", | 107 "GTX550Ti", |
106 "extra_config", | 108 "extra_config", |
107 "Valgrind", | 109 "Valgrind", |
108 "model", | 110 "model", |
109 "ShuttleA", | 111 "ShuttleA", |
110 "os", | 112 "os", |
111 "Ubuntu", | 113 "Ubuntu", |
112 "--nocpu", | 114 "--nocpu", |
113 "--dummy-flags" | 115 "--dummy-flags" |
114 ], | 116 ], |
| 117 "cwd": "[SLAVE_BUILD]", |
115 "env": { | 118 "env": { |
116 "BUILDTYPE": "Release", | 119 "BUILDTYPE": "Release", |
117 "CHROME_HEADLESS": "1", | 120 "CHROME_HEADLESS": "1", |
118 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 121 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
119 "PATH": "[CWD]/depot_tools:%(PATH)s", | 122 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", |
120 "SKIA_OUT": "[CWD]/out" | 123 "SKIA_OUT": "[SLAVE_BUILD]/out" |
121 }, | 124 }, |
122 "name": "dm" | 125 "name": "dm" |
123 }, | 126 }, |
124 { | 127 { |
125 "cmd": [ | 128 "cmd": [ |
126 "valgrind", | 129 "valgrind", |
127 "--gen-suppressions=all", | 130 "--gen-suppressions=all", |
128 "--leak-check=full", | 131 "--leak-check=full", |
129 "--track-origins=yes", | 132 "--track-origins=yes", |
130 "--error-exitcode=1", | 133 "--error-exitcode=1", |
131 "--num-callers=40", | 134 "--num-callers=40", |
132 "--suppressions=[CWD]/skia/tools/valgrind.supp", | 135 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
133 "[CWD]/out/Release/dm", | 136 "[SLAVE_BUILD]/out/Release/dm", |
134 "--undefok", | 137 "--undefok", |
135 "--resourcePath", | 138 "--resourcePath", |
136 "[CWD]/skia/resources", | 139 "[SLAVE_BUILD]/skia/resources", |
137 "--skps", | 140 "--skps", |
138 "[CWD]/skps", | 141 "[SLAVE_BUILD]/skps", |
139 "--images", | 142 "--images", |
140 "[CWD]/images/dm", | 143 "[SLAVE_BUILD]/images/dm", |
141 "--nameByHash", | 144 "--nameByHash", |
142 "--properties", | 145 "--properties", |
143 "gitHash", | 146 "gitHash", |
144 "abc123", | 147 "abc123", |
145 "master", | 148 "master", |
146 "client.skia", | 149 "client.skia", |
147 "builder", | 150 "builder", |
148 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", | 151 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", |
149 "build_number", | 152 "build_number", |
150 "5", | 153 "5", |
(...skipping 11 matching lines...) Expand all Loading... |
162 "extra_config", | 165 "extra_config", |
163 "Valgrind", | 166 "Valgrind", |
164 "model", | 167 "model", |
165 "ShuttleA", | 168 "ShuttleA", |
166 "os", | 169 "os", |
167 "Ubuntu", | 170 "Ubuntu", |
168 "--nocpu", | 171 "--nocpu", |
169 "--dummy-flags", | 172 "--dummy-flags", |
170 "--abandonGpuContext" | 173 "--abandonGpuContext" |
171 ], | 174 ], |
| 175 "cwd": "[SLAVE_BUILD]", |
172 "env": { | 176 "env": { |
173 "BUILDTYPE": "Release", | 177 "BUILDTYPE": "Release", |
174 "CHROME_HEADLESS": "1", | 178 "CHROME_HEADLESS": "1", |
175 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 179 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
176 "PATH": "[CWD]/depot_tools:%(PATH)s", | 180 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", |
177 "SKIA_OUT": "[CWD]/out" | 181 "SKIA_OUT": "[SLAVE_BUILD]/out" |
178 }, | 182 }, |
179 "name": "dm --abandonGpuContext" | 183 "name": "dm --abandonGpuContext" |
180 }, | 184 }, |
181 { | 185 { |
182 "cmd": [ | 186 "cmd": [ |
183 "valgrind", | 187 "valgrind", |
184 "--gen-suppressions=all", | 188 "--gen-suppressions=all", |
185 "--leak-check=full", | 189 "--leak-check=full", |
186 "--track-origins=yes", | 190 "--track-origins=yes", |
187 "--error-exitcode=1", | 191 "--error-exitcode=1", |
188 "--num-callers=40", | 192 "--num-callers=40", |
189 "--suppressions=[CWD]/skia/tools/valgrind.supp", | 193 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
190 "[CWD]/out/Release/dm", | 194 "[SLAVE_BUILD]/out/Release/dm", |
191 "--undefok", | 195 "--undefok", |
192 "--resourcePath", | 196 "--resourcePath", |
193 "[CWD]/skia/resources", | 197 "[SLAVE_BUILD]/skia/resources", |
194 "--skps", | 198 "--skps", |
195 "[CWD]/skps", | 199 "[SLAVE_BUILD]/skps", |
196 "--images", | 200 "--images", |
197 "[CWD]/images/dm", | 201 "[SLAVE_BUILD]/images/dm", |
198 "--nameByHash", | 202 "--nameByHash", |
199 "--properties", | 203 "--properties", |
200 "gitHash", | 204 "gitHash", |
201 "abc123", | 205 "abc123", |
202 "master", | 206 "master", |
203 "client.skia", | 207 "client.skia", |
204 "builder", | 208 "builder", |
205 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", | 209 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", |
206 "build_number", | 210 "build_number", |
207 "5", | 211 "5", |
(...skipping 11 matching lines...) Expand all Loading... |
219 "extra_config", | 223 "extra_config", |
220 "Valgrind", | 224 "Valgrind", |
221 "model", | 225 "model", |
222 "ShuttleA", | 226 "ShuttleA", |
223 "os", | 227 "os", |
224 "Ubuntu", | 228 "Ubuntu", |
225 "--nocpu", | 229 "--nocpu", |
226 "--dummy-flags", | 230 "--dummy-flags", |
227 "--preAbandonGpuContext" | 231 "--preAbandonGpuContext" |
228 ], | 232 ], |
| 233 "cwd": "[SLAVE_BUILD]", |
229 "env": { | 234 "env": { |
230 "BUILDTYPE": "Release", | 235 "BUILDTYPE": "Release", |
231 "CHROME_HEADLESS": "1", | 236 "CHROME_HEADLESS": "1", |
232 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 237 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
233 "PATH": "[CWD]/depot_tools:%(PATH)s", | 238 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", |
234 "SKIA_OUT": "[CWD]/out" | 239 "SKIA_OUT": "[SLAVE_BUILD]/out" |
235 }, | 240 }, |
236 "name": "dm --preAbandonGpuContext" | 241 "name": "dm --preAbandonGpuContext" |
237 }, | 242 }, |
238 { | 243 { |
239 "name": "$result", | 244 "name": "$result", |
240 "recipe_result": null, | 245 "recipe_result": null, |
241 "status_code": 0 | 246 "status_code": 0 |
242 } | 247 } |
243 ] | 248 ] |
OLD | NEW |