summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-11 23:42:48 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-11 23:42:48 +0200
commitec77386996229b85021ff92b98f06a360697be30 (patch)
treefa63e36f25256420957bc1343ddd2a700b6bbdcb /job-cfg/rebootstrap.yaml
parent10935b15a3974de7c7fa17ac791a6d51945bce70 (diff)
downloadjenkins.debian.net-ec77386996229b85021ff92b98f06a360697be30.tar.xz
add rebootstrap.yaml from Helmut Grohne (Closes: 743697 eventually)
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'