Firefox/Input/Release Checklist

From MozillaWiki
< Firefox‎ | Input
Jump to: navigation, search

Team

  • Product lead: aakashd
  • Dev lead: davedash
  • QA lead: mbrandt
  • IT lead: push bug assignee

Get Ready

  1. Decision on release date and features - Product/Dev Lead
    • Update Firefox/Input page - Product lead
    • Email input@mo with proposed schedule and version number - Product lead
  2. Triage of blocking/approval requests as needed - Product/Dev Lead
  3. Update staging data from prod if necessary.
    • Until this is automated, make sure to change both instances of input.moz.com under Django admin -> Sites back to input.stage.moz.com. Otherwise the mobile site won't be served.
  4. Are builds passing in Jenkins - QA Lead/Dev Lead

Get Set

  1. Declare a string freeze - Dev lead
    • Notify localizers.
  2. File push bug in mozilla.org/Server Operations - Web Content Push - Dev lead
    • Offer a date and time to IT - Dev lead
  3. Enact a code freeze - Dev lead
    • Email input@mo with notification
  4. Staging verification - QA Lead
    • QA performs release testing
    • When signed off, email input@mo with notification
    • Update push bug with QA sign off
  5. Create release notes blog post - Product Lead
    • Confirm release notes with Dev lead, QA lead, others as appropriate
  6. Determine a Go or no Go - Product lead
    • If No Go, email input@mo with a formal "stop" notification and a second "go" notification when the process is started again
    • If Go, mention on push bug and input@mo 8 hours ahead of time.
      • Make sure an IT lead is assigned to the bug and there is a push time.
      • Tag the branch for release with the appropriate version - Dev lead

Go!

  1. Tag the release by updating the prod branch Dev lead
    • git checkout last_known_good && git reset --hard prod && git push origin HEAD
    • git checkout prod && git reset --hard origin/master && git push origin HEAD
    • For version 3.3.3, for example:
      git tag -m 'version 3.3.3 as pushed to prod' 3.3.3 HEAD
    • git push origin --tags
  2. Push to production at assigned time - IT lead
  3. QA verifies production changes - QA Lead
  4. Send out the blogpost - Product lead

Post Mortems