aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2020-12-28 17:03:12 +0100
committerMagnus Granberg <zorry@gentoo.org>2020-12-28 17:15:59 +0100
commitf43ba834fa9a6ef83d81f6e5512078ac741a6ac6 (patch)
tree4acdd59f18d0d91ddac8582a2cba6cdf3fde06b1 /gentooci.cfg
parentWe move to buildbot instead of Openstack (diff)
downloadtinderbox-cluster-f43ba834fa9a6ef83d81f6e5512078ac741a6ac6.tar.gz
tinderbox-cluster-f43ba834fa9a6ef83d81f6e5512078ac741a6ac6.tar.bz2
tinderbox-cluster-f43ba834fa9a6ef83d81f6e5512078ac741a6ac6.zip
Make upgrade_master work
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to 'gentooci.cfg')
-rw-r--r--gentooci.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/gentooci.cfg b/gentooci.cfg
new file mode 100644
index 0000000..5036ae9
--- /dev/null
+++ b/gentooci.cfg
@@ -0,0 +1,17 @@
+# -*- python -*-
+# ex: set filetype=python:
+
+# This is a sample gentoo ci buildmaster config file. It must be installed as
+# 'gentooci.cfg' in your buildmaster's base directory.
+
+# This is the dictionary that the buildmaster pays attention to. We also use
+# a shorter alias to save typing.
+c = BuildmasterConfig = {}
+
+####### DB URL
+####### DB URL
+# This specifies what database buildbot uses to store its state.
+# It's easy to start with sqlite, but it's recommended to switch to a dedicated
+# database, such as PostgreSQL or MySQL, for use in production environments.
+# http://docs.buildbot.net/current/manual/configuration/global.html#database-specification
+c['db_url'] = "mysql://buildbot:xxxx@192.168.1.x/gentooci?max_idle=300"