Confirmed users
1,351
edits
(request logging of git hangs) |
(Added tips on missing remote debugging) |
||
Line 22: | Line 22: | ||
Logs for bumper runs are located in /builds/b2g_bumper/${version}/logs, and should be the first resource to check for troubleshooting. | Logs for bumper runs are located in /builds/b2g_bumper/${version}/logs, and should be the first resource to check for troubleshooting. | ||
If the only hint you have is a nagios alert in #buildduty about a stale stamp, check /builds/b2g_bumper/b2g_bumper.log first. (Once {{bug|1233932}} is fixed, this will be even more helpful.) | |||
===== Missing Configuration for Manifest Remote ===== | |||
If there has been a recent commit to [https://github.com/mozilla-b2g/b2g-manifest b2g-manifest], check to see if a new (or misspelled) remote exists. All remotes in the manifest need to be described in the branch's bumper config file. (E.g. [https://hg.mozilla.org/build/mozharness/rev/dde5dd7f8c05e002508116f15b3ad982f94e7af9 this config change] for [https://github.com/mozilla-b2g/b2g-manifest/commit/9184d3641c03ffffb31968173c6cded9e49b2968 this manifest change].) | |||
===== Stalled Fetches from git.mozilla.org ===== | ===== Stalled Fetches from git.mozilla.org ===== |