From de6c5412941a5945af9f7176595632499a983c81 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 25 Apr 2016 15:37:45 +0200 Subject: diffoscope distribution tests: add tests for FreeBSD, NetBSD and MacPorts --- job-cfg/reproducible.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'job-cfg') 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: '' -- cgit v1.2.3-70-g09d2