diff options
Diffstat (limited to 'job-cfg/rebootstrap.yaml')
-rw-r--r-- | job-cfg/rebootstrap.yaml | 134 |
1 files changed, 0 insertions, 134 deletions
diff --git a/job-cfg/rebootstrap.yaml b/job-cfg/rebootstrap.yaml deleted file mode 100644 index de476b0f..00000000 --- a/job-cfg/rebootstrap.yaml +++ /dev/null @@ -1,134 +0,0 @@ -- defaults: - name: rebootstrap - project-type: freestyle - properties: - - sidebar: - url: https://jenkins.debian.net/userContent/about.html - text: About jenkins.debian.net - icon: /userContent/images/debian-swirl-24x24.png - - sidebar: - url: https://jenkins.debian.net/view/rebootstrap/ - text: All rebootstrap jobs - icon: /userContent/images/debian-jenkins-24x24.png - - sidebar: - url: http://www.profitbricks.com - text: Sponsored by Profitbricks - icon: /userContent/images/profitbricks-24x24.png - - priority: - job-prio: '150' - - throttle: - max-total: 2 - max-per-node: 2 - enabled: True - option: category - categories: - - rebootstrap - description: '{my_description}{do_not_edit}' - logrotate: - daysToKeep: 365 - numToKeep: 365 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 - scm: - - git: - url: 'git://anonscm.debian.org/users/helmutg/rebootstrap.git' - branches: - - jenkins - builders: - - shell: '/srv/jenkins/bin/chroot-run.sh sid ./bootstrap.sh HOST_ARCH={my_arch} {my_params}' - publishers: - - email: - recipients: 'jenkins+debian-bootstrap helmutg@debian.org holger@layer-acht.org' - - logparser: - parse-rules: '/srv/jenkins/logparse/rebootstrap.rules' - unstable-on-warning: 'false' - fail-on-error: 'false' - triggers: - - pollscm: '*/6 * * * *' - - timed: '55 11 * * 0' # every sunday at 11:55 - -- job-template: - defaults: rebootstrap - name: '{name}_arm64' - -- job-template: - defaults: rebootstrap - name: '{name}_arm64_gcc49' - -- job-template: - defaults: rebootstrap - name: '{name}_arm64_multilib' - -- job-template: - defaults: rebootstrap - name: '{name}_arm64_gcc49_multilib' - -- job-template: - defaults: rebootstrap - name: '{name}_m68k' - -- job-template: - defaults: rebootstrap - name: '{name}_m68k_gcc49' - -- job-template: - defaults: rebootstrap - name: '{name}_x32' - -- job-template: - defaults: rebootstrap - name: '{name}_x32_gcc49' - -- job-template: - defaults: rebootstrap - name: '{name}_x32_multilib' - -- job-template: - defaults: rebootstrap - name: '{name}_x32_gcc49_multilib' - - -- project: - name: rebootstrap - do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/rebootstrap.yaml">rebootstrap.yaml</a>.' - jobs: - - '{name}_arm64': - my_arch: 'arm64' - my_params: '' - my_description: 'Verify bootstrappability of Debian for arm64' - - '{name}_arm64_gcc49': - my_arch: 'arm64' - my_params: 'GCC_VER=4.9' - my_description: 'Verify bootstrappability of Debian using gcc-4.9 for arm64' - - '{name}_arm64_multilib': - my_arch: 'arm64' - my_params: 'ENABLE_MULTILIB=yes' - my_description: 'Verify bootstrappability of Debian with multilib for arm64' - - '{name}_arm64_gcc49_multilib': - my_arch: 'arm64' - my_params: 'GCC_VER=4.9 ENABLE_MULTILIB=yes' - my_description: 'Verify bootstrappability of Debian using gcc-4.9 with multilib for arm64' - - '{name}_m68k': - my_arch: 'm68k' - my_params: '' - my_description: 'Verify bootstrappability of Debian for m68k' - - '{name}_m68k_gcc49': - my_arch: 'm68k' - my_params: 'GCC_VER=4.9' - my_description: 'Verify bootstrappability of Debian using gcc-4.9 for m68k' - - '{name}_x32': - my_arch: 'x32' - my_params: '' - my_description: 'Verify bootstrappability of Debian for x32' - - '{name}_x32_gcc49': - my_arch: 'x32' - my_params: 'GCC_VER=4.9' - my_description: 'Verify bootstrappability of Debian using gcc-4.9 for x32' - - '{name}_x32_multilib': - my_arch: 'x32' - my_params: 'ENABLE_MULTILIB=yes' - my_description: 'Verify bootstrappability of Debian with multilib for x32' - - '{name}_x32_gcc49_multilib': - my_arch: 'x32' - my_params: 'GCC_VER=4.9 ENABLE_MULTILIB=yes' - my_description: 'Verify bootstrappability of Debian using gcc-4.9 with multilib for x32' |