Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Side by Side Diff: appengine/cmd/milo/swarming/testdata/build-exception

Issue 2086353004: milo: put line breaks between step text strings (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: milo: put line breaks between step text strings Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 @@@CURRENT_TIMESTAMP@1457949601@@@ 1 @@@CURRENT_TIMESTAMP@1457949601@@@
2 @@@SEED_STEP recipe bootstrap@@@ 2 @@@SEED_STEP recipe bootstrap@@@
3 3
4 @@@STEP_CURSOR recipe bootstrap@@@ 4 @@@STEP_CURSOR recipe bootstrap@@@
5 5
6 @@@CURRENT_TIMESTAMP@1457949602@@@ 6 @@@CURRENT_TIMESTAMP@1457949602@@@
7 @@@STEP_STARTED@@@ 7 @@@STEP_STARTED@@@
8 8
9 @@@SET_BUILD_PROPERTY@path_config@kitchen@@@ 9 @@@SET_BUILD_PROPERTY@path_config@kitchen@@@
10 10
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 @@@STEP_LOG_LINE@run_recipe@@@@ 53 @@@STEP_LOG_LINE@run_recipe@@@@
54 54
55 @@@STEP_LOG_LINE@run_recipe@To run on Windows, you can put the JSON in a file an d redirect the@@@ 55 @@@STEP_LOG_LINE@run_recipe@To run on Windows, you can put the JSON in a file an d redirect the@@@
56 56
57 @@@STEP_LOG_LINE@run_recipe@contents of the file into run_recipe.py, with the < operator.@@@ 57 @@@STEP_LOG_LINE@run_recipe@contents of the file into run_recipe.py, with the < operator.@@@
58 58
59 @@@STEP_LOG_END@run_recipe@@@ 59 @@@STEP_LOG_END@run_recipe@@@
60 60
61 Running recipe with {u'slavename': u'abc', 'recipe': 'v8', u'mastername': u'clie nt.v8', u'buildername': u'V8 Linux - builder'} 61 Running recipe with {u'slavename': u'abc', 'recipe': 'v8', u'mastername': u'clie nt.v8', u'buildername': u'V8 Linux - builder'}
62 62
63 @@@STEP_TEXT@<br/>running recipe: "v8"@@@ 63 @@@STEP_TEXT@running recipe: "v8"@@@
64 64
65 @@@STEP_CURSOR setup_build@@@ 65 @@@STEP_CURSOR setup_build@@@
66 66
67 @@@CURRENT_TIMESTAMP@1457949604@@@ 67 @@@CURRENT_TIMESTAMP@1457949604@@@
68 @@@STEP_CLOSED@@@ 68 @@@STEP_CLOSED@@@
69 69
70 @@@SEED_STEP bot_update@@@ 70 @@@SEED_STEP bot_update@@@
71 71
72 @@@STEP_CURSOR bot_update@@@ 72 @@@STEP_CURSOR bot_update@@@
73 73
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 **kwargs) 182 **kwargs)
183 File "/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine/recipe_eng ine/recipe_api.py", line 220, in _inner 183 File "/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine/recipe_eng ine/recipe_api.py", line 220, in _inner
184 return func(*a, **kw) 184 return func(*a, **kw)
185 File "/tmp/run6L2Uju/build/scripts/slave/recipe_modules/bot_update/api.py", li ne 221, in ensure_checkout 185 File "/tmp/run6L2Uju/build/scripts/slave/recipe_modules/bot_update/api.py", li ne 221, in ensure_checkout
186 self._properties = step_result.json.output.get('properties', {}) 186 self._properties = step_result.json.output.get('properties', {})
187 AttributeError: 'NoneType' object has no attribute 'get' 187 AttributeError: 'NoneType' object has no attribute 'get'
188 @@@STEP_CURSOR recipe bootstrap@@@ 188 @@@STEP_CURSOR recipe bootstrap@@@
189 189
190 @@@CURRENT_TIMESTAMP@1457949609@@@ 190 @@@CURRENT_TIMESTAMP@1457949609@@@
191 @@@STEP_CLOSED@@@ 191 @@@STEP_CLOSED@@@
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698