ReleaseEngineering/How To/BuildbotSchedulerTroubleshooting: Difference between revisions
< ReleaseEngineering | How To
Jump to navigation
Jump to search
(Created page with " = Builds not Triggering = == Project Branch Reset? == If a branch - such as a [https://wiki.mozilla.org/DisposableProjectBranches#Book_one_of_our_fabulous_.22disposable.22_...") |
|||
Line 2: | Line 2: | ||
= Builds not Triggering = | = Builds not Triggering = | ||
== | == Branch Reset? == | ||
If a branch - such as a [https://wiki.mozilla.org/DisposableProjectBranches#Book_one_of_our_fabulous_.22disposable.22_project_branches project branch] - has been reset, the build and test scheduler masters need to be reconfig'd. The scheduler master has a role of "scheduler" in [http://hg.mozilla.org/build/tools/file/298ab0f23e8e/buildfarm/maintenance/production-masters.json#l1304 production-masters.json]. You can look for the branch name in the scheduler's twistd.log to make sure it is triggering jobs correctly after the reconfig. | If a branch - such as a [https://wiki.mozilla.org/DisposableProjectBranches#Book_one_of_our_fabulous_.22disposable.22_project_branches project branch] - has been reset, the build and test scheduler masters need to be reconfig'd. The scheduler master has a role of "scheduler" in [http://hg.mozilla.org/build/tools/file/298ab0f23e8e/buildfarm/maintenance/production-masters.json#l1304 production-masters.json]. You can look for the branch name in the scheduler's twistd.log to make sure it is triggering jobs correctly after the reconfig. |
Latest revision as of 21:13, 19 December 2013
Builds not Triggering
Branch Reset?
If a branch - such as a project branch - has been reset, the build and test scheduler masters need to be reconfig'd. The scheduler master has a role of "scheduler" in production-masters.json. You can look for the branch name in the scheduler's twistd.log to make sure it is triggering jobs correctly after the reconfig.