| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux64 - debug builder", | 10 "V8 Linux64 - debug builder", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 { | 67 { |
| 68 "cmd": [ | 68 "cmd": [ |
| 69 "python", | 69 "python", |
| 70 "-u", | 70 "-u", |
| 71 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 71 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 72 "--version" | 72 "--version" |
| 73 ], | 73 ], |
| 74 "name": "swarming.py --version", | 74 "name": "swarming.py --version", |
| 75 "stdout": "/path/to/tmp/", | 75 "stdout": "/path/to/tmp/", |
| 76 "~followup_annotations": [ | 76 "~followup_annotations": [ |
| 77 "@@@STEP_TEXT@0.8.6@@@" | 77 "@@@STEP_TEXT@0.4.10@@@" |
| 78 ] | 78 ] |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 "cmd": [], | 81 "cmd": [], |
| 82 "name": "ensure_goma" | 82 "name": "ensure_goma" |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 "~followup_annotations": [ | 454 "~followup_annotations": [ |
| 455 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug -
avx2@@@" | 455 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug -
avx2@@@" |
| 456 ] | 456 ] |
| 457 }, | 457 }, |
| 458 { | 458 { |
| 459 "name": "$result", | 459 "name": "$result", |
| 460 "recipe_result": null, | 460 "recipe_result": null, |
| 461 "status_code": 0 | 461 "status_code": 0 |
| 462 } | 462 } |
| 463 ] | 463 ] |
| OLD | NEW |