diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 1187724d..5b52fbd2 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -266,6 +266,10 @@ defaults: reproducible_other_projects name: '{name}_coreboot' +- job-template: + defaults: reproducible_other_projects + name: '{name}_openwrt' + - project: name: reproducible jobs: @@ -410,4 +414,9 @@ my_timed: '23 42 23 * *' my_shell: '/srv/jenkins/bin/reproducible_coreboot.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + - '{name}_coreboot': + my_description: 'Try to rebuild OpenWRT (some targets, some packages) twice (with variations) and investigate them regarding reproducibility.' + my_timed: '23 42 23 * *' + my_shell: '/srv/jenkins/bin/reproducible_openwrt.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' |