Closed
Bug 594930
Opened 14 years ago
Closed 11 years ago
Release automation should pushsnip automatically
Categories
(Release Engineering :: Release Automation: Other, defect, P4)
Release Engineering
Release Automation: Other
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: joduinn, Unassigned)
References
Details
(Whiteboard: [release][automation][postrelease])
Attachments
(2 files)
(deleted),
patch
|
bhearsum
:
feedback-
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bhearsum
:
feedback+
|
Details | Diff | Splinter Review |
As part of release automation, once we get a formal "go to pushsnip" from rel-drivers, automation should:
> - wait for formal "go"
> - pushsnip to "beta" if needed
> - pushsnip to "release" if needed
...as well as handle pushsnip to "betatest" and "releasetest"
Updated•14 years ago
|
Priority: -- → P5
Hardware: x86 → All
Whiteboard: [release][automation]
Comment 1•14 years ago
|
||
(In reply to comment #0)
> > - wait for formal "go"
> > - pushsnip to "beta" if needed
> > - pushsnip to "release" if needed
> ...as well as handle pushsnip to "betatest" and "releasetest"
I'd like to see the automation do the following:
* backupsnip (need to modify script to provide some output?)
* push to the test channel (betatest or releasetest)
* run automated Mozmill update tests against test channel (bug 498425)
* push to appropriate channel (beta or release)
Comment 2•14 years ago
|
||
test channels are already automatically pushed as part of the 'updates' builder
Updated•14 years ago
|
Assignee: nobody → rail
Priority: P5 → P2
Comment 3•14 years ago
|
||
Not tested in staging, a first draft.
* ReleaseUpdatesFactory.getSnippetDir() and MajorUpdateFactory.getSnippetDir() logic moved to tools/lib/python
* Used Firefox-$version-build$n (and similar for MU) instead of fuzzy $date-Firefox-$version
* Added standalone builders for pushing release, beta, mu, mu-beta snippets
Attachment #505796 -
Flags: feedback?(bhearsum)
Comment 4•14 years ago
|
||
Attachment #505797 -
Flags: feedback?(bhearsum)
Comment 5•14 years ago
|
||
Some comments:
- I'd like to see a bit of protection against somebody accidentally hitting "Force Build". Something like, bailing out unless a certain property name/value exists would be sufficient.
- ffxbld won't work for backupsnip/pushsnip, you should use ausUser from the release config
- To be superduper safe, it would be good to check that the directory exists prior to trying to run any commands
- For consistency, I'd like to see ReleaseUpdatesFactory use this for pushing test snippets rather than its current steps.
- What do you think of having a more generic builder for this, and using a property to define "action"? If you did that, you could even forego my first point.
- Mail should be sent to release-drivers 5min after the "pushsnip" completes successfully.
I assume the echo_run_remote_cmd() will be a real run_remote_cmd() at some point?
Updated•14 years ago
|
Attachment #505797 -
Flags: feedback?(bhearsum) → feedback+
Comment 6•14 years ago
|
||
Comment on attachment 505796 [details] [diff] [review]
buildbotcustom changes
feedback- to this one, see previous comment.
Attachment #505796 -
Flags: feedback?(bhearsum) → feedback-
Comment 7•14 years ago
|
||
Just realized another important thing: separating backupsnip/pushsnip -- we need to be able to run backupsnip well ahead of when we're going to push.
Updated•14 years ago
|
Priority: P2 → P3
Updated•13 years ago
|
Priority: P3 → P4
Reporter | ||
Updated•13 years ago
|
Blocks: hg-automation
Comment 10•13 years ago
|
||
Mass move of bugs to Release Automation component.
Component: Release Engineering → Release Engineering: Automation (Release Automation)
Updated•13 years ago
|
No longer blocks: hg-automation
Comment 12•12 years ago
|
||
With regards to the rapid betas, this trigger should be based on QA automation completing the sign-offs. Possibly use Rabbit queue here or something else, tbd.
Comment 13•12 years ago
|
||
(In reply to Lukas Blakk [:lsblakk] from comment #12)
> With regards to the rapid betas, this trigger should be based on QA
> automation completing the sign-offs. Possibly use Rabbit queue here or
> something else, tbd.
And by based on, I mean that as one option since while this will be true for rapid betas it will not be for all types of releases. Some will required different triggers (email to rel-drivers, for example).
Comment 14•12 years ago
|
||
It's notable that this goes away when Balrog is in production, too, where "pushsnip" is replaced with a web ui.
Updated•11 years ago
|
Whiteboard: [release][automation] → [release][automation][postrelease]
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Comment 15•11 years ago
|
||
I don't think it's worth doing this at this point because the Balrog is coming. (https://wiki.mozilla.org/Balrog)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•