OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.dart", | 8 "client.dart", |
9 "--builder", | 9 "--builder", |
10 "dart2js-linux-drt-93-105-dev", | 10 "dart2js-linux-drt-93-105-dev", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'sdk', 'url': 'https://chromium.googlesource.com/external/github.
com/dart-lang/sdk.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': False, 'name': 'sdk', 'url': 'https://chromium.googlesource.c
om/external/github.com/dart-lang/sdk.git'}]", |
15 "--root", | 15 "--root", |
16 "sdk", | 16 "sdk", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{}", | 18 "{}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "sdk@HEAD", | 24 "sdk@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"HEAD\"@@@", |
39 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"sdk\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"sdk\", @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"sdk\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"sdk\", @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
46 "@@@STEP_LOG_LINE@json.output@}@@@", | 45 "@@@STEP_LOG_LINE@json.output@}@@@", |
47 "@@@STEP_LOG_END@json.output@@@" | 46 "@@@STEP_LOG_END@json.output@@@" |
48 ] | 47 ] |
49 }, | 48 }, |
50 { | 49 { |
51 "cmd": [ | 50 "cmd": [ |
52 "python", | 51 "python", |
53 "-u", | 52 "-u", |
54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
55 "runhooks" | 54 "runhooks" |
56 ], | 55 ], |
57 "cwd": "[SLAVE_BUILD]", | |
58 "env": { | 56 "env": { |
59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
60 }, | 58 }, |
61 "name": "gclient runhooks" | 59 "name": "gclient runhooks" |
62 }, | 60 }, |
63 { | 61 { |
64 "cmd": [ | 62 "cmd": [ |
65 "python", | 63 "python", |
66 "-u", | 64 "-u", |
67 "[SLAVE_BUILD]/sdk/tools/task_kill.py", | 65 "[CWD]/sdk/tools/task_kill.py", |
68 "--kill_browsers=True" | 66 "--kill_browsers=True" |
69 ], | 67 ], |
70 "cwd": "[SLAVE_BUILD]/sdk", | 68 "cwd": "[CWD]/sdk", |
71 "name": "taskkill before building" | 69 "name": "taskkill before building" |
72 }, | 70 }, |
73 { | 71 { |
74 "cmd": [ | 72 "cmd": [ |
75 "python", | 73 "python", |
76 "-u", | 74 "-u", |
77 "[SLAVE_BUILD]/sdk/tools/build.py", | 75 "[CWD]/sdk/tools/build.py", |
78 "-mrelease", | 76 "-mrelease", |
79 "--arch=ia32", | 77 "--arch=ia32", |
80 "dart2js_bot" | 78 "dart2js_bot" |
81 ], | 79 ], |
82 "cwd": "[SLAVE_BUILD]/sdk", | 80 "cwd": "[CWD]/sdk", |
83 "name": "build dart" | 81 "name": "build dart" |
84 }, | 82 }, |
85 { | 83 { |
86 "cmd": [ | 84 "cmd": [ |
87 "xvfb-run", | 85 "xvfb-run", |
88 "-a", | 86 "-a", |
89 "--server-args=-screen 0 1024x768x24", | 87 "--server-args=-screen 0 1024x768x24", |
90 "python", | 88 "python", |
91 "-u", | 89 "-u", |
92 "./tools/test.py", | 90 "./tools/test.py", |
93 "--mode=release", | 91 "--mode=release", |
94 "--compiler=none", | 92 "--compiler=none", |
95 "--runtime=drt", | 93 "--runtime=drt", |
96 "--arch=ia32", | 94 "--arch=ia32", |
97 "--time", | 95 "--time", |
98 "--use-sdk", | 96 "--use-sdk", |
99 "--report", | 97 "--report", |
100 "--write-debug-log", | 98 "--write-debug-log", |
101 "--write-test-outcome-log", | 99 "--write-test-outcome-log", |
102 "--progress=buildbot", | 100 "--progress=buildbot", |
103 "-v", | 101 "-v", |
104 "--clear_browser_cache", | 102 "--clear_browser_cache", |
105 "--checked", | 103 "--checked", |
106 "try", | 104 "try", |
107 "--shards=105", | 105 "--shards=105", |
108 "--shard=93" | 106 "--shard=93" |
109 ], | 107 ], |
110 "cwd": "[SLAVE_BUILD]/sdk", | 108 "cwd": "[CWD]/sdk", |
111 "name": "none drt try tests" | 109 "name": "none drt try tests" |
112 }, | 110 }, |
113 { | 111 { |
114 "cmd": [ | 112 "cmd": [ |
115 "xvfb-run", | 113 "xvfb-run", |
116 "-a", | 114 "-a", |
117 "--server-args=-screen 0 1024x768x24", | 115 "--server-args=-screen 0 1024x768x24", |
118 "python", | 116 "python", |
119 "-u", | 117 "-u", |
120 "./tools/test.py", | 118 "./tools/test.py", |
121 "--mode=release", | 119 "--mode=release", |
122 "--arch=ia32", | 120 "--arch=ia32", |
123 "--compiler=dart2js", | 121 "--compiler=dart2js", |
124 "--dart2js-batch", | 122 "--dart2js-batch", |
125 "--runtime=drt", | 123 "--runtime=drt", |
126 "--progress=buildbot", | 124 "--progress=buildbot", |
127 "-v", | 125 "-v", |
128 "--clear_browser_cache", | 126 "--clear_browser_cache", |
129 "--report", | 127 "--report", |
130 "--time", | 128 "--time", |
131 "--failure-summary", | 129 "--failure-summary", |
132 "--write-debug-log", | 130 "--write-debug-log", |
133 "--write-test-outcome-log", | 131 "--write-test-outcome-log", |
134 "--copy-coredumps", | 132 "--copy-coredumps", |
135 "--shards=105", | 133 "--shards=105", |
136 "--shard=93", | 134 "--shard=93", |
137 "--append_logs" | 135 "--append_logs" |
138 ], | 136 ], |
139 "cwd": "[SLAVE_BUILD]/sdk", | 137 "cwd": "[CWD]/sdk", |
140 "name": "dart2js drt tests" | 138 "name": "dart2js drt tests" |
141 }, | 139 }, |
142 { | 140 { |
143 "cmd": [ | 141 "cmd": [ |
144 "xvfb-run", | 142 "xvfb-run", |
145 "-a", | 143 "-a", |
146 "--server-args=-screen 0 1024x768x24", | 144 "--server-args=-screen 0 1024x768x24", |
147 "python", | 145 "python", |
148 "-u", | 146 "-u", |
149 "./tools/test.py", | 147 "./tools/test.py", |
(...skipping 10 matching lines...) Expand all Loading... |
160 "--failure-summary", | 158 "--failure-summary", |
161 "--write-debug-log", | 159 "--write-debug-log", |
162 "--write-test-outcome-log", | 160 "--write-test-outcome-log", |
163 "--copy-coredumps", | 161 "--copy-coredumps", |
164 "--shards=105", | 162 "--shards=105", |
165 "--shard=93", | 163 "--shard=93", |
166 "--append_logs", | 164 "--append_logs", |
167 "dart2js_extra", | 165 "dart2js_extra", |
168 "dart2js_native" | 166 "dart2js_native" |
169 ], | 167 ], |
170 "cwd": "[SLAVE_BUILD]/sdk", | 168 "cwd": "[CWD]/sdk", |
171 "name": "dart2js drt extra tests" | 169 "name": "dart2js drt extra tests" |
172 }, | 170 }, |
173 { | 171 { |
174 "cmd": [ | 172 "cmd": [ |
175 "xvfb-run", | 173 "xvfb-run", |
176 "-a", | 174 "-a", |
177 "--server-args=-screen 0 1024x768x24", | 175 "--server-args=-screen 0 1024x768x24", |
178 "python", | 176 "python", |
179 "-u", | 177 "-u", |
180 "./tools/test.py", | 178 "./tools/test.py", |
181 "--mode=release", | 179 "--mode=release", |
182 "--arch=ia32", | 180 "--arch=ia32", |
183 "--compiler=dart2js", | 181 "--compiler=dart2js", |
184 "--dart2js-batch", | 182 "--dart2js-batch", |
185 "--runtime=drt", | 183 "--runtime=drt", |
186 "--progress=buildbot", | 184 "--progress=buildbot", |
187 "-v", | 185 "-v", |
188 "--clear_browser_cache", | 186 "--clear_browser_cache", |
189 "--report", | 187 "--report", |
190 "--time", | 188 "--time", |
191 "--failure-summary", | 189 "--failure-summary", |
192 "--write-debug-log", | 190 "--write-debug-log", |
193 "--write-test-outcome-log", | 191 "--write-test-outcome-log", |
194 "--copy-coredumps", | 192 "--copy-coredumps", |
195 "--shards=105", | 193 "--shards=105", |
196 "--shard=93", | 194 "--shard=93", |
197 "--append_logs", | 195 "--append_logs", |
198 "try" | 196 "try" |
199 ], | 197 ], |
200 "cwd": "[SLAVE_BUILD]/sdk", | 198 "cwd": "[CWD]/sdk", |
201 "name": "dart2js drt try tests" | 199 "name": "dart2js drt try tests" |
202 }, | 200 }, |
203 { | 201 { |
204 "cmd": [ | 202 "cmd": [ |
205 "xvfb-run", | 203 "xvfb-run", |
206 "-a", | 204 "-a", |
207 "--server-args=-screen 0 1024x768x24", | 205 "--server-args=-screen 0 1024x768x24", |
208 "python", | 206 "python", |
209 "-u", | 207 "-u", |
210 "./tools/test.py", | 208 "./tools/test.py", |
211 "--mode=release", | 209 "--mode=release", |
212 "--arch=ia32", | 210 "--arch=ia32", |
213 "--compiler=dart2js", | 211 "--compiler=dart2js", |
214 "--dart2js-batch", | 212 "--dart2js-batch", |
215 "--runtime=drt", | 213 "--runtime=drt", |
216 "--progress=buildbot", | 214 "--progress=buildbot", |
217 "-v", | 215 "-v", |
218 "--clear_browser_cache", | 216 "--clear_browser_cache", |
219 "--report", | 217 "--report", |
220 "--time", | 218 "--time", |
221 "--failure-summary", | 219 "--failure-summary", |
222 "--write-debug-log", | 220 "--write-debug-log", |
223 "--write-test-outcome-log", | 221 "--write-test-outcome-log", |
224 "--copy-coredumps", | 222 "--copy-coredumps", |
225 "--shards=105", | 223 "--shards=105", |
226 "--shard=93", | 224 "--shard=93", |
227 "--checked", | 225 "--checked", |
228 "--append_logs" | 226 "--append_logs" |
229 ], | 227 ], |
230 "cwd": "[SLAVE_BUILD]/sdk", | 228 "cwd": "[CWD]/sdk", |
231 "name": "dart2js drt checked tests" | 229 "name": "dart2js drt checked tests" |
232 }, | 230 }, |
233 { | 231 { |
234 "cmd": [ | 232 "cmd": [ |
235 "xvfb-run", | 233 "xvfb-run", |
236 "-a", | 234 "-a", |
237 "--server-args=-screen 0 1024x768x24", | 235 "--server-args=-screen 0 1024x768x24", |
238 "python", | 236 "python", |
239 "-u", | 237 "-u", |
240 "./tools/test.py", | 238 "./tools/test.py", |
(...skipping 11 matching lines...) Expand all Loading... |
252 "--write-debug-log", | 250 "--write-debug-log", |
253 "--write-test-outcome-log", | 251 "--write-test-outcome-log", |
254 "--copy-coredumps", | 252 "--copy-coredumps", |
255 "--shards=105", | 253 "--shards=105", |
256 "--shard=93", | 254 "--shard=93", |
257 "--checked", | 255 "--checked", |
258 "--append_logs", | 256 "--append_logs", |
259 "dart2js_extra", | 257 "dart2js_extra", |
260 "dart2js_native" | 258 "dart2js_native" |
261 ], | 259 ], |
262 "cwd": "[SLAVE_BUILD]/sdk", | 260 "cwd": "[CWD]/sdk", |
263 "name": "dart2js drt extra checked tests" | 261 "name": "dart2js drt extra checked tests" |
264 }, | 262 }, |
265 { | 263 { |
266 "cmd": [ | 264 "cmd": [ |
267 "xvfb-run", | 265 "xvfb-run", |
268 "-a", | 266 "-a", |
269 "--server-args=-screen 0 1024x768x24", | 267 "--server-args=-screen 0 1024x768x24", |
270 "python", | 268 "python", |
271 "-u", | 269 "-u", |
272 "./tools/test.py", | 270 "./tools/test.py", |
(...skipping 10 matching lines...) Expand all Loading... |
283 "--failure-summary", | 281 "--failure-summary", |
284 "--write-debug-log", | 282 "--write-debug-log", |
285 "--write-test-outcome-log", | 283 "--write-test-outcome-log", |
286 "--copy-coredumps", | 284 "--copy-coredumps", |
287 "--shards=105", | 285 "--shards=105", |
288 "--shard=93", | 286 "--shard=93", |
289 "--checked", | 287 "--checked", |
290 "--append_logs", | 288 "--append_logs", |
291 "try" | 289 "try" |
292 ], | 290 ], |
293 "cwd": "[SLAVE_BUILD]/sdk", | 291 "cwd": "[CWD]/sdk", |
294 "name": "dart2js drt try checked tests" | 292 "name": "dart2js drt try checked tests" |
295 }, | 293 }, |
296 { | 294 { |
297 "cmd": [ | 295 "cmd": [ |
298 "python", | 296 "python", |
299 "-u", | 297 "-u", |
300 "[SLAVE_BUILD]/sdk/tools/task_kill.py", | 298 "[CWD]/sdk/tools/task_kill.py", |
301 "--kill_browsers=True" | 299 "--kill_browsers=True" |
302 ], | 300 ], |
303 "cwd": "[SLAVE_BUILD]/sdk", | 301 "cwd": "[CWD]/sdk", |
304 "name": "taskkill after testing" | 302 "name": "taskkill after testing" |
305 }, | 303 }, |
306 { | 304 { |
307 "cmd": [ | 305 "cmd": [ |
308 "cat", | 306 "cat", |
309 ".debug.log" | 307 ".debug.log" |
310 ], | 308 ], |
311 "cwd": "[SLAVE_BUILD]/sdk", | 309 "cwd": "[CWD]/sdk", |
312 "name": "debug log" | 310 "name": "debug log" |
313 }, | 311 }, |
314 { | 312 { |
315 "name": "$result", | 313 "name": "$result", |
316 "recipe_result": null, | 314 "recipe_result": null, |
317 "status_code": 0 | 315 "status_code": 0 |
318 } | 316 } |
319 ] | 317 ] |
OLD | NEW |