aboutsummaryrefslogtreecommitdiff
path: root/lhg-oe-build.yaml
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2017-12-11 11:31:11 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2017-12-11 11:31:11 +0300
commit8a119938155fa1597f8155d43ee349a5f49cbed2 (patch)
tree5bfb5418e18ac91398a4d1fddbba876afaa75bb6 /lhg-oe-build.yaml
parentd992e84df053f712c6b586e8b979ccc34a9362bc (diff)
lhg-oe-build: few cleanups
Replace deprecated logrotate with build-discarder. Rename MANIFEST_REPO to MANIFEST_URL to match rpb-openembedded. Use less restrictive pattern for BOOT_IMG like rpb-openembedded do. Change-Id: Iabaa4db430bf24a4d42f009b2890c1639e2bcc67 Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Diffstat (limited to 'lhg-oe-build.yaml')
-rw-r--r--lhg-oe-build.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/lhg-oe-build.yaml b/lhg-oe-build.yaml
index 0db2f15fc4..54872ca7eb 100644
--- a/lhg-oe-build.yaml
+++ b/lhg-oe-build.yaml
@@ -2,10 +2,6 @@
name: lhg-oe-build
project-type: matrix
defaults: global
- logrotate:
- daysToKeep: 30
- numToKeep: 30
- artifactNumToKeep: 1
properties:
- authorization:
anonymous:
@@ -17,12 +13,16 @@
- job-extended-read
- job-build
- job-cancel
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ artifact-num-to-keep: 1
parameters:
- string:
name: IMAGES
default: 'rpb-westonchromium-image'
- string:
- name: MANIFEST_REPO
+ name: MANIFEST_URL
default: 'https://github.com/linaro-home/lhg-oe-manifests.git'
- string:
name: MANIFEST_BRANCH