| 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 "4", | 108 "4", |
| 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=-1847850043", | 165 "--random-seed=-1847850043", |
| 168 "bot_default", | 166 "bot_default", |
| 169 "--no-snap", | 167 "--no-snap", |
| 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] Check on Ubuntu-12.04", | 174 "name": "[trigger] Check 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\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux - nosnap - debug/571\", @@@", | 177 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux - nosnap - debug/571\", @@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
- nosnap - debug/571:4:0\": {@@@", | 179 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
- nosnap - debug/571:4: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 18 matching lines...) Expand all Loading... |
| 205 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 202 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 206 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", | 203 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", |
| 207 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@", | 204 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@", |
| 208 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@
@@" | 205 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@
@@" |
| 209 ] | 206 ] |
| 210 }, | 207 }, |
| 211 { | 208 { |
| 212 "cmd": [ | 209 "cmd": [ |
| 213 "python", | 210 "python", |
| 214 "-u", | 211 "-u", |
| 215 "[SLAVE_BUILD]/swarming.client/swarming.py", | 212 "[CWD]/swarming.client/swarming.py", |
| 216 "trigger", | 213 "trigger", |
| 217 "--swarming", | 214 "--swarming", |
| 218 "https://chromium-swarm.appspot.com", | 215 "https://chromium-swarm.appspot.com", |
| 219 "--isolate-server", | 216 "--isolate-server", |
| 220 "https://isolateserver.appspot.com", | 217 "https://isolateserver.appspot.com", |
| 221 "--priority", | 218 "--priority", |
| 222 "25", | 219 "25", |
| 223 "--shards", | 220 "--shards", |
| 224 "1", | 221 "1", |
| 225 "--task-name", | 222 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "--timeout=200", | 277 "--timeout=200", |
| 281 "--random-seed=-1847850043", | 278 "--random-seed=-1847850043", |
| 282 "mozilla", | 279 "mozilla", |
| 283 "--no-snap", | 280 "--no-snap", |
| 284 "--exhaustive-variants", | 281 "--exhaustive-variants", |
| 285 "--rerun-failures-count=2", | 282 "--rerun-failures-count=2", |
| 286 "--swarming", | 283 "--swarming", |
| 287 "--json-test-results", | 284 "--json-test-results", |
| 288 "${ISOLATED_OUTDIR}/output.json" | 285 "${ISOLATED_OUTDIR}/output.json" |
| 289 ], | 286 ], |
| 290 "cwd": "[SLAVE_BUILD]", | |
| 291 "name": "[trigger] Mozilla on Ubuntu-12.04", | 287 "name": "[trigger] Mozilla on Ubuntu-12.04", |
| 292 "~followup_annotations": [ | 288 "~followup_annotations": [ |
| 293 "@@@STEP_LOG_LINE@json.output@{@@@", | 289 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/V8 Linux - nosnap - debug/571\", @@@", | 290 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/V8 Linux - nosnap - debug/571\", @@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin
ux - nosnap - debug/571\": {@@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin
ux - nosnap - debug/571\": {@@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ }@@@", | 296 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ }@@@", | 297 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 302 "@@@STEP_LOG_LINE@json.output@}@@@", | 298 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 303 "@@@STEP_LOG_END@json.output@@@", | 299 "@@@STEP_LOG_END@json.output@@@", |
| 304 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 300 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 305 ] | 301 ] |
| 306 }, | 302 }, |
| 307 { | 303 { |
| 308 "cmd": [ | 304 "cmd": [ |
| 309 "python", | 305 "python", |
| 310 "-u", | 306 "-u", |
| 311 "[SLAVE_BUILD]/swarming.client/swarming.py", | 307 "[CWD]/swarming.client/swarming.py", |
| 312 "trigger", | 308 "trigger", |
| 313 "--swarming", | 309 "--swarming", |
| 314 "https://chromium-swarm.appspot.com", | 310 "https://chromium-swarm.appspot.com", |
| 315 "--isolate-server", | 311 "--isolate-server", |
| 316 "https://isolateserver.appspot.com", | 312 "https://isolateserver.appspot.com", |
| 317 "--priority", | 313 "--priority", |
| 318 "25", | 314 "25", |
| 319 "--shards", | 315 "--shards", |
| 320 "1", | 316 "1", |
| 321 "--task-name", | 317 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 "--random-seed=-1847850043", | 373 "--random-seed=-1847850043", |
| 378 "simdjs", | 374 "simdjs", |
| 379 "--download-data", | 375 "--download-data", |
| 380 "--no-snap", | 376 "--no-snap", |
| 381 "--exhaustive-variants", | 377 "--exhaustive-variants", |
| 382 "--rerun-failures-count=2", | 378 "--rerun-failures-count=2", |
| 383 "--swarming", | 379 "--swarming", |
| 384 "--json-test-results", | 380 "--json-test-results", |
| 385 "${ISOLATED_OUTDIR}/output.json" | 381 "${ISOLATED_OUTDIR}/output.json" |
| 386 ], | 382 ], |
| 387 "cwd": "[SLAVE_BUILD]", | |
| 388 "name": "[trigger] SimdJs - all on Ubuntu-12.04", | 383 "name": "[trigger] SimdJs - all on Ubuntu-12.04", |
| 389 "~followup_annotations": [ | 384 "~followup_annotations": [ |
| 390 "@@@STEP_LOG_LINE@json.output@{@@@", | 385 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 391 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/V8 Linux - nosnap - debug/571\", @@@", | 386 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/V8 Linux - nosnap - debug/571\", @@@", |
| 392 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 393 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V
8 Linux - nosnap - debug/571\": {@@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V
8 Linux - nosnap - debug/571\": {@@@", |
| 394 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 389 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 395 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 390 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 396 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 391 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 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_LINE@json.output@}@@@", | 394 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 400 "@@@STEP_LOG_END@json.output@@@", | 395 "@@@STEP_LOG_END@json.output@@@", |
| 401 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 396 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 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 "4", | 418 "4", |
| 424 "Check/Ubuntu-12.04/[dummy has/V8 Linux - nosnap - debug/571" | 419 "Check/Ubuntu-12.04/[dummy has/V8 Linux - nosnap - debug/571" |
| 425 ], | 420 ], |
| 426 "cwd": "[SLAVE_BUILD]", | |
| 427 "name": "Check", | 421 "name": "Check", |
| 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 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux - nosnap - debug/571" | 459 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux - nosnap - debug/571" |
| 466 ], | 460 ], |
| 467 "cwd": "[SLAVE_BUILD]", | |
| 468 "name": "Mozilla", | 461 "name": "Mozilla", |
| 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 "1", | 498 "1", |
| 506 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux - nosnap - debug/571" | 499 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux - nosnap - debug/571" |
| 507 ], | 500 ], |
| 508 "cwd": "[SLAVE_BUILD]", | |
| 509 "name": "SimdJs - all", | 501 "name": "SimdJs - all", |
| 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 |