Confirmed users
18
edits
(Add details for using mysql) |
|||
Line 1: | Line 1: | ||
All data featured here is accurate as of Wednesday, July 17th, 2013. | All data featured here is accurate as of Wednesday, July 17th, 2013. | ||
== Accessing the Buildbot Database == | |||
To access the database with mysql, you'll want to login to cruncher. From there, use the "Host", "User", "Password" and "DB" fields from buildbot-db.txt in the private releng repo like so: | |||
cruncher$ mysql -u ${User} -h ${Host} -D {DB} -p -e "SELECT ..." | |||
This will prompt you for the password, which you can now type in. | |||
== Statusdb == | == Statusdb == | ||
Statusdb is where buildbot stores all of the status information on jobs. Statusdb is defined [http://hg.mozilla.org/build/buildbotcustom/file/4d263601be8c/status/db/model.py here]. | Statusdb is where buildbot stores all of the status information on jobs. Statusdb is defined [http://hg.mozilla.org/build/buildbotcustom/file/4d263601be8c/status/db/model.py here]. |