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.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Linux Tests", | 10 "Linux Tests", |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 "--build-number", | 222 "--build-number", |
223 "571" | 223 "571" |
224 ], | 224 ], |
225 "cwd": "[SLAVE_BUILD]", | 225 "cwd": "[SLAVE_BUILD]", |
226 "name": "extract build" | 226 "name": "extract build" |
227 }, | 227 }, |
228 { | 228 { |
229 "cmd": [ | 229 "cmd": [ |
230 "python", | 230 "python", |
231 "-u", | 231 "-u", |
232 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 232 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
233 "--build-dir", | 233 "--build-dir", |
234 "[SLAVE_BUILD]/src/out/Release", | 234 "[SLAVE_BUILD]/src/out/Release", |
235 "--output-json", | 235 "--output-json", |
236 "/path/to/tmp/json" | 236 "/path/to/tmp/json" |
237 ], | 237 ], |
238 "cwd": "[SLAVE_BUILD]", | 238 "cwd": "[SLAVE_BUILD]", |
239 "name": "find isolated tests", | 239 "name": "find isolated tests", |
240 "~followup_annotations": [ | 240 "~followup_annotations": [ |
241 "@@@STEP_LOG_LINE@json.output@{@@@", | 241 "@@@STEP_LOG_LINE@json.output@{@@@", |
242 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 242 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
273 "@@@STEP_LOG_LINE@json.output@}@@@", | 273 "@@@STEP_LOG_LINE@json.output@}@@@", |
274 "@@@STEP_LOG_END@json.output@@@" | 274 "@@@STEP_LOG_END@json.output@@@" |
275 ] | 275 ] |
276 }, | 276 }, |
277 { | 277 { |
278 "name": "$result", | 278 "name": "$result", |
279 "recipe_result": null, | 279 "recipe_result": null, |
280 "status_code": 0 | 280 "status_code": 0 |
281 } | 281 } |
282 ] | 282 ] |
OLD | NEW |