diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-06 22:56:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-06 22:58:41 +0200 |
commit | 5ae6325a75e539f210c99d0c6eb52e7856051862 (patch) | |
tree | 212b1e22c205b64525bf0e3bb8ed54aab47d0f96 /job-cfg | |
parent | ca1f05897fb22ccdf94e5978f2fab7a96dca978c (diff) | |
download | jenkins.debian.net-5ae6325a75e539f210c99d0c6eb52e7856051862.tar.xz |
reproducible coreboot: improve job description and be nice.
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 4676b1b2..d8300d99 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -372,7 +372,7 @@ 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_description: 'Try to rebuild all coreboot ROMs twice (with variations) and investigate them regarding reproducibility.' my_timed: '23 42 23 * *' my_shell: '/srv/jenkins/bin/reproducible_coreboot.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' |