QA/Mozmill Test Automation/Dashboard/Release: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 5: Line 5:
#Pull the code for the release from the Github repository  
#Pull the code for the release from the Github repository  
#Push the code to each of the dashboard instances:
#Push the code to each of the dashboard instances:
<blockquote><pre>$ couchapp --design dashboard.js --couch http://mozmill-release.brasstacks.mozilla.com/db --sync
<blockquote><pre>$ $ couchapp sync dashboard.js http://mozmill-release.brasstacks.mozilla.com/db
$ couchapp --design dashboard.js --couch http://mozmill-crowd.brasstacks.mozilla.com/db --sync
$ couchapp sync dashboard.js http://mozmill-crowd.brasstacks.mozilla.com/db
$ couchapp --design dashboard.js --couch http://mozmill-archive.brasstacks.mozilla.com/db --sync
$ couchapp sync dashboard.js http://mozmill-archive.brasstacks.mozilla.com/db
</pre>
</pre>
Note: Dont' forget to specify the credentials to have write access to the database. See the [[QA/Mozmill_Test_Automation/Dashboard/FAQ|FAQ]] for details.<br>
Note: Dont' forget to specify the credentials to have write access to the database. See the [[QA/Mozmill_Test_Automation/Dashboard/FAQ|FAQ]] for details.<br>
</blockquote>
</blockquote>

Revision as of 17:28, 25 February 2011

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 sync dashboard.js http://mozmill-release.brasstacks.mozilla.com/db
$ couchapp sync dashboard.js http://mozmill-crowd.brasstacks.mozilla.com/db
$ couchapp sync dashboard.js http://mozmill-archive.brasstacks.mozilla.com/db

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