summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-05 02:32:18 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-05 11:18:14 +0200
commitb8e2f5179b968977407f2797296989ee59e768c1 (patch)
tree2ee169f95f08eebe8809074e688f46c1e211c72e /job-cfg/reproducible.yaml
parent80a60039b24dcc4e4ed3b09dcc4e2b7e65464595 (diff)
downloadjenkins.debian.net-b8e2f5179b968977407f2797296989ee59e768c1.tar.xz
WIP
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 4f9d0020..4676b1b2 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -228,6 +228,9 @@
defaults: reproducible_builder
name: '{name}_builder_theta'
+- job-template:
+ defaults: reproducible
+ name: '{name}_coreboot'
- project:
name: reproducible
@@ -368,3 +371,9 @@
my_timed: 'H/2 * * * *'
my_shell: '/srv/jenkins/bin/reproducible_build.sh'
my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
+ - '{name}_coreboot':
+ my_description: 'Test coreboot for reproducibility.'
+ my_timed: '23 42 23 * *'
+ my_shell: '/srv/jenkins/bin/reproducible_coreboot.sh'
+ my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
+