Closed
Bug 813965
Opened 12 years ago
Closed 9 years ago
stop printing WARNING lines in whitelist comparison
Categories
(Release Engineering :: Release Automation, defect, P3)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Unassigned)
Details
(Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2182] )
Eg:
2012-11-21 09:07:28,830 : WARNING : STRIP_FLAGS="--strip-debug" not in android ['ac_add_options --enable-update-channel=nightly', 'mk_add_options CLIENT_PY_ARGS="--hg-options=\'--verbose --time\' --hgtool=../tools/buildfarm/utils/hgtool.py --skip-chatzilla --skip-comm --skip-inspector --skip-venkman --tinderbox-print"', 'ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}', 'ac_add_options --enable-warnings-as-errors', 'ac_add_options --with-ccache=/usr/bin/ccache']!
2012-11-21 09:07:28,830 : ERROR : found in mobile/android/config/mozconfigs/android/nightly but not in mobile/android/config/mozconfigs/android/release: STRIP_FLAGS="--strip-debug"
These two lines say the exact same thing, but the WARNING line (which isn't really a warning!) says it much more verbosely.
Reporter | ||
Comment 1•12 years ago
|
||
I feel like we can just remove this block:
https://hg.mozilla.org/build/tools/file/dc3848bd3cfe/buildbot-helpers/release_sanity.py#l160
But that entire method is very convoluted. It probably needs a redesign.
Reporter | ||
Updated•12 years ago
|
Priority: -- → P3
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2169]
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2169] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2180]
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2180] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2182]
Comment 2•9 years ago
|
||
We don't run this anymore
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•