diff options
-rwxr-xr-x | bin/reproducible_node_wrapper.sh | 2 | ||||
-rw-r--r-- | job-cfg/reproducible.yaml | 20 |
2 files changed, 22 insertions, 0 deletions
diff --git a/bin/reproducible_node_wrapper.sh b/bin/reproducible_node_wrapper.sh index fb3435ae..195e50eb 100755 --- a/bin/reproducible_node_wrapper.sh +++ b/bin/reproducible_node_wrapper.sh @@ -61,8 +61,10 @@ allowed_cmds=() if [ "$*" = "reproducible_setup_pbuilder_testing_armhf_bpi0" ]; then exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh testing ; croak "Exec failed"; elif [ "$*" = "reproducible_maintenance_armhf_bpi0" ]; then exec /srv/jenkins/bin/reproducible_maintenance.sh ; croak "Exec failed"; +elif [ "$*" = "reproducible_setup_schroot_testing_debbindiff_armhf_bpi0" ]; then exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing-debbindiff testing debbindiff locales-all ; croak "Exec failed"; elif [ "$*" = "reproducible_setup_pbuilder_testing_armhf_cbxi4pro0" ]; then exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh testing ; croak "Exec failed"; elif [ "$*" = "reproducible_maintenance_armhf_cbxi4pro0" ]; then exec /srv/jenkins/bin/reproducible_maintenance.sh ; croak "Exec failed"; +elif [ "$*" = "reproducible_setup_schroot_testing_debbindiff_armhf_cbxi4pro0" ]; then exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing-debbindiff testing debbindiff locales-all ; croak "Exec failed"; fi croak "Command '$*' not found in allowed commands." diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 7384ffd6..b3d8d28d 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -207,6 +207,14 @@ - job-template: defaults: reproducible + name: '{name}_setup_schroot_testing_debbindiff_armhf_bpi0' + +- job-template: + defaults: reproducible + name: '{name}_setup_schroot_testing_debbindiff_armhf_cbxi4pro0' + +- job-template: + defaults: reproducible name: '{name}_setup_schroot_unstable' - job-template: @@ -374,6 +382,18 @@ my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing-debbindiff testing debbindiff locales-all' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' + - '{name}_setup_schroot_testing_debbindiff_armhf_bpi0': + my_description: 'Setup schroot for running debbindiff in a testing environment (this is needed to be able to correctly investigate haskell binaries...)' + my_timed: '23 0 * * *' + my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: 'bpi0' + - '{name}_setup_schroot_testing_debbindiff_armhf_cbxi4pro0': + my_description: 'Setup schroot for running debbindiff in a testing environment (this is needed to be able to correctly investigate haskell binaries...)' + my_timed: '23 0 * * *' + my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: 'cbxi4pro0' - '{name}_setup_schroot_unstable': my_description: 'Setup unstable schroot for fetching source packages for the builder jobs.' my_timed: '23 1 * * *' |