aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2016-12-05 15:45:54 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2016-12-05 15:45:54 +0100
commit23a390be7557a6cdd926e9d34eec5f9fe82a8a36 (patch)
tree2a254cf8abb213739134ecc992c22a4d767ddd99
parent1ae24d3bdb2f4cd795012b794d446567c1099184 (diff)
trigger-stretch-rootfs: new job
Now that we are using Debian testing , it is important to update our images more often than in the past. There are important update in testing that can happen anytime, so let's trigger weekly builds at least to hope to catch errors sooner than later. Change-Id: I74d5e4fc0b9300018dbf930fbe98f7c258f5af43 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--trigger-stretch-rootfs.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/trigger-stretch-rootfs.yaml b/trigger-stretch-rootfs.yaml
new file mode 100644
index 0000000000..f486112c14
--- /dev/null
+++ b/trigger-stretch-rootfs.yaml
@@ -0,0 +1,22 @@
+- job:
+ name: trigger-stretch-rootfs
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ disabled: false
+ node: build
+ display-name: 'Trigger for Debian rootfs (stretch)'
+ triggers:
+ - timed: '@weekly'
+ wrappers:
+ - timestamps
+ builders:
+ - trigger-builds:
+ - project: 'stretch-arm64-rootfs'
+ - project: 'stretch-armhf-rootfs'