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

From MozillaWiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
= Publicando =
= Publishing =


Transferir uma nova versão de painel para as nossas instalações de manutenção em brasstacks.mozilla.com requer os seguintes espaços:  
Uploading a new version of the dashboard to our maintained installations on iriscouch.com requires the following steps:  


#Pegue o código do laçamento no repositório do Github  
# Pull the code for the release from the Github repository
#Ponha o código para cada instancia dos paineis:
# Push the code to each of the dashboard instances:
<blockquote><pre>$ couchapp sync dashboard.js http://mozmill-release.brasstacks.mozilla.com/db
<blockquote><pre>$ couchapp push dashboard.js http://mozauto.iriscouch.com/mozmill-sandbox</pre>
$ couchapp sync dashboard.js http://mozmill-crowd.brasstacks.mozilla.com/db
Note: Repeat for all databases, and don't forget to specify the credentials to have write access to the database. See the [[QA/Mozmill_Test_Automation/Dashboard/FAQ|FAQ]] for details.<br>
$ couchapp sync dashboard.js http://mozmill-archive.brasstacks.mozilla.com/db
</pre>
Nota: Não se esqueça de especificar as credenciais para ter permissões de escrita para a base de dados. Veja [[QA/Mozmill_Test_Automation/Dashboard/FAQ|FAQ]] para detalhes.<br>
</blockquote>
</blockquote>

Latest revision as of 10:51, 2 April 2015

Publishing

Uploading a new version of the dashboard to our maintained installations on iriscouch.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 push dashboard.js http://mozauto.iriscouch.com/mozmill-sandbox

Note: Repeat for all databases, and don't forget to specify the credentials to have write access to the database. See the FAQ for details.