[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible OpenWrt: WIP: create jobs to run reproducible_openwrt_rebuild.py...

Holger Levsen gitlab at salsa.debian.org
Wed Oct 2 14:40:00 BST 2019



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
fa9febb0 by Holger Levsen at 2019-10-02T13:39:37Z
reproducible OpenWrt: WIP: create jobs to run reproducible_openwrt_rebuild.py today and in the future

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- bin/jenkins_node_wrapper.sh
- job-cfg/reproducible.yaml


Changes:

=====================================
bin/jenkins_node_wrapper.sh
=====================================
@@ -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


=====================================
job-cfg/reproducible.yaml
=====================================
@@ -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: ''



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/fa9febb095bc903008a3fe9af7d48ada28de1f87

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/fa9febb095bc903008a3fe9af7d48ada28de1f87
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20191002/93eb83b2/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list