QA/Mozmill Test Automation/Dashboard/Release

From MozillaWiki
< QA‎ | Mozmill Test Automation‎ | Dashboard
Revision as of 00:21, 2 December 2010 by Whimboo (talk | contribs) (Created page with "= Publishing = Uploading a new version of the dashboard to our maintained installations on brasstacks.mozilla.com requires the following steps: #Pull the code for the release ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Publishing

Uploading a new version of the dashboard to our maintained installations on brasstacks.mozilla.com requires the following steps:

  1. Pull the code for the release from the Github repository
  2. Push the code to each of the dashboard instances:
$ couchapp --design dashboard.js --couch http://mozmill-release.brasstacks.mozilla.com
$ couchapp --design dashboard.js --couch http://mozmill-crowd.brasstacks.mozilla.com
$ couchapp --design dashboard.js --couch http://mozmill-archive.brasstacks.mozilla.com

Note: Dont' forget to specify the credentials to have write access to the database. See the FAQ for details.