OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
7 "--path", | 7 "--path", |
8 "[CWD]/swarming.client", | 8 "[SLAVE_BUILD]/swarming.client", |
9 "--url", | 9 "--url", |
10 "https://chromium.googlesource.com/external/swarming.client.git" | 10 "https://chromium.googlesource.com/external/swarming.client.git" |
11 ], | 11 ], |
| 12 "cwd": "[SLAVE_BUILD]", |
12 "name": "git setup (swarming_client)" | 13 "name": "git setup (swarming_client)" |
13 }, | 14 }, |
14 { | 15 { |
15 "cmd": [ | 16 "cmd": [ |
16 "git", | 17 "git", |
17 "retry", | 18 "retry", |
18 "fetch", | 19 "fetch", |
19 "origin", | 20 "origin", |
20 "[dummy swarming client hash]" | 21 "[dummy swarming client hash]" |
21 ], | 22 ], |
22 "cwd": "[CWD]/swarming.client", | 23 "cwd": "[SLAVE_BUILD]/swarming.client", |
23 "name": "git fetch (swarming_client)" | 24 "name": "git fetch (swarming_client)" |
24 }, | 25 }, |
25 { | 26 { |
26 "cmd": [ | 27 "cmd": [ |
27 "git", | 28 "git", |
28 "checkout", | 29 "checkout", |
29 "-f", | 30 "-f", |
30 "FETCH_HEAD" | 31 "FETCH_HEAD" |
31 ], | 32 ], |
32 "cwd": "[CWD]/swarming.client", | 33 "cwd": "[SLAVE_BUILD]/swarming.client", |
33 "name": "git checkout (swarming_client)" | 34 "name": "git checkout (swarming_client)" |
34 }, | 35 }, |
35 { | 36 { |
36 "cmd": [ | 37 "cmd": [ |
37 "git", | 38 "git", |
38 "rev-parse", | 39 "rev-parse", |
39 "HEAD" | 40 "HEAD" |
40 ], | 41 ], |
41 "cwd": "[CWD]/swarming.client", | 42 "cwd": "[SLAVE_BUILD]/swarming.client", |
42 "name": "read revision", | 43 "name": "read revision", |
43 "stdout": "/path/to/tmp/", | 44 "stdout": "/path/to/tmp/", |
44 "~followup_annotations": [ | 45 "~followup_annotations": [ |
45 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 46 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
46 ] | 47 ] |
47 }, | 48 }, |
48 { | 49 { |
49 "cmd": [ | 50 "cmd": [ |
50 "git", | 51 "git", |
51 "clean", | 52 "clean", |
52 "-f", | 53 "-f", |
53 "-d", | 54 "-d", |
54 "-x" | 55 "-x" |
55 ], | 56 ], |
56 "cwd": "[CWD]/swarming.client", | 57 "cwd": "[SLAVE_BUILD]/swarming.client", |
57 "name": "git clean (swarming_client)" | 58 "name": "git clean (swarming_client)" |
58 }, | 59 }, |
59 { | 60 { |
60 "cmd": [ | 61 "cmd": [ |
61 "git", | 62 "git", |
62 "submodule", | 63 "submodule", |
63 "sync" | 64 "sync" |
64 ], | 65 ], |
65 "cwd": "[CWD]/swarming.client", | 66 "cwd": "[SLAVE_BUILD]/swarming.client", |
66 "name": "submodule sync (swarming_client)" | 67 "name": "submodule sync (swarming_client)" |
67 }, | 68 }, |
68 { | 69 { |
69 "cmd": [ | 70 "cmd": [ |
70 "git", | 71 "git", |
71 "submodule", | 72 "submodule", |
72 "update", | 73 "update", |
73 "--init", | 74 "--init", |
74 "--recursive" | 75 "--recursive" |
75 ], | 76 ], |
76 "cwd": "[CWD]/swarming.client", | 77 "cwd": "[SLAVE_BUILD]/swarming.client", |
77 "name": "submodule update (swarming_client)", | 78 "name": "submodule update (swarming_client)", |
78 "~followup_annotations": [ | 79 "~followup_annotations": [ |
79 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" | 80 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" |
80 ] | 81 ] |
81 }, | 82 }, |
82 { | 83 { |
83 "cmd": [ | 84 "cmd": [ |
84 "python", | 85 "python", |
85 "-u", | 86 "-u", |
86 "[CWD]/swarming.client/swarming.py", | 87 "[SLAVE_BUILD]/swarming.client/swarming.py", |
87 "--version" | 88 "--version" |
88 ], | 89 ], |
| 90 "cwd": "[SLAVE_BUILD]", |
89 "name": "swarming.py --version", | 91 "name": "swarming.py --version", |
90 "stdout": "/path/to/tmp/", | 92 "stdout": "/path/to/tmp/", |
91 "~followup_annotations": [ | 93 "~followup_annotations": [ |
92 "@@@STEP_TEXT@0.4.10@@@" | 94 "@@@STEP_TEXT@0.4.10@@@" |
93 ] | 95 ] |
94 }, | 96 }, |
95 { | 97 { |
96 "cmd": [ | 98 "cmd": [ |
97 "python", | 99 "python", |
98 "-u", | 100 "-u", |
99 "[CWD]/swarming.client/swarming.py", | 101 "[SLAVE_BUILD]/swarming.client/swarming.py", |
100 "trigger", | 102 "trigger", |
101 "--swarming", | 103 "--swarming", |
102 "https://chromium-swarm.appspot.com", | 104 "https://chromium-swarm.appspot.com", |
103 "--isolate-server", | 105 "--isolate-server", |
104 "https://isolateserver.appspot.com", | 106 "https://isolateserver.appspot.com", |
105 "--priority", | 107 "--priority", |
106 "25", | 108 "25", |
107 "--shards", | 109 "--shards", |
108 "3", | 110 "3", |
109 "--task-name", | 111 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 "--timeout=200", | 166 "--timeout=200", |
165 "--random-seed=-2135455718", | 167 "--random-seed=-2135455718", |
166 "mjsunit", | 168 "mjsunit", |
167 "--gc-stress", | 169 "--gc-stress", |
168 "--exhaustive-variants", | 170 "--exhaustive-variants", |
169 "--rerun-failures-count=2", | 171 "--rerun-failures-count=2", |
170 "--swarming", | 172 "--swarming", |
171 "--json-test-results", | 173 "--json-test-results", |
172 "${ISOLATED_OUTDIR}/output.json" | 174 "${ISOLATED_OUTDIR}/output.json" |
173 ], | 175 ], |
| 176 "cwd": "[SLAVE_BUILD]", |
174 "name": "[trigger] Mjsunit on Ubuntu-12.04", | 177 "name": "[trigger] Mjsunit on Ubuntu-12.04", |
175 "~followup_annotations": [ | 178 "~followup_annotations": [ |
176 "@@@STEP_LOG_LINE@json.output@{@@@", | 179 "@@@STEP_LOG_LINE@json.output@{@@@", |
177 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit/Ubuntu-12.04
/[dummy has/V8 Linux - gc stress/571\", @@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit/Ubuntu-12.04
/[dummy has/V8 Linux - gc stress/571\", @@@", |
178 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 181 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
179 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit/Ubuntu-12.04/[dummy has/V8 Lin
ux - gc stress/571:3:0\": {@@@", | 182 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit/Ubuntu-12.04/[dummy has/V8 Lin
ux - gc stress/571:3:0\": {@@@", |
180 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 183 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
181 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 184 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
182 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 185 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
183 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 186 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 12 matching lines...) Expand all Loading... |
196 "@@@STEP_LOG_END@json.output@@@", | 199 "@@@STEP_LOG_END@json.output@@@", |
197 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 200 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
198 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", | 201 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", |
199 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@" | 202 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@" |
200 ] | 203 ] |
201 }, | 204 }, |
202 { | 205 { |
203 "cmd": [ | 206 "cmd": [ |
204 "python", | 207 "python", |
205 "-u", | 208 "-u", |
206 "[CWD]/swarming.client/swarming.py", | 209 "[SLAVE_BUILD]/swarming.client/swarming.py", |
207 "trigger", | 210 "trigger", |
208 "--swarming", | 211 "--swarming", |
209 "https://chromium-swarm.appspot.com", | 212 "https://chromium-swarm.appspot.com", |
210 "--isolate-server", | 213 "--isolate-server", |
211 "https://isolateserver.appspot.com", | 214 "https://isolateserver.appspot.com", |
212 "--priority", | 215 "--priority", |
213 "25", | 216 "25", |
214 "--shards", | 217 "--shards", |
215 "1", | 218 "1", |
216 "--task-name", | 219 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 "--timeout=200", | 274 "--timeout=200", |
272 "--random-seed=-2135455718", | 275 "--random-seed=-2135455718", |
273 "webkit", | 276 "webkit", |
274 "--gc-stress", | 277 "--gc-stress", |
275 "--exhaustive-variants", | 278 "--exhaustive-variants", |
276 "--rerun-failures-count=2", | 279 "--rerun-failures-count=2", |
277 "--swarming", | 280 "--swarming", |
278 "--json-test-results", | 281 "--json-test-results", |
279 "${ISOLATED_OUTDIR}/output.json" | 282 "${ISOLATED_OUTDIR}/output.json" |
280 ], | 283 ], |
| 284 "cwd": "[SLAVE_BUILD]", |
281 "name": "[trigger] Webkit on Ubuntu-12.04", | 285 "name": "[trigger] Webkit on Ubuntu-12.04", |
282 "~followup_annotations": [ | 286 "~followup_annotations": [ |
283 "@@@STEP_LOG_LINE@json.output@{@@@", | 287 "@@@STEP_LOG_LINE@json.output@{@@@", |
284 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Webkit/Ubuntu-12.04/
[dummy has/V8 Linux - gc stress/571\", @@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Webkit/Ubuntu-12.04/
[dummy has/V8 Linux - gc stress/571\", @@@", |
285 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 289 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
286 "@@@STEP_LOG_LINE@json.output@ \"Webkit/Ubuntu-12.04/[dummy has/V8 Linu
x - gc stress/571\": {@@@", | 290 "@@@STEP_LOG_LINE@json.output@ \"Webkit/Ubuntu-12.04/[dummy has/V8 Linu
x - gc stress/571\": {@@@", |
287 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
288 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
289 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
290 "@@@STEP_LOG_LINE@json.output@ }@@@", | 294 "@@@STEP_LOG_LINE@json.output@ }@@@", |
291 "@@@STEP_LOG_LINE@json.output@ }@@@", | 295 "@@@STEP_LOG_LINE@json.output@ }@@@", |
292 "@@@STEP_LOG_LINE@json.output@}@@@", | 296 "@@@STEP_LOG_LINE@json.output@}@@@", |
293 "@@@STEP_LOG_END@json.output@@@", | 297 "@@@STEP_LOG_END@json.output@@@", |
294 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 298 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
295 ] | 299 ] |
296 }, | 300 }, |
297 { | 301 { |
298 "cmd": [ | 302 "cmd": [ |
299 "python", | 303 "python", |
300 "-u", | 304 "-u", |
301 "[CWD]/swarming.client/swarming.py", | 305 "[SLAVE_BUILD]/swarming.client/swarming.py", |
302 "trigger", | 306 "trigger", |
303 "--swarming", | 307 "--swarming", |
304 "https://chromium-swarm.appspot.com", | 308 "https://chromium-swarm.appspot.com", |
305 "--isolate-server", | 309 "--isolate-server", |
306 "https://isolateserver.appspot.com", | 310 "https://isolateserver.appspot.com", |
307 "--priority", | 311 "--priority", |
308 "25", | 312 "25", |
309 "--shards", | 313 "--shards", |
310 "2", | 314 "2", |
311 "--task-name", | 315 "--task-name", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 "--random-seed=-2135455718", | 371 "--random-seed=-2135455718", |
368 "mjsunit", | 372 "mjsunit", |
369 "--ignition-turbofan", | 373 "--ignition-turbofan", |
370 "--gc-stress", | 374 "--gc-stress", |
371 "--variants=ignition_turbofan", | 375 "--variants=ignition_turbofan", |
372 "--rerun-failures-count=2", | 376 "--rerun-failures-count=2", |
373 "--swarming", | 377 "--swarming", |
374 "--json-test-results", | 378 "--json-test-results", |
375 "${ISOLATED_OUTDIR}/output.json" | 379 "${ISOLATED_OUTDIR}/output.json" |
376 ], | 380 ], |
| 381 "cwd": "[SLAVE_BUILD]", |
377 "name": "[trigger] Mjsunit - ignition - turbofan on Ubuntu-12.04", | 382 "name": "[trigger] Mjsunit - ignition - turbofan on Ubuntu-12.04", |
378 "~followup_annotations": [ | 383 "~followup_annotations": [ |
379 "@@@STEP_LOG_LINE@json.output@{@@@", | 384 "@@@STEP_LOG_LINE@json.output@{@@@", |
380 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - ignition -
turbofan/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571\", @@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - ignition -
turbofan/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571\", @@@", |
381 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 386 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
382 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - ignition - turbofan/Ubuntu-1
2.04/[dummy has/V8 Linux - gc stress/571:2:0\": {@@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - ignition - turbofan/Ubuntu-1
2.04/[dummy has/V8 Linux - gc stress/571:2:0\": {@@@", |
383 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
384 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 389 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
385 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 390 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
386 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 391 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
387 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - ignition - turbofan/Ubuntu-1
2.04/[dummy has/V8 Linux - gc stress/571:2:1\": {@@@", | 392 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - ignition - turbofan/Ubuntu-1
2.04/[dummy has/V8 Linux - gc stress/571:2:1\": {@@@", |
388 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 393 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
389 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 394 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
390 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 395 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
391 "@@@STEP_LOG_LINE@json.output@ }@@@", | 396 "@@@STEP_LOG_LINE@json.output@ }@@@", |
392 "@@@STEP_LOG_LINE@json.output@ }@@@", | 397 "@@@STEP_LOG_LINE@json.output@ }@@@", |
393 "@@@STEP_LOG_LINE@json.output@}@@@", | 398 "@@@STEP_LOG_LINE@json.output@}@@@", |
394 "@@@STEP_LOG_END@json.output@@@", | 399 "@@@STEP_LOG_END@json.output@@@", |
395 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 400 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
396 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 401 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
397 ] | 402 ] |
398 }, | 403 }, |
399 { | 404 { |
400 "allow_subannotations": true, | 405 "allow_subannotations": true, |
401 "cmd": [ | 406 "cmd": [ |
402 "python", | 407 "python", |
403 "-u", | 408 "-u", |
404 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 409 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
405 "--swarming-client-dir", | 410 "--swarming-client-dir", |
406 "[CWD]/swarming.client", | 411 "[SLAVE_BUILD]/swarming.client", |
407 "--temp-root-dir", | 412 "--temp-root-dir", |
408 "[TMP]", | 413 "[TMP_BASE]", |
409 "--merged-test-output", | 414 "--merged-test-output", |
410 "/path/to/tmp/json", | 415 "/path/to/tmp/json", |
411 "--", | 416 "--", |
412 "collect", | 417 "collect", |
413 "--swarming", | 418 "--swarming", |
414 "https://chromium-swarm.appspot.com", | 419 "https://chromium-swarm.appspot.com", |
415 "--decorate", | 420 "--decorate", |
416 "--print-status-updates", | 421 "--print-status-updates", |
417 "--shards", | 422 "--shards", |
418 "3", | 423 "3", |
419 "Mjsunit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571" | 424 "Mjsunit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571" |
420 ], | 425 ], |
| 426 "cwd": "[SLAVE_BUILD]", |
421 "name": "Mjsunit", | 427 "name": "Mjsunit", |
422 "~followup_annotations": [ | 428 "~followup_annotations": [ |
423 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 429 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
424 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 430 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
425 "@@@STEP_LOG_LINE@durations@@@@", | 431 "@@@STEP_LOG_LINE@durations@@@@", |
426 "@@@STEP_LOG_LINE@durations@Details:@@@", | 432 "@@@STEP_LOG_LINE@durations@Details:@@@", |
427 "@@@STEP_LOG_LINE@durations@@@@", | 433 "@@@STEP_LOG_LINE@durations@@@@", |
428 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 434 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
429 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 435 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
430 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 436 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
431 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 437 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
432 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 438 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
433 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 439 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
434 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 440 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
435 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 441 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
436 "@@@STEP_LOG_END@durations@@@" | 442 "@@@STEP_LOG_END@durations@@@" |
437 ] | 443 ] |
438 }, | 444 }, |
439 { | 445 { |
440 "allow_subannotations": true, | 446 "allow_subannotations": true, |
441 "cmd": [ | 447 "cmd": [ |
442 "python", | 448 "python", |
443 "-u", | 449 "-u", |
444 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 450 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
445 "--swarming-client-dir", | 451 "--swarming-client-dir", |
446 "[CWD]/swarming.client", | 452 "[SLAVE_BUILD]/swarming.client", |
447 "--temp-root-dir", | 453 "--temp-root-dir", |
448 "[TMP]", | 454 "[TMP_BASE]", |
449 "--merged-test-output", | 455 "--merged-test-output", |
450 "/path/to/tmp/json", | 456 "/path/to/tmp/json", |
451 "--", | 457 "--", |
452 "collect", | 458 "collect", |
453 "--swarming", | 459 "--swarming", |
454 "https://chromium-swarm.appspot.com", | 460 "https://chromium-swarm.appspot.com", |
455 "--decorate", | 461 "--decorate", |
456 "--print-status-updates", | 462 "--print-status-updates", |
457 "--shards", | 463 "--shards", |
458 "1", | 464 "1", |
459 "Webkit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571" | 465 "Webkit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571" |
460 ], | 466 ], |
| 467 "cwd": "[SLAVE_BUILD]", |
461 "name": "Webkit", | 468 "name": "Webkit", |
462 "~followup_annotations": [ | 469 "~followup_annotations": [ |
463 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 470 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
464 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 471 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
465 "@@@STEP_LOG_LINE@durations@@@@", | 472 "@@@STEP_LOG_LINE@durations@@@@", |
466 "@@@STEP_LOG_LINE@durations@Details:@@@", | 473 "@@@STEP_LOG_LINE@durations@Details:@@@", |
467 "@@@STEP_LOG_LINE@durations@@@@", | 474 "@@@STEP_LOG_LINE@durations@@@@", |
468 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 475 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
469 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 476 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
470 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 477 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
471 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 478 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
472 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 479 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
473 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 480 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
474 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 481 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
475 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 482 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
476 "@@@STEP_LOG_END@durations@@@" | 483 "@@@STEP_LOG_END@durations@@@" |
477 ] | 484 ] |
478 }, | 485 }, |
479 { | 486 { |
480 "allow_subannotations": true, | 487 "allow_subannotations": true, |
481 "cmd": [ | 488 "cmd": [ |
482 "python", | 489 "python", |
483 "-u", | 490 "-u", |
484 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 491 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
485 "--swarming-client-dir", | 492 "--swarming-client-dir", |
486 "[CWD]/swarming.client", | 493 "[SLAVE_BUILD]/swarming.client", |
487 "--temp-root-dir", | 494 "--temp-root-dir", |
488 "[TMP]", | 495 "[TMP_BASE]", |
489 "--merged-test-output", | 496 "--merged-test-output", |
490 "/path/to/tmp/json", | 497 "/path/to/tmp/json", |
491 "--", | 498 "--", |
492 "collect", | 499 "collect", |
493 "--swarming", | 500 "--swarming", |
494 "https://chromium-swarm.appspot.com", | 501 "https://chromium-swarm.appspot.com", |
495 "--decorate", | 502 "--decorate", |
496 "--print-status-updates", | 503 "--print-status-updates", |
497 "--shards", | 504 "--shards", |
498 "2", | 505 "2", |
499 "Mjsunit - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - gc stres
s/571" | 506 "Mjsunit - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - gc stres
s/571" |
500 ], | 507 ], |
| 508 "cwd": "[SLAVE_BUILD]", |
501 "name": "Mjsunit - ignition - turbofan", | 509 "name": "Mjsunit - ignition - turbofan", |
502 "~followup_annotations": [ | 510 "~followup_annotations": [ |
503 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 511 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
504 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 512 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
505 "@@@STEP_LOG_LINE@durations@@@@", | 513 "@@@STEP_LOG_LINE@durations@@@@", |
506 "@@@STEP_LOG_LINE@durations@Details:@@@", | 514 "@@@STEP_LOG_LINE@durations@Details:@@@", |
507 "@@@STEP_LOG_LINE@durations@@@@", | 515 "@@@STEP_LOG_LINE@durations@@@@", |
508 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 516 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
509 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 517 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
510 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 518 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
511 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 519 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
512 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 520 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
513 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 521 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
514 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 522 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
515 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 523 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
516 "@@@STEP_LOG_END@durations@@@" | 524 "@@@STEP_LOG_END@durations@@@" |
517 ] | 525 ] |
518 }, | 526 }, |
519 { | 527 { |
520 "name": "$result", | 528 "name": "$result", |
521 "recipe_result": null, | 529 "recipe_result": null, |
522 "status_code": 0 | 530 "status_code": 0 |
523 } | 531 } |
524 ] | 532 ] |
OLD | NEW |