| 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 "[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" |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 { | 82 { |
| 83 "cmd": [ | 83 "cmd": [ |
| 84 "python", | 84 "python", |
| 85 "-u", | 85 "-u", |
| 86 "[SLAVE_BUILD]/swarming.client/swarming.py", | 86 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 87 "--version" | 87 "--version" |
| 88 ], | 88 ], |
| 89 "name": "swarming.py --version", | 89 "name": "swarming.py --version", |
| 90 "stdout": "/path/to/tmp/", | 90 "stdout": "/path/to/tmp/", |
| 91 "~followup_annotations": [ | 91 "~followup_annotations": [ |
| 92 "@@@STEP_TEXT@0.8.6@@@" | 92 "@@@STEP_TEXT@0.4.10@@@" |
| 93 ] | 93 ] |
| 94 }, | 94 }, |
| 95 { | 95 { |
| 96 "cmd": [ | 96 "cmd": [ |
| 97 "python", | 97 "python", |
| 98 "-u", | 98 "-u", |
| 99 "[SLAVE_BUILD]/swarming.client/swarming.py", | 99 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 100 "trigger", | 100 "trigger", |
| 101 "--swarming", | 101 "--swarming", |
| 102 "https://chromium-swarm.appspot.com", | 102 "https://chromium-swarm.appspot.com", |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 "--temp-root-dir", | 407 "--temp-root-dir", |
| 408 "[TMP_BASE]", | 408 "[TMP_BASE]", |
| 409 "--merged-test-output", | 409 "--merged-test-output", |
| 410 "/path/to/tmp/json", | 410 "/path/to/tmp/json", |
| 411 "--", | 411 "--", |
| 412 "collect", | 412 "collect", |
| 413 "--swarming", | 413 "--swarming", |
| 414 "https://chromium-swarm.appspot.com", | 414 "https://chromium-swarm.appspot.com", |
| 415 "--decorate", | 415 "--decorate", |
| 416 "--print-status-updates", | 416 "--print-status-updates", |
| 417 "--json", | 417 "--shards", |
| 418 "{\"base_task_name\": \"Mjsunit/Ubuntu-12.04/[dummy has/V8 Linux - gc stre
ss/571\", \"tasks\": {\"Mjsunit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571
:3:0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chr
omium-swarm.appspot.com/user/task/10000\"}, \"Mjsunit/Ubuntu-12.04/[dummy has/V8
Linux - gc stress/571:3:1\": {\"shard_index\": 1, \"task_id\": \"10100\", \"vie
w_url\": \"https://chromium-swarm.appspot.com/user/task/10100\"}, \"Mjsunit/Ubun
tu-12.04/[dummy has/V8 Linux - gc stress/571:3:2\": {\"shard_index\": 2, \"task_
id\": \"10200\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10
200\"}}}" | 418 "3", |
| 419 "Mjsunit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571" |
| 419 ], | 420 ], |
| 420 "name": "Mjsunit", | 421 "name": "Mjsunit", |
| 421 "~followup_annotations": [ | 422 "~followup_annotations": [ |
| 422 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 423 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 423 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 424 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 424 "@@@STEP_LOG_LINE@durations@@@@", | 425 "@@@STEP_LOG_LINE@durations@@@@", |
| 425 "@@@STEP_LOG_LINE@durations@Details:@@@", | 426 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 426 "@@@STEP_LOG_LINE@durations@@@@", | 427 "@@@STEP_LOG_LINE@durations@@@@", |
| 427 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 428 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 428 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 429 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 446 "--temp-root-dir", | 447 "--temp-root-dir", |
| 447 "[TMP_BASE]", | 448 "[TMP_BASE]", |
| 448 "--merged-test-output", | 449 "--merged-test-output", |
| 449 "/path/to/tmp/json", | 450 "/path/to/tmp/json", |
| 450 "--", | 451 "--", |
| 451 "collect", | 452 "collect", |
| 452 "--swarming", | 453 "--swarming", |
| 453 "https://chromium-swarm.appspot.com", | 454 "https://chromium-swarm.appspot.com", |
| 454 "--decorate", | 455 "--decorate", |
| 455 "--print-status-updates", | 456 "--print-status-updates", |
| 456 "--json", | 457 "--shards", |
| 457 "{\"base_task_name\": \"Webkit/Ubuntu-12.04/[dummy has/V8 Linux - gc stres
s/571\", \"tasks\": {\"Webkit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}" | 458 "1", |
| 459 "Webkit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571" |
| 458 ], | 460 ], |
| 459 "name": "Webkit", | 461 "name": "Webkit", |
| 460 "~followup_annotations": [ | 462 "~followup_annotations": [ |
| 461 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 463 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 462 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 464 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 463 "@@@STEP_LOG_LINE@durations@@@@", | 465 "@@@STEP_LOG_LINE@durations@@@@", |
| 464 "@@@STEP_LOG_LINE@durations@Details:@@@", | 466 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 465 "@@@STEP_LOG_LINE@durations@@@@", | 467 "@@@STEP_LOG_LINE@durations@@@@", |
| 466 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 468 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 467 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 469 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 485 "--temp-root-dir", | 487 "--temp-root-dir", |
| 486 "[TMP_BASE]", | 488 "[TMP_BASE]", |
| 487 "--merged-test-output", | 489 "--merged-test-output", |
| 488 "/path/to/tmp/json", | 490 "/path/to/tmp/json", |
| 489 "--", | 491 "--", |
| 490 "collect", | 492 "collect", |
| 491 "--swarming", | 493 "--swarming", |
| 492 "https://chromium-swarm.appspot.com", | 494 "https://chromium-swarm.appspot.com", |
| 493 "--decorate", | 495 "--decorate", |
| 494 "--print-status-updates", | 496 "--print-status-updates", |
| 495 "--json", | 497 "--shards", |
| 496 "{\"base_task_name\": \"Mjsunit - ignition - turbofan/Ubuntu-12.04/[dummy
has/V8 Linux - gc stress/571\", \"tasks\": {\"Mjsunit - ignition - turbofan/Ubun
tu-12.04/[dummy has/V8 Linux - gc stress/571:2:0\": {\"shard_index\": 0, \"task_
id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10
000\"}, \"Mjsunit - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - gc st
ress/571:2:1\": {\"shard_index\": 1, \"task_id\": \"10100\", \"view_url\": \"htt
ps://chromium-swarm.appspot.com/user/task/10100\"}}}" | 498 "2", |
| 499 "Mjsunit - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - gc stres
s/571" |
| 497 ], | 500 ], |
| 498 "name": "Mjsunit - ignition - turbofan", | 501 "name": "Mjsunit - ignition - turbofan", |
| 499 "~followup_annotations": [ | 502 "~followup_annotations": [ |
| 500 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 503 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 501 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 504 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 502 "@@@STEP_LOG_LINE@durations@@@@", | 505 "@@@STEP_LOG_LINE@durations@@@@", |
| 503 "@@@STEP_LOG_LINE@durations@Details:@@@", | 506 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 504 "@@@STEP_LOG_LINE@durations@@@@", | 507 "@@@STEP_LOG_LINE@durations@@@@", |
| 505 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 508 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 506 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 509 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 507 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 510 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 508 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 511 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 509 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 512 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 510 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 513 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 511 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 514 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 512 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 515 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 513 "@@@STEP_LOG_END@durations@@@" | 516 "@@@STEP_LOG_END@durations@@@" |
| 514 ] | 517 ] |
| 515 }, | 518 }, |
| 516 { | 519 { |
| 517 "name": "$result", | 520 "name": "$result", |
| 518 "recipe_result": null, | 521 "recipe_result": null, |
| 519 "status_code": 0 | 522 "status_code": 0 |
| 520 } | 523 } |
| 521 ] | 524 ] |
| OLD | NEW |