Closed
Bug 643471
Opened 14 years ago
Closed 9 years ago
need a place to set defaults for release configs
Categories
(Release Engineering :: Release Automation, enhancement, P3)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Unassigned)
Details
(Whiteboard: [configs])
There's a lot of duplication across release configs which is annoying, and sometimes causes issues when we need to mass-update them -- it's very easy to screw it up.
We should have a place to set branch defaults as well as production/staging/preproduction defaults for release configs. This is very similar to what's already done for regular dep/nightly configs, but I don't think release-specific variables should be intertwined there. Also, we have no use for platform defaults in releases.
A couple ideas:
- Set up separate data structures in the existing {production,staging,preproduction}_config.py and config.py for release variables.
- Define defaults in data structures at the top of process/release.py
Updated•13 years ago
|
Blocks: hg-automation
Comment 1•13 years ago
|
||
Ben: still needed?
Component: Release Engineering → Release Engineering: Automation
OS: Linux → All
Priority: P4 → --
QA Contact: release → catlee
Hardware: x86_64 → All
Whiteboard: [configs]
Reporter | ||
Comment 2•13 years ago
|
||
I still think it would useful, yeah.
Updated•13 years ago
|
Severity: normal → enhancement
Priority: -- → P3
Reporter | ||
Comment 3•13 years ago
|
||
Bulk move of bugs to Release Automation component.
Component: Release Engineering: Automation (General) → Release Engineering: Automation (Release Automation)
Reporter | ||
Comment 4•13 years ago
|
||
Mass move of bugs to Release Automation component.
Reporter | ||
Updated•13 years ago
|
No longer blocks: hg-automation
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Reporter | ||
Comment 5•10 years ago
|
||
This may end up being wontfix/unnecessary with CI build promotion.
Reporter | ||
Comment 6•9 years ago
|
||
Release configs are dead after the upcoming release promotion work is done, this isn't worth fixing now.
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
•