Commit fa9febb0 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible OpenWrt: WIP: create jobs to run reproducible_openwrt_rebuild.py...


reproducible OpenWrt: WIP: create jobs to run reproducible_openwrt_rebuild.py today and in the future

Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent e4a15fc4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -153,6 +153,8 @@ elif [[ "$*" =~ ^reproducible_setup_fdroid_build_environment ]] ; then
	exec /srv/jenkins/bin/reproducible_setup_fdroid_build_environment.sh ; croak "Exec failed";
elif [[ "$*" =~ ^reproducible_setup_mock_fedora-23_x86_64 ]] ; then
	exec /srv/jenkins/bin/reproducible_setup_mock.sh fedora-23 x86_64 ; croak "Exec failed";
elif [ "$1" = "/srv/jenkins/bin/reproducible_openwrt_rebuild.py" ] ; then
	exec /srv/jenkins/bin/reproducible_openwrt_rebuild.py ; croak "Exec failed";
elif [ "$1" = "/srv/jenkins/bin/reproducible_build_alpine_pkg.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then
	exec /srv/jenkins/bin/reproducible_build_alpine_pkg.sh "$2" "$3" "$4" "$5" "$6" ; croak "Exec failed";
elif [ "$1" = "/srv/jenkins/bin/reproducible_build_archlinux_pkg.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then
+10 −0
Original line number Diff line number Diff line
@@ -646,6 +646,16 @@
                    my_hname: 'osuosl173'
                    my_disabled: true
                    my_timeout: '7200'
                - 'openwrt_rebuilder_today':
                    my_description: 'Rebuild an OpenWrt snapshot or a release today.'
                    my_hname: 'osuosl171'
                    my_timed: '0 0 * * *'
                    my_shell: "/srv/jenkins/bin/reproducible_openwrt_rebuild.py"
                - 'openwrt_rebuilder_future':
                    my_description: 'Rebuild an OpenWrt snapshot or a release in the future.'
                    my_hname: 'osuosl172'
                    my_timed: '0 2 * * *'
                    my_shell: "/srv/jenkins/bin/reproducible_openwrt_rebuild.py"
            my_shellext: ".sh"
            my_shell: '/srv/jenkins/bin/reproducible_{my_task}{my_shellext}'
            my_hname: ''