| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel", | 10 "linux_chromium_rel", |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 "base_unittests", | 246 "base_unittests", |
| 247 "base_unittests_run", | 247 "base_unittests_run", |
| 248 "browser_tests" | 248 "browser_tests" |
| 249 ], | 249 ], |
| 250 "name": "compile (with patch)" | 250 "name": "compile (with patch)" |
| 251 }, | 251 }, |
| 252 { | 252 { |
| 253 "cmd": [ | 253 "cmd": [ |
| 254 "python", | 254 "python", |
| 255 "-u", | 255 "-u", |
| 256 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad
ata.py", |
| 257 "--build-dir", |
| 258 "[SLAVE_BUILD]/src/out/Release", |
| 259 "--src-dir", |
| 260 "[SLAVE_BUILD]/src" |
| 261 ], |
| 262 "cwd": "[SLAVE_BUILD]", |
| 263 "name": "remove_build_metadata" |
| 264 }, |
| 265 { |
| 266 "cmd": [ |
| 267 "python", |
| 268 "-u", |
| 256 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 269 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 257 "--build-dir", | 270 "--build-dir", |
| 258 "[SLAVE_BUILD]/src/out/Release", | 271 "[SLAVE_BUILD]/src/out/Release", |
| 259 "--output-json", | 272 "--output-json", |
| 260 "/path/to/tmp/json" | 273 "/path/to/tmp/json" |
| 261 ], | 274 ], |
| 262 "name": "find isolated tests", | 275 "name": "find isolated tests", |
| 263 "~followup_annotations": [ | 276 "~followup_annotations": [ |
| 264 "@@@STEP_LOG_LINE@json.output@{@@@", | 277 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 265 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 278 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 431 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 419 "@@@STEP_FAILURE@@@" | 432 "@@@STEP_FAILURE@@@" |
| 420 ] | 433 ] |
| 421 }, | 434 }, |
| 422 { | 435 { |
| 423 "name": "$final_result", | 436 "name": "$final_result", |
| 424 "reason": "Step('base_unittests') failed with return_code 1", | 437 "reason": "Step('base_unittests') failed with return_code 1", |
| 425 "status_code": 1 | 438 "status_code": 1 |
| 426 } | 439 } |
| 427 ] | 440 ] |
| OLD | NEW |