summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/rebootstrap.yaml')
-rw-r--r--job-cfg/rebootstrap.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/job-cfg/rebootstrap.yaml b/job-cfg/rebootstrap.yaml
new file mode 100644
index 00000000..a8c0816f
--- /dev/null
+++ b/job-cfg/rebootstrap.yaml
@@ -0,0 +1,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'