| 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 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_mac_rel_ng", | 10 "v8_mac_rel_ng", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 { | 73 { |
| 74 "cmd": [ | 74 "cmd": [ |
| 75 "python", | 75 "python", |
| 76 "-u", | 76 "-u", |
| 77 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 77 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 78 "--version" | 78 "--version" |
| 79 ], | 79 ], |
| 80 "name": "swarming.py --version", | 80 "name": "swarming.py --version", |
| 81 "stdout": "/path/to/tmp/", | 81 "stdout": "/path/to/tmp/", |
| 82 "~followup_annotations": [ | 82 "~followup_annotations": [ |
| 83 "@@@STEP_TEXT@0.8.6@@@" | 83 "@@@STEP_TEXT@0.4.10@@@" |
| 84 ] | 84 ] |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [], | 87 "cmd": [], |
| 88 "name": "ensure_goma" | 88 "name": "ensure_goma" |
| 89 }, | 89 }, |
| 90 { | 90 { |
| 91 "cmd": [ | 91 "cmd": [ |
| 92 "python", | 92 "python", |
| 93 "-u", | 93 "-u", |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 "~followup_annotations": [ | 395 "~followup_annotations": [ |
| 396 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" | 396 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" |
| 397 ] | 397 ] |
| 398 }, | 398 }, |
| 399 { | 399 { |
| 400 "name": "$result", | 400 "name": "$result", |
| 401 "recipe_result": null, | 401 "recipe_result": null, |
| 402 "status_code": 0 | 402 "status_code": 0 |
| 403 } | 403 } |
| 404 ] | 404 ] |
| OLD | NEW |