Confirmed users
1,989
edits
(→Deploying Trychooser: point to master doc) |
mNo edit summary |
||
| Line 3: | Line 3: | ||
== Updating Trychooser app == | == Updating Trychooser app == | ||
We need to keep the try syntax chooser webpage located at | We need to keep the try syntax chooser webpage located at https://github.com/mozilla-releng/services/releng_frontend/src/static/trychooser/index.html 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 [ | To keep the site up to date, check out the [https://github.com/mozilla-releng/services/releng_frontend/src/static/trychooser/index.html] and update index.html with new test/talos suite names - be sure to change both the value and the label. Eg: | ||
<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> | ||