| 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 "[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 "3", | 108 "3", |
| 111 "--task-name", | 109 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "--timeout=200", | 164 "--timeout=200", |
| 167 "--random-seed=-2135455718", | 165 "--random-seed=-2135455718", |
| 168 "mjsunit", | 166 "mjsunit", |
| 169 "--gc-stress", | 167 "--gc-stress", |
| 170 "--exhaustive-variants", | 168 "--exhaustive-variants", |
| 171 "--rerun-failures-count=2", | 169 "--rerun-failures-count=2", |
| 172 "--swarming", | 170 "--swarming", |
| 173 "--json-test-results", | 171 "--json-test-results", |
| 174 "${ISOLATED_OUTDIR}/output.json" | 172 "${ISOLATED_OUTDIR}/output.json" |
| 175 ], | 173 ], |
| 176 "cwd": "[SLAVE_BUILD]", | |
| 177 "name": "[trigger] Mjsunit on Ubuntu-12.04", | 174 "name": "[trigger] Mjsunit on Ubuntu-12.04", |
| 178 "~followup_annotations": [ | 175 "~followup_annotations": [ |
| 179 "@@@STEP_LOG_LINE@json.output@{@@@", | 176 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit/Ubuntu-12.04
/[dummy has/V8 Linux - gc stress/571\", @@@", | 177 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit/Ubuntu-12.04
/[dummy has/V8 Linux - gc stress/571\", @@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit/Ubuntu-12.04/[dummy has/V8 Lin
ux - gc stress/571:3:0\": {@@@", | 179 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit/Ubuntu-12.04/[dummy has/V8 Lin
ux - gc stress/571:3:0\": {@@@", |
| 183 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 184 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 181 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 185 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 182 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 186 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 183 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 199 "@@@STEP_LOG_END@json.output@@@", | 196 "@@@STEP_LOG_END@json.output@@@", |
| 200 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 197 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 201 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", | 198 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", |
| 202 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@" | 199 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@" |
| 203 ] | 200 ] |
| 204 }, | 201 }, |
| 205 { | 202 { |
| 206 "cmd": [ | 203 "cmd": [ |
| 207 "python", | 204 "python", |
| 208 "-u", | 205 "-u", |
| 209 "[SLAVE_BUILD]/swarming.client/swarming.py", | 206 "[CWD]/swarming.client/swarming.py", |
| 210 "trigger", | 207 "trigger", |
| 211 "--swarming", | 208 "--swarming", |
| 212 "https://chromium-swarm.appspot.com", | 209 "https://chromium-swarm.appspot.com", |
| 213 "--isolate-server", | 210 "--isolate-server", |
| 214 "https://isolateserver.appspot.com", | 211 "https://isolateserver.appspot.com", |
| 215 "--priority", | 212 "--priority", |
| 216 "25", | 213 "25", |
| 217 "--shards", | 214 "--shards", |
| 218 "1", | 215 "1", |
| 219 "--task-name", | 216 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "--timeout=200", | 271 "--timeout=200", |
| 275 "--random-seed=-2135455718", | 272 "--random-seed=-2135455718", |
| 276 "webkit", | 273 "webkit", |
| 277 "--gc-stress", | 274 "--gc-stress", |
| 278 "--exhaustive-variants", | 275 "--exhaustive-variants", |
| 279 "--rerun-failures-count=2", | 276 "--rerun-failures-count=2", |
| 280 "--swarming", | 277 "--swarming", |
| 281 "--json-test-results", | 278 "--json-test-results", |
| 282 "${ISOLATED_OUTDIR}/output.json" | 279 "${ISOLATED_OUTDIR}/output.json" |
| 283 ], | 280 ], |
| 284 "cwd": "[SLAVE_BUILD]", | |
| 285 "name": "[trigger] Webkit on Ubuntu-12.04", | 281 "name": "[trigger] Webkit on Ubuntu-12.04", |
| 286 "~followup_annotations": [ | 282 "~followup_annotations": [ |
| 287 "@@@STEP_LOG_LINE@json.output@{@@@", | 283 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 288 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Webkit/Ubuntu-12.04/
[dummy has/V8 Linux - gc stress/571\", @@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Webkit/Ubuntu-12.04/
[dummy has/V8 Linux - gc stress/571\", @@@", |
| 289 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ \"Webkit/Ubuntu-12.04/[dummy has/V8 Linu
x - gc stress/571\": {@@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"Webkit/Ubuntu-12.04/[dummy has/V8 Linu
x - gc stress/571\": {@@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 289 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ }@@@", | 290 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ }@@@", | 291 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 296 "@@@STEP_LOG_LINE@json.output@}@@@", | 292 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 297 "@@@STEP_LOG_END@json.output@@@", | 293 "@@@STEP_LOG_END@json.output@@@", |
| 298 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 294 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 299 ] | 295 ] |
| 300 }, | 296 }, |
| 301 { | 297 { |
| 302 "cmd": [ | 298 "cmd": [ |
| 303 "python", | 299 "python", |
| 304 "-u", | 300 "-u", |
| 305 "[SLAVE_BUILD]/swarming.client/swarming.py", | 301 "[CWD]/swarming.client/swarming.py", |
| 306 "trigger", | 302 "trigger", |
| 307 "--swarming", | 303 "--swarming", |
| 308 "https://chromium-swarm.appspot.com", | 304 "https://chromium-swarm.appspot.com", |
| 309 "--isolate-server", | 305 "--isolate-server", |
| 310 "https://isolateserver.appspot.com", | 306 "https://isolateserver.appspot.com", |
| 311 "--priority", | 307 "--priority", |
| 312 "25", | 308 "25", |
| 313 "--shards", | 309 "--shards", |
| 314 "2", | 310 "2", |
| 315 "--task-name", | 311 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 "--random-seed=-2135455718", | 367 "--random-seed=-2135455718", |
| 372 "mjsunit", | 368 "mjsunit", |
| 373 "--ignition", | 369 "--ignition", |
| 374 "--gc-stress", | 370 "--gc-stress", |
| 375 "--variants=ignition", | 371 "--variants=ignition", |
| 376 "--rerun-failures-count=2", | 372 "--rerun-failures-count=2", |
| 377 "--swarming", | 373 "--swarming", |
| 378 "--json-test-results", | 374 "--json-test-results", |
| 379 "${ISOLATED_OUTDIR}/output.json" | 375 "${ISOLATED_OUTDIR}/output.json" |
| 380 ], | 376 ], |
| 381 "cwd": "[SLAVE_BUILD]", | |
| 382 "name": "[trigger] Mjsunit - ignition on Ubuntu-12.04", | 377 "name": "[trigger] Mjsunit - ignition on Ubuntu-12.04", |
| 383 "~followup_annotations": [ | 378 "~followup_annotations": [ |
| 384 "@@@STEP_LOG_LINE@json.output@{@@@", | 379 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 385 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - ignition/U
buntu-12.04/[dummy has/V8 Linux - gc stress/571\", @@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - ignition/U
buntu-12.04/[dummy has/V8 Linux - gc stress/571\", @@@", |
| 386 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 381 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - ignition/Ubuntu-12.04/[dummy
has/V8 Linux - gc stress/571:2:0\": {@@@", | 382 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - ignition/Ubuntu-12.04/[dummy
has/V8 Linux - gc stress/571:2:0\": {@@@", |
| 388 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 383 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 389 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 384 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 390 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 391 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 386 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 392 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - ignition/Ubuntu-12.04/[dummy
has/V8 Linux - gc stress/571:2:1\": {@@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - ignition/Ubuntu-12.04/[dummy
has/V8 Linux - gc stress/571:2:1\": {@@@", |
| 393 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 394 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 389 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 395 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 390 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 396 "@@@STEP_LOG_LINE@json.output@ }@@@", | 391 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 397 "@@@STEP_LOG_LINE@json.output@ }@@@", | 392 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 398 "@@@STEP_LOG_LINE@json.output@}@@@", | 393 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 399 "@@@STEP_LOG_END@json.output@@@", | 394 "@@@STEP_LOG_END@json.output@@@", |
| 400 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 395 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 401 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 396 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 402 ] | 397 ] |
| 403 }, | 398 }, |
| 404 { | 399 { |
| 405 "allow_subannotations": true, | 400 "allow_subannotations": true, |
| 406 "cmd": [ | 401 "cmd": [ |
| 407 "python", | 402 "python", |
| 408 "-u", | 403 "-u", |
| 409 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 404 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 410 "--swarming-client-dir", | 405 "--swarming-client-dir", |
| 411 "[SLAVE_BUILD]/swarming.client", | 406 "[CWD]/swarming.client", |
| 412 "--temp-root-dir", | 407 "--temp-root-dir", |
| 413 "[TMP_BASE]", | 408 "[TMP]", |
| 414 "--merged-test-output", | 409 "--merged-test-output", |
| 415 "/path/to/tmp/json", | 410 "/path/to/tmp/json", |
| 416 "--", | 411 "--", |
| 417 "collect", | 412 "collect", |
| 418 "--swarming", | 413 "--swarming", |
| 419 "https://chromium-swarm.appspot.com", | 414 "https://chromium-swarm.appspot.com", |
| 420 "--decorate", | 415 "--decorate", |
| 421 "--print-status-updates", | 416 "--print-status-updates", |
| 422 "--shards", | 417 "--shards", |
| 423 "3", | 418 "3", |
| 424 "Mjsunit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571" | 419 "Mjsunit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571" |
| 425 ], | 420 ], |
| 426 "cwd": "[SLAVE_BUILD]", | |
| 427 "name": "Mjsunit", | 421 "name": "Mjsunit", |
| 428 "~followup_annotations": [ | 422 "~followup_annotations": [ |
| 429 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 423 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 430 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 424 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 431 "@@@STEP_LOG_LINE@durations@@@@", | 425 "@@@STEP_LOG_LINE@durations@@@@", |
| 432 "@@@STEP_LOG_LINE@durations@Details:@@@", | 426 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 433 "@@@STEP_LOG_LINE@durations@@@@", | 427 "@@@STEP_LOG_LINE@durations@@@@", |
| 434 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 428 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 435 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 429 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 436 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 430 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 437 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 431 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 438 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 432 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 439 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 433 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 440 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 434 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 441 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 435 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 442 "@@@STEP_LOG_END@durations@@@" | 436 "@@@STEP_LOG_END@durations@@@" |
| 443 ] | 437 ] |
| 444 }, | 438 }, |
| 445 { | 439 { |
| 446 "allow_subannotations": true, | 440 "allow_subannotations": true, |
| 447 "cmd": [ | 441 "cmd": [ |
| 448 "python", | 442 "python", |
| 449 "-u", | 443 "-u", |
| 450 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 444 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 451 "--swarming-client-dir", | 445 "--swarming-client-dir", |
| 452 "[SLAVE_BUILD]/swarming.client", | 446 "[CWD]/swarming.client", |
| 453 "--temp-root-dir", | 447 "--temp-root-dir", |
| 454 "[TMP_BASE]", | 448 "[TMP]", |
| 455 "--merged-test-output", | 449 "--merged-test-output", |
| 456 "/path/to/tmp/json", | 450 "/path/to/tmp/json", |
| 457 "--", | 451 "--", |
| 458 "collect", | 452 "collect", |
| 459 "--swarming", | 453 "--swarming", |
| 460 "https://chromium-swarm.appspot.com", | 454 "https://chromium-swarm.appspot.com", |
| 461 "--decorate", | 455 "--decorate", |
| 462 "--print-status-updates", | 456 "--print-status-updates", |
| 463 "--shards", | 457 "--shards", |
| 464 "1", | 458 "1", |
| 465 "Webkit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571" | 459 "Webkit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571" |
| 466 ], | 460 ], |
| 467 "cwd": "[SLAVE_BUILD]", | |
| 468 "name": "Webkit", | 461 "name": "Webkit", |
| 469 "~followup_annotations": [ | 462 "~followup_annotations": [ |
| 470 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 463 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 471 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 464 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 472 "@@@STEP_LOG_LINE@durations@@@@", | 465 "@@@STEP_LOG_LINE@durations@@@@", |
| 473 "@@@STEP_LOG_LINE@durations@Details:@@@", | 466 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 474 "@@@STEP_LOG_LINE@durations@@@@", | 467 "@@@STEP_LOG_LINE@durations@@@@", |
| 475 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 468 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 476 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 469 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 477 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 470 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 478 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 471 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 479 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 472 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 480 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 473 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 481 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 474 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 482 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 475 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 483 "@@@STEP_LOG_END@durations@@@" | 476 "@@@STEP_LOG_END@durations@@@" |
| 484 ] | 477 ] |
| 485 }, | 478 }, |
| 486 { | 479 { |
| 487 "allow_subannotations": true, | 480 "allow_subannotations": true, |
| 488 "cmd": [ | 481 "cmd": [ |
| 489 "python", | 482 "python", |
| 490 "-u", | 483 "-u", |
| 491 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 484 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 492 "--swarming-client-dir", | 485 "--swarming-client-dir", |
| 493 "[SLAVE_BUILD]/swarming.client", | 486 "[CWD]/swarming.client", |
| 494 "--temp-root-dir", | 487 "--temp-root-dir", |
| 495 "[TMP_BASE]", | 488 "[TMP]", |
| 496 "--merged-test-output", | 489 "--merged-test-output", |
| 497 "/path/to/tmp/json", | 490 "/path/to/tmp/json", |
| 498 "--", | 491 "--", |
| 499 "collect", | 492 "collect", |
| 500 "--swarming", | 493 "--swarming", |
| 501 "https://chromium-swarm.appspot.com", | 494 "https://chromium-swarm.appspot.com", |
| 502 "--decorate", | 495 "--decorate", |
| 503 "--print-status-updates", | 496 "--print-status-updates", |
| 504 "--shards", | 497 "--shards", |
| 505 "2", | 498 "2", |
| 506 "Mjsunit - ignition/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571" | 499 "Mjsunit - ignition/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571" |
| 507 ], | 500 ], |
| 508 "cwd": "[SLAVE_BUILD]", | |
| 509 "name": "Mjsunit - ignition", | 501 "name": "Mjsunit - ignition", |
| 510 "~followup_annotations": [ | 502 "~followup_annotations": [ |
| 511 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 503 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 512 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 504 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 513 "@@@STEP_LOG_LINE@durations@@@@", | 505 "@@@STEP_LOG_LINE@durations@@@@", |
| 514 "@@@STEP_LOG_LINE@durations@Details:@@@", | 506 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 515 "@@@STEP_LOG_LINE@durations@@@@", | 507 "@@@STEP_LOG_LINE@durations@@@@", |
| 516 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 508 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 517 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 509 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 518 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 510 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 519 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 511 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 520 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 512 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 521 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 513 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 522 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 514 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 523 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 515 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 524 "@@@STEP_LOG_END@durations@@@" | 516 "@@@STEP_LOG_END@durations@@@" |
| 525 ] | 517 ] |
| 526 }, | 518 }, |
| 527 { | 519 { |
| 528 "name": "$result", | 520 "name": "$result", |
| 529 "recipe_result": null, | 521 "recipe_result": null, |
| 530 "status_code": 0 | 522 "status_code": 0 |
| 531 } | 523 } |
| 532 ] | 524 ] |
| OLD | NEW |