ReleaseEngineering/How To/Update TryChooser: Difference between revisions
< ReleaseEngineering | How To
Jump to navigation
Jump to search
m (NThomas moved page ReleaseEngineering/How To/Update the Try Syntax to ReleaseEngineering/How To/Update TryChooser: bad name is bad) |
(→Deploying Trychooser: point to master doc) |
||
Line 10: | Line 10: | ||
== Deploying Trychooser == | == Deploying Trychooser == | ||
Trychooser is webops-style app, see [[ReleaseEngineering/How_To/Update_a_Releng_Cluster_Site]] where $site is 'trychooser'. | |||
Revision as of 23:43, 26 February 2015
Updating Trychooser app
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>
Deploying Trychooser
Trychooser is webops-style app, see ReleaseEngineering/How_To/Update_a_Releng_Cluster_Site where $site is 'trychooser'.