ReleaseEngineering/How To/Change display format for taskcluster machines in slavehealth
From MozillaWiki
< ReleaseEngineering | How To
- When machines were moved to Taskcluster the format display from Slavehealth was no longer useful so in order to get some information on the interface the display was changed.
- These changes are visible on OS X test pool[1] where we have different view for machines that ran on Buildbot and for those that ran on Taskcluster.
- After changes are made in order to also change the display from Slavehealth we must change the range that is set for this new configuration in slave_health.py [2].
- Then push the changes and next time the script will run,the display will be changed.
- [1]https://secure.pub.build.mozilla.org/builddata/reports/slave_health/slavetype.html?class=test&type=t-yosemite-r7
- [2]https://hg/build/slave_health/file/tip/scripts/slave_health.py --- tc_machines = ["t-yosemite-r7-{:04d}".format(i) for i in range(10,393)]
This document is not longer available since: