canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) No edit summary |
|||
| Line 83: | Line 83: | ||
* disable power savings | * disable power savings | ||
* test that resolution meets requirements set forth by devs. This may require a dongle. | * test that resolution meets requirements set forth by devs. This may require a dongle. | ||
== Update releng monitoring == | |||
=== Wait times emails === | |||
Your new platform will appear as 'other' in the wait times emails unless you add a pattern match to the [https://hg.mozilla.org/build/buildapi buildapi libs]: | |||
https://hg.mozilla.org/build/buildapi/file/default/buildapi/model/util.py | |||
You will need to update the buildapi code in /home/buildapi/src on buildapi01.build.mozilla.org, and then restart the buildapi daemon for your code changes to take affect. | |||
# buildapi@buildapi01 | |||
cd /home/buildapi/src | |||
hg pull && hg up -r default | |||
su - | |||
# root@buildapi01 | |||
/etc/init.d/buildapi restart | |||