Closed
Bug 613985
Opened 14 years ago
Closed 12 years ago
release_sanity.py should verify that all required repos are tagged
Categories
(Release Engineering :: Release Automation: Other, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Unassigned)
References
Details
(Whiteboard: [automation])
The 0.8.0 automation requires that buildbot-configs, buildbotcustom, compare-locales, and tools are all tagged with the _RELEASE and _BUILDn tags. release_sanity.py should verify this.
Reporter | ||
Updated•14 years ago
|
Priority: -- → P5
Reporter | ||
Comment 1•13 years ago
|
||
(In reply to Ben Hearsum [:bhearsum] from comment #0)
> The 0.8.0 automation requires that buildbot-configs, buildbotcustom,
> compare-locales, and tools are all tagged with the _RELEASE and _BUILDn
> tags. release_sanity.py should verify this.
Now, only buildbot-configs, buildbotcustom, and tools are required to be tagged prior to the automation starting. To do this, we should add a method similar to the 'verify_repo' one in release_sanity.py, and have it called towards the start of the checks, maybe around here: http://hg.mozilla.org/build/tools/file/default/buildbot-helpers/release_sanity.py#l362. It needs to be called 3 times, once for each repository that we're checking.
Updated•13 years ago
|
Blocks: hg-automation
Reporter | ||
Comment 2•13 years ago
|
||
Mass move of bugs to Release Automation component.
Component: Release Engineering → Release Engineering: Automation (Release Automation)
Reporter | ||
Updated•13 years ago
|
No longer blocks: hg-automation
Reporter | ||
Comment 5•12 years ago
|
||
I don't think this is worthwhile in the release kickoff world, because this tagging is automated.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•