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