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

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

Issue 2944983003: [milo] {buildbucket,buildbot,swarming,logdog} -> backends/*. (Closed)
Patch Set: fix the tests Created 3 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 171 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