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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 "--build-number", | 214 "--build-number", |
215 "571" | 215 "571" |
216 ], | 216 ], |
217 "cwd": "[SLAVE_BUILD]", | 217 "cwd": "[SLAVE_BUILD]", |
218 "name": "extract build" | 218 "name": "extract build" |
219 }, | 219 }, |
220 { | 220 { |
221 "cmd": [ | 221 "cmd": [ |
222 "python", | 222 "python", |
223 "-u", | 223 "-u", |
224 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 224 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
225 "--build-dir", | 225 "--build-dir", |
226 "[SLAVE_BUILD]/src/out/Release", | 226 "[SLAVE_BUILD]/src/out/Release", |
227 "--output-json", | 227 "--output-json", |
228 "/path/to/tmp/json" | 228 "/path/to/tmp/json" |
229 ], | 229 ], |
230 "cwd": "[SLAVE_BUILD]", | 230 "cwd": "[SLAVE_BUILD]", |
231 "name": "find isolated tests", | 231 "name": "find isolated tests", |
232 "~followup_annotations": [ | 232 "~followup_annotations": [ |
233 "@@@STEP_LOG_LINE@json.output@{@@@", | 233 "@@@STEP_LOG_LINE@json.output@{@@@", |
234 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 "@@@STEP_LOG_END@outdir_json@@@", | 345 "@@@STEP_LOG_END@outdir_json@@@", |
346 "@@@STEP_FAILURE@@@" | 346 "@@@STEP_FAILURE@@@" |
347 ] | 347 ] |
348 }, | 348 }, |
349 { | 349 { |
350 "name": "$result", | 350 "name": "$result", |
351 "reason": "1 tests failed: ['telemetry_gpu_unittests']", | 351 "reason": "1 tests failed: ['telemetry_gpu_unittests']", |
352 "status_code": 1 | 352 "status_code": 1 |
353 } | 353 } |
354 ] | 354 ] |
OLD | NEW |