Commit 93fa99fa authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible OpenWrt/coreboot/NetBSD: test 3 times per week instead of once

parent f2d42e18
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -65,7 +65,8 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
** done: osuosl167: squid (only, atm)
** done: osuosl168: fdroid
*** underused. the old system had 2 cores and 8gb ram
*** shutdown pb7
*** shutdown pb7+3+4
*** more cpu and ram for jenkins
*** inform hans, also about better specs
*** inform #osuosl
** done: osuosl169: archlinux
+5 −5
Original line number Diff line number Diff line
@@ -604,15 +604,15 @@
        - '{name}_{otherproject_artifacts}':
            otherproject_artifacts:
                - 'openwrt-target-ar71xx':
                    my_timed: '42 21 * * 4'
                    my_timed: '42 21 * * 2,4,6'
                    my_openwrt_config: 'CONFIG_TARGET_ar71xx=y'
                    my_openwrt_target: 'ar71xx'
                - 'openwrt-target-ramips':
                    my_timed: '42 23 * * 4'
                    my_timed: '42 23 * * 2,4,6'
                    my_openwrt_config: 'CONFIG_TARGET_ramips=y'
                    my_openwrt_target: 'ramips'
                - 'openwrt-target-x86':
                    my_timed: '42 1 * * 5'
                    my_timed: '42 1 * * 1,3,5'
                    my_openwrt_config: 'CONFIG_TARGET_x86=y'
                    my_openwrt_target: 'x86'
            my_description: 'Rebuild OpenWrt (one target, some packages) twice (with variations) and investigate regarding reproducibility.'
@@ -627,11 +627,11 @@
            otherproject_triggering:
                - 'coreboot':
                    my_description: 'Rebuild all coreboot ROMs twice (with variations) and investigate regarding reproducibility.'
                    my_timed: '42 23 * * 1'
                    my_timed: '42 23 * * 1,3,5'
                    my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org lynxis@fe80.eu'
                - 'netbsd':
                    my_description: 'Rebuild NetBSD (for some archs) twice (with variations) and investigate regarding reproducibility.'
                    my_timed: '42 23 * * 3'
                    my_timed: '42 23 * * 1,3,5'
            my_trigger: 'reproducible_html_rsync_remote_results'
            my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
            my_hname: 'osuosl171'