Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___debug.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 "[SLAVE_BUILD]/swarming.client", 8 "[CWD]/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]",
13 "name": "git setup (swarming_client)" 12 "name": "git setup (swarming_client)"
14 }, 13 },
15 { 14 {
16 "cmd": [ 15 "cmd": [
17 "git", 16 "git",
18 "retry", 17 "retry",
19 "fetch", 18 "fetch",
20 "origin", 19 "origin",
21 "[dummy swarming client hash]" 20 "[dummy swarming client hash]"
22 ], 21 ],
23 "cwd": "[SLAVE_BUILD]/swarming.client", 22 "cwd": "[CWD]/swarming.client",
24 "name": "git fetch (swarming_client)" 23 "name": "git fetch (swarming_client)"
25 }, 24 },
26 { 25 {
27 "cmd": [ 26 "cmd": [
28 "git", 27 "git",
29 "checkout", 28 "checkout",
30 "-f", 29 "-f",
31 "FETCH_HEAD" 30 "FETCH_HEAD"
32 ], 31 ],
33 "cwd": "[SLAVE_BUILD]/swarming.client", 32 "cwd": "[CWD]/swarming.client",
34 "name": "git checkout (swarming_client)" 33 "name": "git checkout (swarming_client)"
35 }, 34 },
36 { 35 {
37 "cmd": [ 36 "cmd": [
38 "git", 37 "git",
39 "rev-parse", 38 "rev-parse",
40 "HEAD" 39 "HEAD"
41 ], 40 ],
42 "cwd": "[SLAVE_BUILD]/swarming.client", 41 "cwd": "[CWD]/swarming.client",
43 "name": "read revision", 42 "name": "read revision",
44 "stdout": "/path/to/tmp/", 43 "stdout": "/path/to/tmp/",
45 "~followup_annotations": [ 44 "~followup_annotations": [
46 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" 45 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
47 ] 46 ]
48 }, 47 },
49 { 48 {
50 "cmd": [ 49 "cmd": [
51 "git", 50 "git",
52 "clean", 51 "clean",
53 "-f", 52 "-f",
54 "-d", 53 "-d",
55 "-x" 54 "-x"
56 ], 55 ],
57 "cwd": "[SLAVE_BUILD]/swarming.client", 56 "cwd": "[CWD]/swarming.client",
58 "name": "git clean (swarming_client)" 57 "name": "git clean (swarming_client)"
59 }, 58 },
60 { 59 {
61 "cmd": [ 60 "cmd": [
62 "git", 61 "git",
63 "submodule", 62 "submodule",
64 "sync" 63 "sync"
65 ], 64 ],
66 "cwd": "[SLAVE_BUILD]/swarming.client", 65 "cwd": "[CWD]/swarming.client",
67 "name": "submodule sync (swarming_client)" 66 "name": "submodule sync (swarming_client)"
68 }, 67 },
69 { 68 {
70 "cmd": [ 69 "cmd": [
71 "git", 70 "git",
72 "submodule", 71 "submodule",
73 "update", 72 "update",
74 "--init", 73 "--init",
75 "--recursive" 74 "--recursive"
76 ], 75 ],
77 "cwd": "[SLAVE_BUILD]/swarming.client", 76 "cwd": "[CWD]/swarming.client",
78 "name": "submodule update (swarming_client)", 77 "name": "submodule update (swarming_client)",
79 "~followup_annotations": [ 78 "~followup_annotations": [
80 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" 79 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@"
81 ] 80 ]
82 }, 81 },
83 { 82 {
84 "cmd": [ 83 "cmd": [
85 "python", 84 "python",
86 "-u", 85 "-u",
87 "[SLAVE_BUILD]/swarming.client/swarming.py", 86 "[CWD]/swarming.client/swarming.py",
88 "--version" 87 "--version"
89 ], 88 ],
90 "cwd": "[SLAVE_BUILD]",
91 "name": "swarming.py --version", 89 "name": "swarming.py --version",
92 "stdout": "/path/to/tmp/", 90 "stdout": "/path/to/tmp/",
93 "~followup_annotations": [ 91 "~followup_annotations": [
94 "@@@STEP_TEXT@0.4.10@@@" 92 "@@@STEP_TEXT@0.4.10@@@"
95 ] 93 ]
96 }, 94 },
97 { 95 {
98 "cmd": [ 96 "cmd": [
99 "python", 97 "python",
100 "-u", 98 "-u",
101 "[SLAVE_BUILD]/swarming.client/swarming.py", 99 "[CWD]/swarming.client/swarming.py",
102 "trigger", 100 "trigger",
103 "--swarming", 101 "--swarming",
104 "https://chromium-swarm.appspot.com", 102 "https://chromium-swarm.appspot.com",
105 "--isolate-server", 103 "--isolate-server",
106 "https://isolateserver.appspot.com", 104 "https://isolateserver.appspot.com",
107 "--priority", 105 "--priority",
108 "25", 106 "25",
109 "--shards", 107 "--shards",
110 "2", 108 "2",
111 "--task-name", 109 "--task-name",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "--buildbot", 163 "--buildbot",
166 "--timeout=200", 164 "--timeout=200",
167 "--random-seed=142680580", 165 "--random-seed=142680580",
168 "bot_default", 166 "bot_default",
169 "--exhaustive-variants", 167 "--exhaustive-variants",
170 "--rerun-failures-count=2", 168 "--rerun-failures-count=2",
171 "--swarming", 169 "--swarming",
172 "--json-test-results", 170 "--json-test-results",
173 "${ISOLATED_OUTDIR}/output.json" 171 "${ISOLATED_OUTDIR}/output.json"
174 ], 172 ],
175 "cwd": "[SLAVE_BUILD]",
176 "name": "[trigger] Check on Windows-7-SP1", 173 "name": "[trigger] Check on Windows-7-SP1",
177 "~followup_annotations": [ 174 "~followup_annotations": [
178 "@@@STEP_LOG_LINE@json.output@{@@@", 175 "@@@STEP_LOG_LINE@json.output@{@@@",
179 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/ [dummy has/V8 Win32 - debug/571\", @@@", 176 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/ [dummy has/V8 Win32 - debug/571\", @@@",
180 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 177 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
181 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/V8 Win3 2 - debug/571:2:0\": {@@@", 178 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/V8 Win3 2 - debug/571:2:0\": {@@@",
182 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 179 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
183 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 180 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
184 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 181 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
185 "@@@STEP_LOG_LINE@json.output@ }, @@@", 182 "@@@STEP_LOG_LINE@json.output@ }, @@@",
186 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/V8 Win3 2 - debug/571:2:1\": {@@@", 183 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/V8 Win3 2 - debug/571:2:1\": {@@@",
187 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", 184 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@",
188 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", 185 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@",
189 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10100\"@@@", 186 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10100\"@@@",
190 "@@@STEP_LOG_LINE@json.output@ }@@@", 187 "@@@STEP_LOG_LINE@json.output@ }@@@",
191 "@@@STEP_LOG_LINE@json.output@ }@@@", 188 "@@@STEP_LOG_LINE@json.output@ }@@@",
192 "@@@STEP_LOG_LINE@json.output@}@@@", 189 "@@@STEP_LOG_LINE@json.output@}@@@",
193 "@@@STEP_LOG_END@json.output@@@", 190 "@@@STEP_LOG_END@json.output@@@",
194 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@", 191 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
195 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@" 192 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@"
196 ] 193 ]
197 }, 194 },
198 { 195 {
199 "cmd": [ 196 "cmd": [
200 "python", 197 "python",
201 "-u", 198 "-u",
202 "[SLAVE_BUILD]/swarming.client/swarming.py", 199 "[CWD]/swarming.client/swarming.py",
203 "trigger", 200 "trigger",
204 "--swarming", 201 "--swarming",
205 "https://chromium-swarm.appspot.com", 202 "https://chromium-swarm.appspot.com",
206 "--isolate-server", 203 "--isolate-server",
207 "https://isolateserver.appspot.com", 204 "https://isolateserver.appspot.com",
208 "--priority", 205 "--priority",
209 "25", 206 "25",
210 "--shards", 207 "--shards",
211 "1", 208 "1",
212 "--task-name", 209 "--task-name",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 "--timeout=200", 264 "--timeout=200",
268 "--random-seed=142680580", 265 "--random-seed=142680580",
269 "test262", 266 "test262",
270 "--download-data", 267 "--download-data",
271 "--variants=default", 268 "--variants=default",
272 "--rerun-failures-count=2", 269 "--rerun-failures-count=2",
273 "--swarming", 270 "--swarming",
274 "--json-test-results", 271 "--json-test-results",
275 "${ISOLATED_OUTDIR}/output.json" 272 "${ISOLATED_OUTDIR}/output.json"
276 ], 273 ],
277 "cwd": "[SLAVE_BUILD]",
278 "name": "[trigger] Test262 - no variants on Windows-7-SP1", 274 "name": "[trigger] Test262 - no variants on Windows-7-SP1",
279 "~followup_annotations": [ 275 "~followup_annotations": [
280 "@@@STEP_LOG_LINE@json.output@{@@@", 276 "@@@STEP_LOG_LINE@json.output@{@@@",
281 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant s/Windows-7-SP1/[dummy has/V8 Win32 - debug/571\", @@@", 277 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant s/Windows-7-SP1/[dummy has/V8 Win32 - debug/571\", @@@",
282 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 278 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
283 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Windows-7-SP1/[d ummy has/V8 Win32 - debug/571\": {@@@", 279 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Windows-7-SP1/[d ummy has/V8 Win32 - debug/571\": {@@@",
284 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 280 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
285 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 281 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
286 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 282 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
287 "@@@STEP_LOG_LINE@json.output@ }@@@", 283 "@@@STEP_LOG_LINE@json.output@ }@@@",
288 "@@@STEP_LOG_LINE@json.output@ }@@@", 284 "@@@STEP_LOG_LINE@json.output@ }@@@",
289 "@@@STEP_LOG_LINE@json.output@}@@@", 285 "@@@STEP_LOG_LINE@json.output@}@@@",
290 "@@@STEP_LOG_END@json.output@@@", 286 "@@@STEP_LOG_END@json.output@@@",
291 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 287 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
292 ] 288 ]
293 }, 289 },
294 { 290 {
295 "cmd": [ 291 "cmd": [
296 "python", 292 "python",
297 "-u", 293 "-u",
298 "[SLAVE_BUILD]/swarming.client/swarming.py", 294 "[CWD]/swarming.client/swarming.py",
299 "trigger", 295 "trigger",
300 "--swarming", 296 "--swarming",
301 "https://chromium-swarm.appspot.com", 297 "https://chromium-swarm.appspot.com",
302 "--isolate-server", 298 "--isolate-server",
303 "https://isolateserver.appspot.com", 299 "https://isolateserver.appspot.com",
304 "--priority", 300 "--priority",
305 "25", 301 "25",
306 "--shards", 302 "--shards",
307 "1", 303 "1",
308 "--task-name", 304 "--task-name",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "--buildbot", 358 "--buildbot",
363 "--timeout=200", 359 "--timeout=200",
364 "--random-seed=142680580", 360 "--random-seed=142680580",
365 "mozilla", 361 "mozilla",
366 "--exhaustive-variants", 362 "--exhaustive-variants",
367 "--rerun-failures-count=2", 363 "--rerun-failures-count=2",
368 "--swarming", 364 "--swarming",
369 "--json-test-results", 365 "--json-test-results",
370 "${ISOLATED_OUTDIR}/output.json" 366 "${ISOLATED_OUTDIR}/output.json"
371 ], 367 ],
372 "cwd": "[SLAVE_BUILD]",
373 "name": "[trigger] Mozilla on Windows-7-SP1", 368 "name": "[trigger] Mozilla on Windows-7-SP1",
374 "~followup_annotations": [ 369 "~followup_annotations": [
375 "@@@STEP_LOG_LINE@json.output@{@@@", 370 "@@@STEP_LOG_LINE@json.output@{@@@",
376 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Windows-7-SP 1/[dummy has/V8 Win32 - debug/571\", @@@", 371 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Windows-7-SP 1/[dummy has/V8 Win32 - debug/571\", @@@",
377 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 372 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
378 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Windows-7-SP1/[dummy has/V8 Wi n32 - debug/571\": {@@@", 373 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Windows-7-SP1/[dummy has/V8 Wi n32 - debug/571\": {@@@",
379 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 374 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
380 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 375 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
381 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 376 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
382 "@@@STEP_LOG_LINE@json.output@ }@@@", 377 "@@@STEP_LOG_LINE@json.output@ }@@@",
383 "@@@STEP_LOG_LINE@json.output@ }@@@", 378 "@@@STEP_LOG_LINE@json.output@ }@@@",
384 "@@@STEP_LOG_LINE@json.output@}@@@", 379 "@@@STEP_LOG_LINE@json.output@}@@@",
385 "@@@STEP_LOG_END@json.output@@@", 380 "@@@STEP_LOG_END@json.output@@@",
386 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 381 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
387 ] 382 ]
388 }, 383 },
389 { 384 {
390 "cmd": [ 385 "cmd": [
391 "python", 386 "python",
392 "-u", 387 "-u",
393 "[SLAVE_BUILD]/swarming.client/swarming.py", 388 "[CWD]/swarming.client/swarming.py",
394 "trigger", 389 "trigger",
395 "--swarming", 390 "--swarming",
396 "https://chromium-swarm.appspot.com", 391 "https://chromium-swarm.appspot.com",
397 "--isolate-server", 392 "--isolate-server",
398 "https://isolateserver.appspot.com", 393 "https://isolateserver.appspot.com",
399 "--priority", 394 "--priority",
400 "25", 395 "25",
401 "--shards", 396 "--shards",
402 "1", 397 "1",
403 "--task-name", 398 "--task-name",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 "--timeout=200", 453 "--timeout=200",
459 "--random-seed=142680580", 454 "--random-seed=142680580",
460 "ignition", 455 "ignition",
461 "--ignition", 456 "--ignition",
462 "--variants=ignition", 457 "--variants=ignition",
463 "--rerun-failures-count=2", 458 "--rerun-failures-count=2",
464 "--swarming", 459 "--swarming",
465 "--json-test-results", 460 "--json-test-results",
466 "${ISOLATED_OUTDIR}/output.json" 461 "${ISOLATED_OUTDIR}/output.json"
467 ], 462 ],
468 "cwd": "[SLAVE_BUILD]",
469 "name": "[trigger] Ignition on Windows-7-SP1", 463 "name": "[trigger] Ignition on Windows-7-SP1",
470 "~followup_annotations": [ 464 "~followup_annotations": [
471 "@@@STEP_LOG_LINE@json.output@{@@@", 465 "@@@STEP_LOG_LINE@json.output@{@@@",
472 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Windows-7-S P1/[dummy has/V8 Win32 - debug/571\", @@@", 466 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Windows-7-S P1/[dummy has/V8 Win32 - debug/571\", @@@",
473 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 467 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
474 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Windows-7-SP1/[dummy has/V8 W in32 - debug/571\": {@@@", 468 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Windows-7-SP1/[dummy has/V8 W in32 - debug/571\": {@@@",
475 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 469 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
476 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 470 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
477 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 471 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
478 "@@@STEP_LOG_LINE@json.output@ }@@@", 472 "@@@STEP_LOG_LINE@json.output@ }@@@",
479 "@@@STEP_LOG_LINE@json.output@ }@@@", 473 "@@@STEP_LOG_LINE@json.output@ }@@@",
480 "@@@STEP_LOG_LINE@json.output@}@@@", 474 "@@@STEP_LOG_LINE@json.output@}@@@",
481 "@@@STEP_LOG_END@json.output@@@", 475 "@@@STEP_LOG_END@json.output@@@",
482 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 476 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
483 ] 477 ]
484 }, 478 },
485 { 479 {
486 "allow_subannotations": true, 480 "allow_subannotations": true,
487 "cmd": [ 481 "cmd": [
488 "python", 482 "python",
489 "-u", 483 "-u",
490 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", 484 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
491 "--swarming-client-dir", 485 "--swarming-client-dir",
492 "[SLAVE_BUILD]/swarming.client", 486 "[CWD]/swarming.client",
493 "--temp-root-dir", 487 "--temp-root-dir",
494 "[TMP_BASE]", 488 "[TMP]",
495 "--merged-test-output", 489 "--merged-test-output",
496 "/path/to/tmp/json", 490 "/path/to/tmp/json",
497 "--", 491 "--",
498 "collect", 492 "collect",
499 "--swarming", 493 "--swarming",
500 "https://chromium-swarm.appspot.com", 494 "https://chromium-swarm.appspot.com",
501 "--decorate", 495 "--decorate",
502 "--print-status-updates", 496 "--print-status-updates",
503 "--shards", 497 "--shards",
504 "2", 498 "2",
505 "Check/Windows-7-SP1/[dummy has/V8 Win32 - debug/571" 499 "Check/Windows-7-SP1/[dummy has/V8 Win32 - debug/571"
506 ], 500 ],
507 "cwd": "[SLAVE_BUILD]",
508 "name": "Check", 501 "name": "Check",
509 "~followup_annotations": [ 502 "~followup_annotations": [
510 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 503 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
511 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 504 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
512 "@@@STEP_LOG_LINE@durations@@@@", 505 "@@@STEP_LOG_LINE@durations@@@@",
513 "@@@STEP_LOG_LINE@durations@Details:@@@", 506 "@@@STEP_LOG_LINE@durations@Details:@@@",
514 "@@@STEP_LOG_LINE@durations@@@@", 507 "@@@STEP_LOG_LINE@durations@@@@",
515 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 508 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
516 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 509 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
517 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 510 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
518 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 511 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
519 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 512 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
520 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 513 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
521 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 514 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
522 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 515 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
523 "@@@STEP_LOG_END@durations@@@" 516 "@@@STEP_LOG_END@durations@@@"
524 ] 517 ]
525 }, 518 },
526 { 519 {
527 "allow_subannotations": true, 520 "allow_subannotations": true,
528 "cmd": [ 521 "cmd": [
529 "python", 522 "python",
530 "-u", 523 "-u",
531 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", 524 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
532 "--swarming-client-dir", 525 "--swarming-client-dir",
533 "[SLAVE_BUILD]/swarming.client", 526 "[CWD]/swarming.client",
534 "--temp-root-dir", 527 "--temp-root-dir",
535 "[TMP_BASE]", 528 "[TMP]",
536 "--merged-test-output", 529 "--merged-test-output",
537 "/path/to/tmp/json", 530 "/path/to/tmp/json",
538 "--", 531 "--",
539 "collect", 532 "collect",
540 "--swarming", 533 "--swarming",
541 "https://chromium-swarm.appspot.com", 534 "https://chromium-swarm.appspot.com",
542 "--decorate", 535 "--decorate",
543 "--print-status-updates", 536 "--print-status-updates",
544 "--shards", 537 "--shards",
545 "1", 538 "1",
546 "Test262 - no variants/Windows-7-SP1/[dummy has/V8 Win32 - debug/571" 539 "Test262 - no variants/Windows-7-SP1/[dummy has/V8 Win32 - debug/571"
547 ], 540 ],
548 "cwd": "[SLAVE_BUILD]",
549 "name": "Test262 - no variants", 541 "name": "Test262 - no variants",
550 "~followup_annotations": [ 542 "~followup_annotations": [
551 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 543 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
552 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 544 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
553 "@@@STEP_LOG_LINE@durations@@@@", 545 "@@@STEP_LOG_LINE@durations@@@@",
554 "@@@STEP_LOG_LINE@durations@Details:@@@", 546 "@@@STEP_LOG_LINE@durations@Details:@@@",
555 "@@@STEP_LOG_LINE@durations@@@@", 547 "@@@STEP_LOG_LINE@durations@@@@",
556 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 548 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
557 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 549 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
558 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 550 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
559 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 551 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
560 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 552 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
561 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 553 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
562 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 554 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
563 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 555 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
564 "@@@STEP_LOG_END@durations@@@" 556 "@@@STEP_LOG_END@durations@@@"
565 ] 557 ]
566 }, 558 },
567 { 559 {
568 "allow_subannotations": true, 560 "allow_subannotations": true,
569 "cmd": [ 561 "cmd": [
570 "python", 562 "python",
571 "-u", 563 "-u",
572 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", 564 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
573 "--swarming-client-dir", 565 "--swarming-client-dir",
574 "[SLAVE_BUILD]/swarming.client", 566 "[CWD]/swarming.client",
575 "--temp-root-dir", 567 "--temp-root-dir",
576 "[TMP_BASE]", 568 "[TMP]",
577 "--merged-test-output", 569 "--merged-test-output",
578 "/path/to/tmp/json", 570 "/path/to/tmp/json",
579 "--", 571 "--",
580 "collect", 572 "collect",
581 "--swarming", 573 "--swarming",
582 "https://chromium-swarm.appspot.com", 574 "https://chromium-swarm.appspot.com",
583 "--decorate", 575 "--decorate",
584 "--print-status-updates", 576 "--print-status-updates",
585 "--shards", 577 "--shards",
586 "1", 578 "1",
587 "Mozilla/Windows-7-SP1/[dummy has/V8 Win32 - debug/571" 579 "Mozilla/Windows-7-SP1/[dummy has/V8 Win32 - debug/571"
588 ], 580 ],
589 "cwd": "[SLAVE_BUILD]",
590 "name": "Mozilla", 581 "name": "Mozilla",
591 "~followup_annotations": [ 582 "~followup_annotations": [
592 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 583 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
593 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 584 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
594 "@@@STEP_LOG_LINE@durations@@@@", 585 "@@@STEP_LOG_LINE@durations@@@@",
595 "@@@STEP_LOG_LINE@durations@Details:@@@", 586 "@@@STEP_LOG_LINE@durations@Details:@@@",
596 "@@@STEP_LOG_LINE@durations@@@@", 587 "@@@STEP_LOG_LINE@durations@@@@",
597 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 588 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
598 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 589 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
599 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 590 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
600 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 591 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
601 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 592 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
602 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 593 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
603 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 594 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
604 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 595 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
605 "@@@STEP_LOG_END@durations@@@" 596 "@@@STEP_LOG_END@durations@@@"
606 ] 597 ]
607 }, 598 },
608 { 599 {
609 "allow_subannotations": true, 600 "allow_subannotations": true,
610 "cmd": [ 601 "cmd": [
611 "python", 602 "python",
612 "-u", 603 "-u",
613 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", 604 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
614 "--swarming-client-dir", 605 "--swarming-client-dir",
615 "[SLAVE_BUILD]/swarming.client", 606 "[CWD]/swarming.client",
616 "--temp-root-dir", 607 "--temp-root-dir",
617 "[TMP_BASE]", 608 "[TMP]",
618 "--merged-test-output", 609 "--merged-test-output",
619 "/path/to/tmp/json", 610 "/path/to/tmp/json",
620 "--", 611 "--",
621 "collect", 612 "collect",
622 "--swarming", 613 "--swarming",
623 "https://chromium-swarm.appspot.com", 614 "https://chromium-swarm.appspot.com",
624 "--decorate", 615 "--decorate",
625 "--print-status-updates", 616 "--print-status-updates",
626 "--shards", 617 "--shards",
627 "1", 618 "1",
628 "Ignition/Windows-7-SP1/[dummy has/V8 Win32 - debug/571" 619 "Ignition/Windows-7-SP1/[dummy has/V8 Win32 - debug/571"
629 ], 620 ],
630 "cwd": "[SLAVE_BUILD]",
631 "name": "Ignition", 621 "name": "Ignition",
632 "~followup_annotations": [ 622 "~followup_annotations": [
633 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 623 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
634 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 624 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
635 "@@@STEP_LOG_LINE@durations@@@@", 625 "@@@STEP_LOG_LINE@durations@@@@",
636 "@@@STEP_LOG_LINE@durations@Details:@@@", 626 "@@@STEP_LOG_LINE@durations@Details:@@@",
637 "@@@STEP_LOG_LINE@durations@@@@", 627 "@@@STEP_LOG_LINE@durations@@@@",
638 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 628 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
639 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 629 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
640 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 630 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
641 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 631 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
642 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 632 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
643 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 633 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
644 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 634 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
645 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 635 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
646 "@@@STEP_LOG_END@durations@@@" 636 "@@@STEP_LOG_END@durations@@@"
647 ] 637 ]
648 }, 638 },
649 { 639 {
650 "name": "$result", 640 "name": "$result",
651 "recipe_result": null, 641 "recipe_result": null,
652 "status_code": 0 642 "status_code": 0
653 } 643 }
654 ] 644 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698