| 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 "chromium.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "TestBuilder", | 10 "TestBuilder", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "dim_name", | 137 "dim_name", |
| 138 "dim_value", | 138 "dim_value", |
| 139 "--controller-var", | 139 "--controller-var", |
| 140 "cont_name", | 140 "cont_name", |
| 141 "cont_value", | 141 "cont_value", |
| 142 "--task", | 142 "--task", |
| 143 "Task", | 143 "Task", |
| 144 "task_path.isolated" | 144 "task_path.isolated" |
| 145 ], | 145 ], |
| 146 "cwd": "[SLAVE_BUILD]", | 146 "cwd": "[SLAVE_BUILD]", |
| 147 "name": "Running test for Test Controller" | 147 "name": "Running test for Test Controller", |
| 148 "stdout": "/path/to/tmp/" |
| 148 }, | 149 }, |
| 149 { | 150 { |
| 150 "name": "$result", | 151 "name": "$result", |
| 151 "recipe_result": null, | 152 "recipe_result": null, |
| 152 "status_code": 0 | 153 "status_code": 0 |
| 153 } | 154 } |
| 154 ] | 155 ] |
| OLD | NEW |