| 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "--tag", | 274 "--tag", |
| 275 "os:Ubuntu-12.04", | 275 "os:Ubuntu-12.04", |
| 276 "--tag", | 276 "--tag", |
| 277 "project:chromium", | 277 "project:chromium", |
| 278 "--tag", | 278 "--tag", |
| 279 "purpose:ManualTS", | 279 "purpose:ManualTS", |
| 280 "--tag", | 280 "--tag", |
| 281 "purpose:pre-commit", | 281 "purpose:pre-commit", |
| 282 "--tag", | 282 "--tag", |
| 283 "rietveld:https://codereview.chromium.org/12853011/#ps1", | 283 "rietveld:https://codereview.chromium.org/12853011/#ps1", |
| 284 "--idempotent", |
| 284 "[dummy hash for base_unittests]", | 285 "[dummy hash for base_unittests]", |
| 285 "--", | 286 "--", |
| 286 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 287 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 287 ], | 288 ], |
| 288 "name": "[trigger] base_unittests (with patch)", | 289 "name": "[trigger] base_unittests (with patch)", |
| 289 "~followup_annotations": [ | 290 "~followup_annotations": [ |
| 290 "@@@STEP_LOG_LINE@json.output@{@@@", | 291 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"base_unittests (with
patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"base_unittests (with
patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"base_unittests (with patch)/Ubuntu-12.
04/[dummy has/linux_chromium_rel/571\": {@@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"base_unittests (with patch)/Ubuntu-12.
04/[dummy has/linux_chromium_rel/571\": {@@@", |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 491 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 491 "@@@STEP_FAILURE@@@" | 492 "@@@STEP_FAILURE@@@" |
| 492 ] | 493 ] |
| 493 }, | 494 }, |
| 494 { | 495 { |
| 495 "name": "$final_result", | 496 "name": "$final_result", |
| 496 "reason": "Step('browser_tests') failed with return_code 1", | 497 "reason": "Step('browser_tests') failed with return_code 1", |
| 497 "status_code": 1 | 498 "status_code": 1 |
| 498 } | 499 } |
| 499 ] | 500 ] |
| OLD | NEW |