ReleaseEngineering/How To/Update TryChooser: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Undo revision 718214 by Armenzg (talk))
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, use this template to file a [https://bugzilla.mozilla.org/enter_bug.cgi?alias=&assigned_to=server-ops-webops%40mozilla-org.bugs&attach_text=&blocked=&bug_file_loc=http%3A%2F%2F&bug_ignored=0&bug_severity=normal&bug_status=NEW&comment=Thanks!&component=WebOps%3A%20IT-Managed%20Tools&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&data=&dependson=&description=&flag_type-4=X&flag_type-481=X&flag_type-607=X&flag_type-674=X&flag_type-791=X&flag_type-800=X&flag_type-803=X&flag_type-811=X&form_name=enter_bug&keywords=&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=Mac%20OS%20X&priority=--&product=Infrastructure%20%26%20Operations&qa_contact=nmaul%40mozilla.com&rep_platform=x86&requestee_type-4=&requestee_type-607=&requestee_type-753=&requestee_type-791=&requestee_type-800=&short_desc=Please%20deploy%20trychooser%20from%20tools%20repo%20tip&status_whiteboard=&target_milestone=---&version=other bug]. 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, push the change to the releng web cluster, same as for any other push: login to relengwebadm as root, go to /data/releng/src/trychooser, and run ./update $REV.

Revision as of 16:48, 10 June 2014

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, push the change to the releng web cluster, same as for any other push: login to relengwebadm as root, go to /data/releng/src/trychooser, and run ./update $REV.