Socorro/Release Process: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(verification)
(Replaced content with "Check mana for more up-to-date release process documentation.")
 
(52 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== New feature/bugfix ==
Check mana for more up-to-date release process documentation.
* Socorro bugs are triaged and "Target Milestone" field in bugzilla is set
* As bugs are resolved, QA verifies them against the trunk staging server (crash-stats-dev.allizom.org)
 
== Code freeze ==
* code is branched per https://wiki.mozilla.org/Socorro/Release_Branch_Strategy
* staging data is refreshed and new build is loaded to branch staging server (crash-stats.allizom.org)
 
== Verification ==
* QA verifies fixes against branch staging server
* Socorro devs verify logs on each server:
** /var/log/socorro/*.log
** /var/log/socorro/kohana/*.php
 
== Push to production ==
* When QA signs off, a push bug in mozilla.org/Server Ops
** for example see: {{bug|667819}}
** Socorro devs verify logs on each server:
*** /var/log/socorro/*.log
*** /var/log/socorro/kohana/*.php

Latest revision as of 16:33, 12 May 2014

Check mana for more up-to-date release process documentation.