canmove, Confirmed users
1,189
edits
| m (→Operation) | |||
| Line 18: | Line 18: | ||
| The talos buildbot masters currently live on qm-buildbot01. There are 3 masters setup under the /build directory: perfmaster, baseliner and branchliner. The only one of these three that runs regularly is "perfmaster" and it's configured to run the windows branch and trunk hourly performance runs. It is publishing a waterfall to http://qm-buildbot01:2004 (note that you will need access - vpn or otherwise - to the MoCo Colo facility). | The talos buildbot masters currently live on qm-buildbot01. There are 3 masters setup under the /build directory: perfmaster, baseliner and branchliner. The only one of these three that runs regularly is "perfmaster" and it's configured to run the windows branch and trunk hourly performance runs. It is publishing a waterfall to http://qm-buildbot01:2004 (note that you will need access - vpn or otherwise - to the MoCo Colo facility). | ||
| The other two masters, baseliner (http://qm-buildbot01:2003) and branchliner (http://qm-buildbot01:2002) are for running baselines on trunk and branch. These are brought up as needed. Configuration of the two baseliners are done through their respective directory's master.cfg file. The area of interest  | The other two masters, baseliner (http://qm-buildbot01:2003) and branchliner (http://qm-buildbot01:2002) are for running baselines on trunk and branch. These are brought up as needed. Configuration of the two baseliners are done through their respective directory's master.cfg file. The area of interest is the 'sources' entry in BuildbotConfig. The ManifestDirectoryStream should be created with a url parameter pointing to the download location, (e.g., http://archive.mozilla.org/pub/firefox/nightly/), a manifestURL entry, (e.g., http://people.mozilla.org/~rcampbell/manifests/trunk-mod7-2) and a dateRange of builds. A branch identifier may also be included. | ||
| Because the ManifestDirectoryStream will just read through a file each time a poll event is fired, a pollInterval should be set to a value greater than the length of a talos run. Typical values range from 25 - 125 minutes depending on the pageset and build used. | Because the ManifestDirectoryStream will just read through a file each time a poll event is fired, a pollInterval should be set to a value greater than the length of a talos run. Typical values range from 25 - 125 minutes depending on the pageset and build used. | ||