summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml15
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: ''