ReleaseEngineering/How To/Update TryChooser: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
  <pre><li><label><input type="checkbox" name="talos_suite" value="SUITE_NAME">SUITE_NAME</label></li></pre>
  <pre><li><label><input type="checkbox" name="talos_suite" value="SUITE_NAME">SUITE_NAME</label></li></pre>


Once you've landed your patch to the webpages, file a bug in "Infrastructure & Operations -- WebOps: IT Managed Tools" requesting a push of trychooser on the releng cluster.  Once the push is complete, your changes should be live at http://trychooser.pub.build.mozilla.org/
Once you've landed your patch to the webpages, file a bug in [https://bugzilla.mozilla.org/enter_bug.cgi?product=Infrastructure%20%26%20Operations&component=WebOps%3A%20IT-Managed%20Tools Infrastructure and Operations -- WebOps: IT Managed Tools] requesting a push of trychooser on the releng cluster.  Once the push is complete, your changes should be live at http://trychooser.pub.build.mozilla.org/

Revision as of 16:03, 15 July 2013

We need to keep the try syntax chooser webpage located at http://trychooser.pub.build.mozilla.org/ up to date so developers will continue to use it and we benefit from the lowered build/test load.

To keep the site up to date, check out the tools repo and update index.html with new test/talos suite names - be sure to change both the value and the label. Eg:

<li><label><input type="checkbox" name="talos_suite" value="SUITE_NAME">SUITE_NAME</label></li>

Once you've landed your patch to the webpages, file a bug in Infrastructure and Operations -- WebOps: IT Managed Tools requesting a push of trychooser on the releng cluster. Once the push is complete, your changes should be live at http://trychooser.pub.build.mozilla.org/