| 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_swarming", | 10 "linux_chromium_rel_swarming", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "[SLAVE_BUILD]/src", | 134 "[SLAVE_BUILD]/src", |
| 135 "--build-tool", | 135 "--build-tool", |
| 136 "ninja", | 136 "ninja", |
| 137 "--compiler", | 137 "--compiler", |
| 138 "goma", | 138 "goma", |
| 139 "--goma-dir", | 139 "--goma-dir", |
| 140 "[BUILD]/goma", | 140 "[BUILD]/goma", |
| 141 "--", | 141 "--", |
| 142 "all", | 142 "all", |
| 143 "chrome", | 143 "chrome", |
| 144 "chrome_run", |
| 144 "chrome", | 145 "chrome", |
| 146 "chrome_run", |
| 145 "base_unittests_run", | 147 "base_unittests_run", |
| 146 "browser_tests_run", | 148 "browser_tests_run", |
| 147 "chrome" | 149 "chrome", |
| 150 "chrome_run" |
| 148 ], | 151 ], |
| 149 "name": "compile (with patch)" | 152 "name": "compile (with patch)" |
| 150 }, | 153 }, |
| 151 { | 154 { |
| 152 "cmd": [ | 155 "cmd": [ |
| 153 "python", | 156 "python", |
| 154 "-u", | 157 "-u", |
| 155 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 158 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 156 "--build-dir", | 159 "--build-dir", |
| 157 "[SLAVE_BUILD]/src/out/Release", | 160 "[SLAVE_BUILD]/src/out/Release", |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 434 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 432 "@@@STEP_FAILURE@@@" | 435 "@@@STEP_FAILURE@@@" |
| 433 ] | 436 ] |
| 434 }, | 437 }, |
| 435 { | 438 { |
| 436 "name": "$final_result", | 439 "name": "$final_result", |
| 437 "reason": "Step('browser_tests') failed with return_code 1", | 440 "reason": "Step('browser_tests') failed with return_code 1", |
| 438 "status_code": 1 | 441 "status_code": 1 |
| 439 } | 442 } |
| 440 ] | 443 ] |
| OLD | NEW |