From b6edbc0859409d86dfb934a0999a0d9621db5d38 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 11 Jan 2017 10:01:59 +0000 Subject: Add lorry for definitions.git in Gitlab Change-Id: Iaa4bf319538f0b3c8cf0ef4a514c9a58011fd424 --- core-lorries/definitions.lorry | 6 ++++++ lorry-controller.conf | 15 +++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 core-lorries/definitions.lorry diff --git a/core-lorries/definitions.lorry b/core-lorries/definitions.lorry new file mode 100644 index 0000000..5fd5b6d --- /dev/null +++ b/core-lorries/definitions.lorry @@ -0,0 +1,6 @@ +{ + "baserock/definitions": { + "type": "git", + "url": "https://gitlab.com/baserock/definitions.git" + } +} diff --git a/lorry-controller.conf b/lorry-controller.conf index dc2c056..d613cf3 100644 --- a/lorry-controller.conf +++ b/lorry-controller.conf @@ -13,5 +13,20 @@ "globs": [ "open-source-lorries/*.lorry" ] + }, + { + "type": "lorries", + "uuid": "baserock/core-lorries/1H", + "serial": 1, + "interval": "1H", + "lorry-timeout": 7200, + "create": "always", + "destroy": "never", + "stagger": true, + "prefix": "baserock", + "tarball": "always", + "globs": [ + "core-lorries/*.lorry" + ] } ] -- cgit v1.2.1