Confirmed users
3,376
edits
Line 11: | Line 11: | ||
** If this is adding new pages, ensure these sql changes include [http://hg.mozilla.org/graphs/file/5dd6f4fb9c27/sql/pages_table.sql page definitions]. NOTE: this one detail is usually forgotten since it is so rare | ** If this is adding new pages, ensure these sql changes include [http://hg.mozilla.org/graphs/file/5dd6f4fb9c27/sql/pages_table.sql page definitions]. NOTE: this one detail is usually forgotten since it is so rare | ||
** MOBILE ONLY: if we are changing/adding pages which mobile tests use or need, you need to update bm-remote [[https://bugzilla.mozilla.org/show_bug.cgi?id=883896 example]] | ** MOBILE ONLY: if we are changing/adding pages which mobile tests use or need, you need to update bm-remote [[https://bugzilla.mozilla.org/show_bug.cgi?id=883896 example]] | ||
* add the test to the running configs (as seen on tbpl) | * add the test to the running configs (as seen on tbpl) | ||
Line 20: | Line 16: | ||
** NOTE: one exception is adding an entirely new suite- this requires a buildbot patch to add the new scheduled job [[https://bugzilla.mozilla.org/show_bug.cgi?id=886288 example]] | ** NOTE: one exception is adding an entirely new suite- this requires a buildbot patch to add the new scheduled job [[https://bugzilla.mozilla.org/show_bug.cgi?id=886288 example]] | ||
** for other branches or mobile - we still need a buildbot patch, many times we need to update both buildbot and talos.json | ** for other branches or mobile - we still need a buildbot patch, many times we need to update both buildbot and talos.json | ||
* update talos | |||
** for aurora/central on desktop only - we update testing/talos/talos.json with a revision to the talos tree [[https://bugzilla.mozilla.org/show_bug.cgi?id=900913 example]] | |||
** for other branches or mobile - we still need an updated talos.zip, many times we need to update both [[https://bugzilla.mozilla.org/show_bug.cgi?id=906825 example]] | |||
* ensure the test follows the trains | * ensure the test follows the trains |