OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.chromiumos", | 8 "chromium.chromiumos", |
9 "--builder", | 9 "--builder", |
10 "Linux ChromiumOS Ozone Builder", | 10 "Linux ChromiumOS Ozone Builder", |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 "-u", | 174 "-u", |
175 "[BUILD]/scripts/slave/cleanup_temp.py" | 175 "[BUILD]/scripts/slave/cleanup_temp.py" |
176 ], | 176 ], |
177 "cwd": "[SLAVE_BUILD]", | 177 "cwd": "[SLAVE_BUILD]", |
178 "name": "cleanup_temp" | 178 "name": "cleanup_temp" |
179 }, | 179 }, |
180 { | 180 { |
181 "cmd": [ | 181 "cmd": [ |
182 "python", | 182 "python", |
183 "-u", | 183 "-u", |
184 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 184 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
185 "--build-dir", | 185 "--build-dir", |
186 "[SLAVE_BUILD]/src/out/Release", | 186 "[SLAVE_BUILD]/src/out/Release", |
187 "--clean-isolated-files" | 187 "--clean-isolated-files" |
188 ], | 188 ], |
189 "cwd": "[SLAVE_BUILD]", | 189 "cwd": "[SLAVE_BUILD]", |
190 "name": "clean isolated files" | 190 "name": "clean isolated files" |
191 }, | 191 }, |
192 { | 192 { |
193 "cmd": [ | 193 "cmd": [ |
194 "python", | 194 "python", |
(...skipping 21 matching lines...) Expand all Loading... |
216 "name": "compile", | 216 "name": "compile", |
217 "~followup_annotations": [ | 217 "~followup_annotations": [ |
218 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 218 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
219 "@@@STEP_LOG_END@json.output (invalid)@@@" | 219 "@@@STEP_LOG_END@json.output (invalid)@@@" |
220 ] | 220 ] |
221 }, | 221 }, |
222 { | 222 { |
223 "cmd": [ | 223 "cmd": [ |
224 "python", | 224 "python", |
225 "-u", | 225 "-u", |
226 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 226 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
227 "--build-dir", | 227 "--build-dir", |
228 "[SLAVE_BUILD]/src/out/Release", | 228 "[SLAVE_BUILD]/src/out/Release", |
229 "--src-dir", | 229 "--src-dir", |
230 "[SLAVE_BUILD]/src" | 230 "[SLAVE_BUILD]/src" |
231 ], | 231 ], |
232 "cwd": "[SLAVE_BUILD]", | 232 "cwd": "[SLAVE_BUILD]", |
233 "name": "remove_build_metadata" | 233 "name": "remove_build_metadata" |
234 }, | 234 }, |
235 { | 235 { |
236 "cmd": [ | 236 "cmd": [ |
237 "python", | 237 "python", |
238 "-u", | 238 "-u", |
239 "RECIPE_MODULE[isolate]/resources/isolate.py", | 239 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
240 "[SLAVE_BUILD]/src/tools/swarming_client", | 240 "[SLAVE_BUILD]/src/tools/swarming_client", |
241 "batcharchive", | 241 "batcharchive", |
242 "--dump-json", | 242 "--dump-json", |
243 "/path/to/tmp/json", | 243 "/path/to/tmp/json", |
244 "--isolate-server", | 244 "--isolate-server", |
245 "https://isolateserver.appspot.com", | 245 "https://isolateserver.appspot.com", |
246 "--verbose", | 246 "--verbose", |
247 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 247 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
248 ], | 248 ], |
249 "cwd": "[SLAVE_BUILD]", | 249 "cwd": "[SLAVE_BUILD]", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 "~followup_annotations": [ | 301 "~followup_annotations": [ |
302 "@@@STEP_TEXT@Linux ChromiumOS Ozone Tests (1)@@@" | 302 "@@@STEP_TEXT@Linux ChromiumOS Ozone Tests (1)@@@" |
303 ] | 303 ] |
304 }, | 304 }, |
305 { | 305 { |
306 "name": "$result", | 306 "name": "$result", |
307 "recipe_result": null, | 307 "recipe_result": null, |
308 "status_code": 0 | 308 "status_code": 0 |
309 } | 309 } |
310 ] | 310 ] |
OLD | NEW |