Closed
Bug 727740
Opened 13 years ago
Closed 13 years ago
release-sanity assumes that in-tree mozconfigs are defined in the release config
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nthomas, Assigned: catlee)
References
Details
(Whiteboard: [release][automation][simple])
Fallout from bug 697611. When starting the 3.6.27 release:
(build1)[cltbld@buildbot-master08 master]$ PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u nthomas -p firefox -V 3.6.27 --branch mozilla-1.9.2 --build-number 1 -c release-firefox-mozilla-1.9.2.py --dryrun localhost:9001
Traceback (most recent call last):
File "../tools/buildbot-helpers/release_sanity.py", line 378, in <module>
releaseConfig['mozconfigs'],
KeyError: 'mozconfigs'
We use the mozconfigs in buildbot-configs for 1.9.2.
Updated•13 years ago
|
Component: Release Engineering → Release Engineering: Automation
QA Contact: release → catlee
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [release][automation] → [release][automation][simple]
| Assignee | ||
Updated•13 years ago
|
Priority: -- → P2
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → catlee
| Assignee | ||
Comment 1•13 years ago
|
||
WONTFIX based on the fact this only affects 1.9.2 builds, and we're not expecting to do any more of those. It's also easily worked around by running release_sanity with "--bypass-mozconfig-check"
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•