diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-04-25 15:37:45 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-25 15:43:34 +0200 |
commit | de6c5412941a5945af9f7176595632499a983c81 (patch) | |
tree | 42d168362da7eaed467e69bd7f23aea144ed9896 /job-cfg | |
parent | 1dc7cb84075d627295abb951c201b16f0699f7f6 (diff) | |
download | jenkins.debian.net-de6c5412941a5945af9f7176595632499a983c81.tar.xz |
diffoscope distribution tests: add tests for FreeBSD, NetBSD and MacPorts
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index dacf9955..ea0ef6e6 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -464,8 +464,19 @@ - 'diffoscope_pypi': my_description: 'Test whether PyPI has the latest diffoscope.' my_timed: '23 23 * * *' - my_shell: '/srv/jenkins/bin/diffoscope_distribution_test.sh pypi' - + my_shell: '/srv/jenkins/bin/diffoscope_distribution_test.sh PyPI' + - 'diffoscope_freebsd': + my_description: 'Test whether FreeBSD has the latest diffoscope.' + my_timed: '25 23 1 * *' + my_shell: '/srv/jenkins/bin/diffoscope_distribution_test.sh FreeBSD' + - 'diffoscope_netbsd': + my_description: 'Test whether NetBSD has the latest diffoscope.' + my_timed: '27 23 1 * *' + my_shell: '/srv/jenkins/bin/diffoscope_distribution_test.sh NetBSD' + - 'diffoscope_macports': + my_description: 'Test whether MacPorts has the latest diffoscope.' + my_timed: '29 23 1 * *' + my_shell: '/srv/jenkins/bin/diffoscope_distribution_test.sh MacPorts' my_shellext: ".sh" my_shell: '/srv/jenkins/bin/reproducible_{my_task}{my_shellext}' my_hname: '' |