summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg')
-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'
+