summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml
blob: a8c0816f6655985329bcc2c40ca10bd75079fc72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- defaults:
    name: rebootstrap
    description: 'Verfy bootstrappability of Debian architectures'
    scm:
      - git:
          url: 'git://anonscm.debian.org/users/helmutg/rebootstrap.git'
          branches:
            - master
    builders:
      - shell: '/srv/jenkins/bin/chroot-run.sh sid ./bootstrap.sh HOST_ARCH={architecture} {params}'
    publishers:
      - email:
          recipients: helmutg@debian.org

- project:
    name: rebootstrap
    jobs:
        - 'rebootstrap_arm64':
            architecture: 'arm64'
        - 'rebootstrap_m68k':
            architecture: 'm68k'