[Piuparts-commits] [piuparts] 01/03: add piuparts.conf.piu-slave-1und1-01 for the new i386 slave

Holger Levsen holger at moszumanska.debian.org
Sun Oct 19 23:50:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit f38eb5c1548a2e8b76612b5aa5882ff29775c444
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Oct 20 01:46:29 2014 +0200

    add piuparts.conf.piu-slave-1und1-01 for the new i386 slave
---
 instances/piuparts.conf.piu-slave-1und1-01 | 320 +++++++++++++++++++++++++++++
 1 file changed, 320 insertions(+)

diff --git a/instances/piuparts.conf.piu-slave-1und1-01 b/instances/piuparts.conf.piu-slave-1und1-01
new file mode 100644
index 0000000..60661a1
--- /dev/null
+++ b/instances/piuparts.conf.piu-slave-1und1-01
@@ -0,0 +1,320 @@
+#
+# This is the configuration file for piuparts running in master-slave mode on pejacevic.debian.org (as master) and piu-slave-bm-a.debian.org (as slave).
+#
+# For more information on this setup see https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=bikeshed;a=blob;f=README_pejacevic.txt
+#
+
+[DEFAULT]
+# these are needed always
+flags-base =
+# see https://bugs.debian.org/604807
+	--skip-logrotatefiles-test
+# restrict to problems in the package being tested
+	--warn-on-others
+# default exceptions
+	--scriptsdir /etc/piuparts/scripts
+# pejacevic's slaves are doing everything relevant on a ramdisk anyway
+	--no-eatmydata
+# allow starting database servers
+	--allow-database
+
+# default flags, only warning on leftover files
+flags-default =
+	%(flags-base)s
+	--warn-on-leftovers-after-purge
+
+# like default flags, but failing on leftover files
+flags-leftovers =
+	%(flags-base)s
+# perform some additional cleanup
+	--scriptsdir /etc/piuparts/scripts-leftovers
+
+# common flags for starting a test in wheezy
+flags-start-wheezy =
+# no flags needed
+
+# common flags for tests ending in wheezy
+flags-end-wheezy =
+# extra fake-essential packages for successfully purging in wheezy
+	--scriptsdir /etc/piuparts/scripts-wheezy
+# debsums failures won't be fixed in wheezy
+	--warn-on-debsums-errors
+
+# common flags for starting a test in squeeze
+flags-start-squeeze =
+# up to squeeze a non-empty /etc/shells was shipped, actually installing
+# and removing a shell would remove its entry from /etc/shells
+	-i /etc/shells
+
+# common flags for tests ending in squeeze
+flags-end-squeeze =
+# extra fake-essential packages for successfully purging in squeeze
+	--scriptsdir /etc/piuparts/scripts-squeeze
+# debsums failures won't be fixed in squeeze
+	--warn-on-debsums-errors
+
+# common flags for starting a test in lenny
+flags-start-lenny =
+# dpkg --force-unsafe-io was added in squeeze
+	--dpkg-noforce-unsafe-io
+# same flags needed as in squeeze
+        %(flags-start-squeeze)s
+
+
+[global]
+sections =
+	experimental
+	sid2experimental
+	sid
+	sid-nodoc
+	testing2sid
+	jessie
+	wheezy2jessie
+	wheezy2bpo2jessie
+#	wheezy-proposed
+	wheezy2proposed
+	squeeze2wheezy-proposed
+	wheezy
+	squeeze2wheezy
+	squeeze2bpo-sloppy
+	squeeze2bpo2wheezy
+	squeeze
+	squeeze2squeeze-lts
+	lenny2squeeze
+#
+mirror = http://mirror.1und1.de/debian/
+master-host = pejacevic.debian.org
+master-user = piupartsm
+bts-from = piuparts-devel at lists.alioth.debian.org
+master-command = /srv/piuparts.debian.org/share/piuparts/piuparts-master
+piuparts-command =
+	sudo
+	env PYTHONPATH=%(PYTHONPATH)s
+	timeout -s INT -k 5m 35m
+	/srv/piuparts.debian.org/sbin/piuparts
+PYTHONPATH = /srv/piuparts.debian.org/lib/python2.7/dist-packages
+master-directory = /srv/piuparts.debian.org/master
+slave-directory = /srv/piuparts.debian.org/slave
+basetgz-directory = /srv/piuparts.debian.org/slave/basetgz
+output-directory = /srv/piuparts.debian.org/htdocs
+backup-directory = /srv/piuparts.debian.org/backup
+tmpdir = /srv/piuparts.debian.org/tmp
+doc-root = /
+components = main
+slave-count = 4
+# 30*60
+idle-sleep = 1800
+max-tgz-age = 0
+max-reserved = 100
+# rescheduling settings
+expire-old-days = 120
+reschedule-old-days = 90
+reschedule-old-count = 250
+expire-fail-days = 15
+reschedule-fail-days = 10
+reschedule-fail-count = 50
+reschedule-untestable-days = 2
+
+
+[experimental]
+precedence = 5
+piuparts-flags =
+	%(flags-default)s
+distro = experimental
+depends-sections = sid
+
+
+[sid]
+precedence = 1
+description = + Fails if there are leftover files after purge.
+piuparts-flags =
+	%(flags-leftovers)s
+# Once there are no packages left which leave files on purge behind,
+# --pedantic-purge-test should be added
+distro = sid
+# 3 days (60*60*24*3)
+max-tgz-age = 259200
+
+
+[sid-nodoc]
+precedence = 100
+description = + Testing without files in /usr/share/doc.
+piuparts-flags =
+	%(flags-default)s
+	--scriptsdir /etc/piuparts/scripts-no-usr-share-doc
+distro = sid
+
+
+[testing2sid]
+precedence = 2
+piuparts-flags =
+	%(flags-default)s
+distro = testing
+upgrade-test-distros = testing sid
+reschedule-old-count = 0
+
+
+[sid2experimental]
+precedence = 4
+piuparts-flags =
+	%(flags-default)s
+depends-sections = sid
+distro = experimental
+arch = amd64
+area = main
+upgrade-test-distros = sid experimental
+
+
+[jessie]
+precedence = 3
+piuparts-flags =
+	%(flags-default)s
+distro = jessie
+# 1 week (60*60*24*7)
+max-tgz-age = 604800
+
+
+[wheezy2jessie]
+precedence = 3
+json-sections = none
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-wheezy)s
+distro = wheezy
+upgrade-test-distros = wheezy jessie
+
+
+[wheezy2bpo2jessie]
+precedence = 5
+json-sections = none
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-wheezy)s
+depends-sections = wheezy
+arch = amd64
+area = main
+distro = wheezy-backports
+upgrade-test-distros = wheezy wheezy-backports jessie
+
+
+[wheezy]
+precedence = 3
+json-sections = none
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-wheezy)s
+	%(flags-end-wheezy)s
+distro = wheezy
+# 1 month (60*60*24*30)
+max-tgz-age = 2592000
+
+
+[wheezy-proposed]
+precedence = 3
+json-sections = none
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-wheezy)s
+	%(flags-end-wheezy)s
+distro = wheezy-proposed
+
+
+[wheezy2proposed]
+precedence = 3
+json-sections = none
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-wheezy)s
+	%(flags-end-wheezy)s
+distro = wheezy
+upgrade-test-distros = wheezy wheezy-proposed
+
+
+[squeeze2wheezy-proposed]
+precedence = 4
+json-sections = none
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-squeeze)s
+	%(flags-end-wheezy)s
+distro = squeeze
+upgrade-test-distros = squeeze wheezy-proposed
+
+
+[squeeze2wheezy]
+precedence = 4
+json-sections = none
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-squeeze)s
+	%(flags-end-wheezy)s
+distro = squeeze
+upgrade-test-distros = squeeze wheezy
+
+
+[squeeze2bpo2wheezy]
+precedence = 6
+json-sections = none
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-squeeze)s
+	%(flags-end-wheezy)s
+depends-sections = squeeze
+arch = amd64
+area = main
+distro = squeeze-backports
+upgrade-test-distros = squeeze squeeze-backports wheezy
+
+
+[squeeze2bpo-sloppy]
+precedence = 6
+json-sections = none
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-squeeze)s
+	%(flags-end-squeeze)s
+depends-sections = squeeze squeeze2bpo2wheezy
+arch = amd64
+area = main
+upgrade-test-distros = squeeze squeeze-backports-sloppy
+
+
+[squeeze]
+precedence = 7
+json-sections = none
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-squeeze)s
+	%(flags-end-squeeze)s
+distro = squeeze
+reschedule-old-count = 50
+# 1 month (60*60*24*30)
+max-tgz-age = 2592000
+
+
+[squeeze2squeeze-lts]
+precedence = 8
+json-sections = none
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-squeeze)s
+	%(flags-end-squeeze)s
+depends-sections = squeeze
+arch = amd64
+area = main
+distro = squeeze-lts
+upgrade-test-distros = squeeze squeeze-lts
+
+
+[lenny2squeeze]
+precedence = 99
+json-sections = none
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-lenny)s
+	%(flags-end-squeeze)s
+distro = lenny
+upgrade-test-distros = lenny squeeze
+reschedule-old-count = 0
+reschedule-fail-count = 0
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list