Closed
Bug 1069547
Opened 10 years ago
Closed 10 years ago
status.html broken on ship it
Categories
(Release Engineering :: Applications: Shipit, defect)
Release Engineering
Applications: Shipit
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Unassigned)
References
Details
(Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2375] )
Eg:
2014-09-18 12:23:12,646 - kickoff.log_exception#1306: Exception on /releases/Firefox-32.0.2-build1/status.html [GET]
Traceback (most recent call last):
File "/data/www/ship-it.mozilla.org/release-kickoff/vendor/lib/python/flask/app.py", line 1687, in wsgi_app
response = self.full_dispatch_request()
File "/data/www/ship-it.mozilla.org/release-kickoff/vendor/lib/python/flask/app.py", line 1360, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/data/www/ship-it.mozilla.org/release-kickoff/vendor/lib/python/flask/app.py", line 1358, in full_dispatch_request
rv = self.dispatch_request()
File "/data/www/ship-it.mozilla.org/release-kickoff/vendor/lib/python/flask/app.py", line 1344, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/data/www/ship-it.mozilla.org/release-kickoff/vendor/lib/python/flask/views.py", line 83, in view
return self.dispatch_request(*args, **kwargs)
File "/data/www/ship-it.mozilla.org/release-kickoff/vendor/lib/python/flask/views.py", line 150, in dispatch_request
return meth(*args, **kwargs)
File "/data/www/ship-it.mozilla.org/release-kickoff/kickoff/views/status.py", line 94, in get
errors = ['No release events found for {}'.format(releaseName)]
ValueError: zero length field name in format
Reporter | ||
Comment 2•10 years ago
|
||
Looks like this affects more than just releases without status.
Summary: releases without any status return ISE 500 → status.html broken on ship it
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2362]
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2362] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2370]
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2370] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2375]
Reporter | ||
Comment 3•10 years ago
|
||
Mass component change for ship it bugs.
Component: Release Automation → Ship It
Reporter | ||
Comment 4•10 years ago
|
||
Pretty sure this is fixed now.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•3 years ago
|
Component: Applications: ShipIt (backend) → Applications: ShipIt
You need to log in
before you can comment on or make changes to this bug.
Description
•