You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
3.8 KiB
101 lines
3.8 KiB
# Configuration file for britney
|
|
|
|
# Paths for control files
|
|
TESTING = /srv/mirrors/debian/dists/testing
|
|
TPU = /srv/mirrors/debian/dists/testing-proposed-updates
|
|
PU = /srv/mirrors/debian/dists/proposed-updates
|
|
UNSTABLE = /srv/mirrors/debian/dists/unstable
|
|
|
|
# Output
|
|
NONINST_STATUS = /srv/release.debian.org/britney/var/data-b2/non-installable-status
|
|
EXCUSES_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/excuses.html
|
|
EXCUSES_YAML_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/excuses.yaml
|
|
UPGRADE_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/output.txt
|
|
HEIDI_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/HeidiResult
|
|
|
|
# External policy/constraints/faux-packages information that
|
|
# (presumably) rarely changes. Examples include "constraints".
|
|
STATIC_INPUT_DIR = /srv/release.debian.org/britney/input
|
|
|
|
# Directory for input files that Britney will update herself
|
|
# (e.g. aging information) or will need regular updates
|
|
# (e.g. urgency information).
|
|
STATE_DIR = /srv/release.debian.org/britney/state
|
|
|
|
# List of architectures that Britney should consider.
|
|
# - defaults to the value in testing's Release file (if it is present).
|
|
# - Required for the legacy layout.
|
|
#ARCHITECTURES = i386 amd64 arm64 armel armhf mips mipsel mips64el ppc64el s390x
|
|
|
|
# if you're not in this list, arch: all packages are allowed to break on you
|
|
NOBREAKALL_ARCHES = i386 amd64
|
|
|
|
# if you're in this list, your packages may not stay in sync with the source
|
|
OUTOFSYNC_ARCHES =
|
|
|
|
# if you're in this list, your uninstallability count may increase
|
|
BREAK_ARCHES =
|
|
|
|
# if you're in this list, you are a new architecture
|
|
NEW_ARCHES =
|
|
|
|
# priorities and delays
|
|
MINDAYS_LOW = 10
|
|
MINDAYS_MEDIUM = 5
|
|
MINDAYS_HIGH = 2
|
|
MINDAYS_CRITICAL = 0
|
|
MINDAYS_EMERGENCY = 0
|
|
DEFAULT_URGENCY = medium
|
|
NO_PENALTIES = high critical emergency
|
|
BOUNTY_MIN_AGE = 2
|
|
|
|
HINTSDIR = /srv/release.debian.org/britney/hints
|
|
|
|
# hint permissions
|
|
HINTS_ABA = ALL
|
|
HINTS_PKERN = STANDARD force
|
|
HINTS_ADSB = STANDARD force force-hint
|
|
HINTS_MEHDI = STANDARD
|
|
HINTS_JCRISTAU = STANDARD force force-hint
|
|
HINTS_FAW = STANDARD
|
|
HINTS_NTHYKIER = STANDARD
|
|
HINTS_KIBI = STANDARD
|
|
HINTS_JMW = STANDARD
|
|
HINTS_IVODD = STANDARD force force-hint
|
|
HINTS_POCHU = STANDARD force force-hint
|
|
HINTS_ELBRUS = force-skiptest force-badtest age-days
|
|
HINTS_FREEZE = block block-all block-udeb
|
|
HINTS_FREEZE-EXCEPTION = unblock unblock-udeb
|
|
HINTS_SATBRITNEY = easy
|
|
HINTS_AUTO-REMOVALS = remove
|
|
|
|
# support for old libraries in testing (smooth update)
|
|
# use ALL to enable smooth updates for all the sections
|
|
#
|
|
# naming a non-existent section will effectively disable new smooth
|
|
# updates but still allow removals to occur
|
|
SMOOTH_UPDATES = libs oldlibs
|
|
|
|
IGNORE_CRUFT = 1
|
|
|
|
ADT_ENABLE = yes
|
|
ADT_ARCHES = amd64
|
|
ADT_AMQP = file:///srv/release.debian.org/britney/var/data-b2/output/debci.input
|
|
# space separate list of PPAs to add for test requests and for polling results;
|
|
# the *last* one determines the swift container name
|
|
ADT_PPAS =
|
|
# set this to the path of a (r/o) autopkgtest-results.cache for running many parallel
|
|
# britney instances for PPAs without updating the cache
|
|
ADT_SHARED_RESULTS_CACHE =
|
|
# Swift base URL with the results (must be publicly readable and browsable)
|
|
# or file location if results are pre-fetched
|
|
ADT_SWIFT_URL = file:///srv/release.debian.org/britney/state/debci.json
|
|
# Base URL for autopkgtest site, used for links in the excuses
|
|
ADT_CI_URL = https://ci.debian.net/
|
|
|
|
# Autopkgtest results can be used to influence the aging
|
|
ADT_REGRESSION_PENALTY = 36
|
|
ADT_SUCCESS_BOUNTY = 3
|
|
ADT_BASELINE = reference
|
|
ADT_RETRY_URL_MECH = run_id
|