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