| 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.infra", | 8 "tryserver.infra", |
| 9 "--builder", | 9 "--builder", |
| 10 "infra_tester", | 10 "infra_tester", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "test.py", | 116 "test.py", |
| 117 "test" | 117 "test" |
| 118 ], | 118 ], |
| 119 "cwd": "[SLAVE_BUILD]/infra_internal", | 119 "cwd": "[SLAVE_BUILD]/infra_internal", |
| 120 "name": "python tests" | 120 "name": "python tests" |
| 121 }, | 121 }, |
| 122 { | 122 { |
| 123 "cmd": [ | 123 "cmd": [ |
| 124 "python", | 124 "python", |
| 125 "-u", | 125 "-u", |
| 126 "[SLAVE_BUILD]/infra_internal/recipes/recipes.py", |
| 127 "simulation_test", |
| 128 "test" |
| 129 ], |
| 130 "name": "recipe tests" |
| 131 }, |
| 132 { |
| 133 "cmd": [ |
| 134 "python", |
| 135 "-u", |
| 136 "[SLAVE_BUILD]/infra_internal/recipes/recipes.py", |
| 137 "lint" |
| 138 ], |
| 139 "name": "recipe lint" |
| 140 }, |
| 141 { |
| 142 "cmd": [ |
| 143 "python", |
| 144 "-u", |
| 126 "[SLAVE_BUILD]/infra_internal/go/env.py" | 145 "[SLAVE_BUILD]/infra_internal/go/env.py" |
| 127 ], | 146 ], |
| 128 "name": "go bootstrap" | 147 "name": "go bootstrap" |
| 129 }, | 148 }, |
| 130 { | 149 { |
| 131 "cmd": [ | 150 "cmd": [ |
| 132 "python", | 151 "python", |
| 133 "-u", | 152 "-u", |
| 134 "[SLAVE_BUILD]/infra_internal/go/env.py", | 153 "[SLAVE_BUILD]/infra_internal/go/env.py", |
| 135 "python", | 154 "python", |
| 136 "[SLAVE_BUILD]/infra_internal/go/test.py" | 155 "[SLAVE_BUILD]/infra_internal/go/test.py" |
| 137 ], | 156 ], |
| 138 "name": "go tests" | 157 "name": "go tests" |
| 139 }, | 158 }, |
| 140 { | 159 { |
| 141 "name": "$result", | 160 "name": "$result", |
| 142 "recipe_result": null, | 161 "recipe_result": null, |
| 143 "status_code": 0 | 162 "status_code": 0 |
| 144 } | 163 } |
| 145 ] | 164 ] |
| OLD | NEW |