summaryrefslogtreecommitdiff
path: root/baserock_gerrit/lorry-controller.conf
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_gerrit/lorry-controller.conf')
-rw-r--r--baserock_gerrit/lorry-controller.conf38
1 files changed, 38 insertions, 0 deletions
diff --git a/baserock_gerrit/lorry-controller.conf b/baserock_gerrit/lorry-controller.conf
new file mode 100644
index 00000000..3f4818fe
--- /dev/null
+++ b/baserock_gerrit/lorry-controller.conf
@@ -0,0 +1,38 @@
+[
+ {
+ "type": "trove",
+
+ "trovehost": "git.baserock.org",
+ "protocol": "http",
+
+ "prefixmap": {
+ "baserock": "baserock",
+ "delta": "delta"
+ },
+
+ "ignore": [
+ "baserock/baserock/documentation",
+ "baserock/baserock/jenkins-config",
+ "baserock/baserock/lorries",
+ "baserock/baserock/morph-cache-server",
+ "baserock/baserock/morphs",
+ "baserock/baserock/remo",
+ "baserock/local-config/mason",
+ "baserock/site/*",
+ "baserock/tests/*",
+ "delta/*"
+ ],
+
+ "ls-interval": "4H",
+ "interval": "2M"
+ },
+
+ {
+ "type": "lorries",
+ "interval": "2M",
+ "prefix": "delta",
+ "globs": [
+ "delta-lorries/*.lorry"
+ ]
+ }
+]