2006-06-17 13:45:56 +00:00
|
|
|
# Configuration file for britney
|
|
|
|
|
|
|
|
# Paths for control files
|
2020-07-06 16:35:47 +01:00
|
|
|
TESTING = data/%(SERIES)
|
|
|
|
UNSTABLE = data/%(SERIES)-proposed
|
|
|
|
PARTIAL_UNSTABLE = yes
|
2016-05-26 16:16:34 +00:00
|
|
|
|
2006-06-17 13:45:56 +00:00
|
|
|
# Output
|
2020-07-06 16:35:47 +01:00
|
|
|
NONINST_STATUS = data/%(SERIES)/non-installable-status
|
|
|
|
EXCUSES_OUTPUT = output/%(SERIES)/excuses.html
|
|
|
|
EXCUSES_YAML_OUTPUT = output/%(SERIES)/excuses.yaml.xz
|
|
|
|
UPGRADE_OUTPUT = output/%(SERIES)/output.txt
|
|
|
|
HEIDI_OUTPUT = output/%(SERIES)/HeidiResult
|
2006-06-17 13:45:56 +00:00
|
|
|
|
2016-05-07 08:56:41 +00:00
|
|
|
# External policy/constraints/faux-packages information that
|
|
|
|
# (presumably) rarely changes. Examples include "constraints".
|
2020-07-06 16:35:47 +01:00
|
|
|
STATIC_INPUT_DIR = data/%(SERIES)/input
|
2016-05-07 08:56:41 +00:00
|
|
|
|
2016-05-07 15:16:16 +00:00
|
|
|
# Directory for input files that Britney will update herself
|
|
|
|
# (e.g. aging information) or will need regular updates
|
|
|
|
# (e.g. urgency information).
|
2020-07-06 16:35:47 +01:00
|
|
|
STATE_DIR = data/%(SERIES)/state
|
2016-05-07 15:16:16 +00:00
|
|
|
|
2016-10-23 12:28:12 +00:00
|
|
|
# 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.
|
2020-07-06 16:35:47 +01:00
|
|
|
ARCHITECTURES = amd64 arm64 armhf i386 powerpc ppc64el riscv64
|
2006-06-17 13:45:56 +00:00
|
|
|
|
|
|
|
# if you're not in this list, arch: all packages are allowed to break on you
|
2020-07-06 16:35:47 +01:00
|
|
|
NOBREAKALL_ARCHES = amd64
|
2006-06-17 13:45:56 +00:00
|
|
|
|
2019-01-05 13:14:33 +00:00
|
|
|
# primary architecture used for checking Build-Depends-Indep
|
|
|
|
ALL_BUILDARCH = amd64
|
|
|
|
|
2020-06-18 10:46:14 +01:00
|
|
|
# is arch-all built separately? i.e. can it fail independently of another arch?
|
2020-07-06 16:35:47 +01:00
|
|
|
HAS_ARCH_ALL_BUILDDS = no
|
2020-06-18 10:46:14 +01:00
|
|
|
|
2006-06-17 13:45:56 +00:00
|
|
|
# if you're in this list, your packages may not stay in sync with the source
|
2016-10-10 00:59:58 +02:00
|
|
|
OUTOFSYNC_ARCHES =
|
2006-06-17 13:45:56 +00:00
|
|
|
|
|
|
|
# if you're in this list, your uninstallability count may increase
|
2024-03-28 10:21:57 -07:00
|
|
|
BREAK_ARCHES =
|
2006-06-17 13:45:56 +00:00
|
|
|
|
2006-07-26 22:13:06 +00:00
|
|
|
# if you're in this list, you are a new architecture
|
2016-09-24 07:38:07 +00:00
|
|
|
NEW_ARCHES =
|
2006-07-26 22:13:06 +00:00
|
|
|
|
2006-06-17 13:45:56 +00:00
|
|
|
# priorities and delays
|
2020-07-06 16:35:47 +01:00
|
|
|
MINDAYS_LOW = 0
|
|
|
|
MINDAYS_MEDIUM = 0
|
|
|
|
MINDAYS_HIGH = 0
|
2019-03-31 14:06:03 +00:00
|
|
|
MINDAYS_CRITICAL = 0
|
|
|
|
MINDAYS_EMERGENCY = 0
|
2013-12-01 19:01:19 +01:00
|
|
|
DEFAULT_URGENCY = medium
|
2017-10-18 20:40:22 +02:00
|
|
|
NO_PENALTIES = high critical emergency
|
2017-10-18 21:43:32 +02:00
|
|
|
BOUNTY_MIN_AGE = 2
|
2006-06-17 13:45:56 +00:00
|
|
|
|
2020-07-06 16:35:47 +01:00
|
|
|
HINTSDIR = data/%(SERIES)-proposed/Hints
|
2016-05-26 16:41:45 +00:00
|
|
|
|
2006-06-17 13:45:56 +00:00
|
|
|
# hint permissions
|
2020-07-06 16:35:47 +01:00
|
|
|
HINTS_LANEY = ALL
|
|
|
|
HINTS_STEFANOR = ALL
|
|
|
|
HINTS_STGRABER = ALL
|
|
|
|
HINTS_VORLON = ALL
|
|
|
|
HINTS_PITTI = ALL
|
|
|
|
HINTS_UBUNTU-RELEASE = ALL
|
|
|
|
# Kernel team automated testing
|
|
|
|
HINTS_KERNEL-TESTING = block unblock
|
|
|
|
# SRU team
|
|
|
|
HINTS_APW = ALL
|
|
|
|
HINTS_ARGES = ALL
|
|
|
|
HINTS_BRIAN-MURRAY = ALL
|
|
|
|
HINTS_RACB = ALL
|
|
|
|
HINTS_RAOF = ALL
|
|
|
|
HINTS_SIL2100 = ALL
|
|
|
|
HINTS_TJAALTON = ALL
|
|
|
|
HINTS_UBUNTU-SRU = ALL
|
|
|
|
HINTS_FREEZE = block block-all
|
2006-08-06 09:29:32 +00:00
|
|
|
|
|
|
|
# support for old libraries in testing (smooth update)
|
|
|
|
# use ALL to enable smooth updates for all the sections
|
2012-07-02 22:13:59 +00:00
|
|
|
#
|
|
|
|
# naming a non-existent section will effectively disable new smooth
|
|
|
|
# updates but still allow removals to occur
|
2022-01-27 18:54:38 +01:00
|
|
|
SMOOTH_UPDATES = libs oldlibs
|
2015-09-06 15:21:30 +00:00
|
|
|
|
2020-07-06 16:35:47 +01:00
|
|
|
IGNORE_CRUFT = 0
|
2017-09-02 14:40:38 +02:00
|
|
|
|
2020-07-06 16:35:47 +01:00
|
|
|
REMOVE_OBSOLETE = no
|
|
|
|
|
|
|
|
CHECK_BUILDD = no
|
2019-07-06 13:20:04 +00:00
|
|
|
|
2024-02-14 08:25:55 -08:00
|
|
|
IMPLICIT_DEPS = no
|
|
|
|
|
2018-04-29 07:30:43 +00:00
|
|
|
ADT_ENABLE = yes
|
2020-07-06 16:35:47 +01:00
|
|
|
ADT_ARCHES = amd64 i386 armhf ppc64el arm64
|
2021-04-26 09:59:18 +01:00
|
|
|
ADT_AMQP = amqp://test_request:password@autopkgtest-amqp.internal
|
2017-09-02 14:40:38 +02:00
|
|
|
# space separate list of PPAs to add for test requests and for polling results;
|
|
|
|
# the *last* one determines the swift container name
|
|
|
|
ADT_PPAS =
|
2018-04-16 20:50:44 +02:00
|
|
|
# set this to the path of a (r/o) autopkgtest-results.cache for running many parallel
|
2017-09-02 14:40:38 +02:00
|
|
|
# britney instances for PPAs without updating the cache
|
|
|
|
ADT_SHARED_RESULTS_CACHE =
|
2017-09-24 15:23:28 +02:00
|
|
|
# Swift base URL with the results (must be publicly readable and browsable)
|
|
|
|
# or file location if results are pre-fetched
|
2024-02-01 01:31:18 -08:00
|
|
|
ADT_SWIFT_URL = https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/
|
2017-10-13 11:41:05 +02:00
|
|
|
# Base URL for autopkgtest site, used for links in the excuses
|
2020-07-06 16:35:47 +01:00
|
|
|
ADT_CI_URL = https://autopkgtest.ubuntu.com/
|
2021-10-22 16:49:18 -07:00
|
|
|
# URL for the autopkgtest database, if used
|
2024-03-19 12:09:09 +01:00
|
|
|
ADT_DB_URL = https://autopkgtest.ubuntu.com/static/autopkgtest.db
|
2020-07-06 16:35:47 +01:00
|
|
|
ADT_HUGE = 20
|
2017-10-15 21:39:08 +02:00
|
|
|
|
|
|
|
# Autopkgtest results can be used to influence the aging
|
2019-01-06 19:47:16 +01:00
|
|
|
ADT_REGRESSION_PENALTY =
|
2020-07-06 16:35:47 +01:00
|
|
|
ADT_SUCCESS_BOUNTY =
|
2021-11-05 13:33:41 -07:00
|
|
|
ADT_BASELINE = reference
|
2020-07-06 16:35:47 +01:00
|
|
|
ADT_RETRY_URL_MECH =
|
|
|
|
ADT_RETRY_OLDER_THAN =
|
|
|
|
ADT_REFERENCE_MAX_AGE =
|
|
|
|
|
|
|
|
# email uploaders for stuck uploads
|
|
|
|
EMAIL_ENABLE = yes
|
|
|
|
# email SRU bugs when regressions are detected
|
|
|
|
SRUREGRESSIONEMAIL_ENABLE = no
|
|
|
|
|
|
|
|
# we don't run piuparts testing in Ubuntu
|
|
|
|
PIUPARTS_ENABLE = no
|