| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]" |
| 10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", |
| 11 "name": "gclient setup" | 12 "name": "gclient setup" |
| 12 }, | 13 }, |
| 13 { | 14 { |
| 14 "cmd": [ | 15 "cmd": [ |
| 15 "python", | 16 "python", |
| 16 "-u", | 17 "-u", |
| 17 "[DEPOT_TOOLS]/gclient.py", | 18 "[DEPOT_TOOLS]/gclient.py", |
| 18 "sync", | 19 "sync", |
| 19 "--nohooks", | 20 "--nohooks", |
| 20 "--force", | 21 "--force", |
| 21 "--verbose", | 22 "--verbose", |
| 22 "--delete_unversioned_trees", | 23 "--delete_unversioned_trees", |
| 23 "--output-json", | 24 "--output-json", |
| 24 "/path/to/tmp/json" | 25 "/path/to/tmp/json" |
| 25 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", |
| 26 "name": "gclient sync", | 28 "name": "gclient sync", |
| 27 "~followup_annotations": [ | 29 "~followup_annotations": [ |
| 28 "@@@STEP_LOG_LINE@json.output@{@@@", | 30 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 29 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 30 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 31 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 34 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/skia/\": {@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/skia/\": {@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"revision\": 143121@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"revision\": 143121@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ }@@@", | 37 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 62 "name": "git config user.email" | 64 "name": "git config user.email" |
| 63 }, | 65 }, |
| 64 { | 66 { |
| 65 "cmd": [ | 67 "cmd": [ |
| 66 "python", | 68 "python", |
| 67 "-u", | 69 "-u", |
| 68 "\nimport urllib2\nimport sys\nimport time\n\nattempts = 5\nres = None\nfo
r attempt in range(attempts):\n try:\n res = urllib2.urlopen(sys.argv[1]).re
ad()\n break\n except urllib2.URLError:\n if attempt == attempts - 1:\n
raise\n time.sleep(2 ** attempt)\nwith open(sys.argv[2], 'w') as f:\n f.
write(res)\n", | 70 "\nimport urllib2\nimport sys\nimport time\n\nattempts = 5\nres = None\nfo
r attempt in range(attempts):\n try:\n res = urllib2.urlopen(sys.argv[1]).re
ad()\n break\n except urllib2.URLError:\n if attempt == attempts - 1:\n
raise\n time.sleep(2 ** attempt)\nwith open(sys.argv[2], 'w') as f:\n f.
write(res)\n", |
| 69 "http://skia-tree-status.appspot.com/arb_is_stopped", | 71 "http://skia-tree-status.appspot.com/arb_is_stopped", |
| 70 "/path/to/tmp/json" | 72 "/path/to/tmp/json" |
| 71 ], | 73 ], |
| 74 "cwd": "[SLAVE_BUILD]", |
| 72 "name": "is_stopped", | 75 "name": "is_stopped", |
| 73 "~followup_annotations": [ | 76 "~followup_annotations": [ |
| 74 "@@@STEP_LOG_LINE@json.output@{@@@", | 77 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 75 "@@@STEP_LOG_LINE@json.output@ \"is_stopped\": false@@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"is_stopped\": false@@@", |
| 76 "@@@STEP_LOG_LINE@json.output@}@@@", | 79 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 77 "@@@STEP_LOG_END@json.output@@@", | 80 "@@@STEP_LOG_END@json.output@@@", |
| 78 "@@@STEP_LOG_LINE@python.inline@@@@", | 81 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 79 "@@@STEP_LOG_LINE@python.inline@import urllib2@@@", | 82 "@@@STEP_LOG_LINE@python.inline@import urllib2@@@", |
| 80 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 83 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 81 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 84 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 110 "step returned non-zero exit code: 1", | 113 "step returned non-zero exit code: 1", |
| 111 "@@@STEP_FAILURE@@@" | 114 "@@@STEP_FAILURE@@@" |
| 112 ] | 115 ] |
| 113 }, | 116 }, |
| 114 { | 117 { |
| 115 "name": "$final_result", | 118 "name": "$final_result", |
| 116 "reason": "Step('do auto_roll') failed with return_code 1", | 119 "reason": "Step('do auto_roll') failed with return_code 1", |
| 117 "status_code": 1 | 120 "status_code": 1 |
| 118 } | 121 } |
| 119 ] | 122 ] |
| OLD | NEW |