aboutsummaryrefslogtreecommitdiff
path: root/trigger-lhg-oe-thud.yaml
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2019-06-20 14:24:36 +0100
committerAndrey Konovalov <andrey.konovalov@linaro.org>2019-06-20 15:56:06 +0000
commita0e555681b4bff438c41d819c9ae8d6242efaa01 (patch)
tree0f60627009e6809fb733f09d13e8f457e7393565 /trigger-lhg-oe-thud.yaml
parent679f6dc742fcaca8e7a9219ef2d9537ebc4a5a8d (diff)
trigger-lhg-oe-thud: new trigger for lhg-oe-thud
Change-Id: I99bc1d5a32a165d26ac047c316d9f9d69f132362 Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Diffstat (limited to 'trigger-lhg-oe-thud.yaml')
-rw-r--r--trigger-lhg-oe-thud.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/trigger-lhg-oe-thud.yaml b/trigger-lhg-oe-thud.yaml
new file mode 100644
index 0000000000..57939b00ed
--- /dev/null
+++ b/trigger-lhg-oe-thud.yaml
@@ -0,0 +1,22 @@
+- job:
+ name: trigger-lhg-oe-thud
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ disabled: false
+ node: master
+ display-name: 'Trigger for LHG Thud build'
+ triggers:
+ # Run the builds every Monday, Wednesday, and Friday in the morning
+ - timed: 'H H(0-6) * * 1,3,5'
+ wrappers:
+ - timestamps
+ builders:
+ - trigger-builds:
+ - project: 'lhg-oe-thud'