diff options
Diffstat (limited to 'baserock_gerrit/lorry-controller.conf')
-rw-r--r-- | baserock_gerrit/lorry-controller.conf | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/baserock_gerrit/lorry-controller.conf b/baserock_gerrit/lorry-controller.conf index 88965f0f..3f4818fe 100644 --- a/baserock_gerrit/lorry-controller.conf +++ b/baserock_gerrit/lorry-controller.conf @@ -17,7 +17,7 @@ "baserock/baserock/morph-cache-server", "baserock/baserock/morphs", "baserock/baserock/remo", - "baserock/local-config/*", + "baserock/local-config/mason", "baserock/site/*", "baserock/tests/*", "delta/*" @@ -25,5 +25,14 @@ "ls-interval": "4H", "interval": "2M" + }, + + { + "type": "lorries", + "interval": "2M", + "prefix": "delta", + "globs": [ + "delta-lorries/*.lorry" + ] } ] |