| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 "base_unittests", | 225 "base_unittests", |
| 226 "base_unittests_run", | 226 "base_unittests_run", |
| 227 "browser_tests", | 227 "browser_tests", |
| 228 "browser_tests_run", | 228 "browser_tests_run", |
| 229 "chrome" | 229 "chrome" |
| 230 ], | 230 ], |
| 231 "name": "compile (with patch)" | 231 "name": "compile (with patch)" |
| 232 }, | 232 }, |
| 233 { | 233 { |
| 234 "cmd": [ | 234 "cmd": [ |
| 235 "python", | |
| 236 "-u", | |
| 237 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad
ata.py", | |
| 238 "--build-dir", | |
| 239 "[SLAVE_BUILD]/src/out/Release", | |
| 240 "--src-dir", | |
| 241 "[SLAVE_BUILD]/src" | |
| 242 ], | |
| 243 "cwd": "[SLAVE_BUILD]", | |
| 244 "name": "remove_build_metadata.py" | |
| 245 }, | |
| 246 { | |
| 247 "cmd": [ | |
| 248 "python", | 235 "python", |
| 249 "-u", | 236 "-u", |
| 250 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 237 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 251 "--build-dir", | 238 "--build-dir", |
| 252 "[SLAVE_BUILD]/src/out/Release", | 239 "[SLAVE_BUILD]/src/out/Release", |
| 253 "--output-json", | 240 "--output-json", |
| 254 "/path/to/tmp/json" | 241 "/path/to/tmp/json" |
| 255 ], | 242 ], |
| 256 "name": "find isolated tests", | 243 "name": "find isolated tests", |
| 257 "~followup_annotations": [ | 244 "~followup_annotations": [ |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 515 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 529 "@@@STEP_FAILURE@@@" | 516 "@@@STEP_FAILURE@@@" |
| 530 ] | 517 ] |
| 531 }, | 518 }, |
| 532 { | 519 { |
| 533 "name": "$final_result", | 520 "name": "$final_result", |
| 534 "reason": "Step('browser_tests') failed with return_code 1", | 521 "reason": "Step('browser_tests') failed with return_code 1", |
| 535 "status_code": 1 | 522 "status_code": 1 |
| 536 } | 523 } |
| 537 ] | 524 ] |
| OLD | NEW |