From dd5d6466254144e646af9defbe75395e3fcb738f Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sun, 29 Apr 2018 07:21:48 +0000 Subject: [PATCH] Set ADT_{REGRESSION_PENALITY,SUCCESS_BOUNTY} to 0 for now Signed-off-by: Niels Thykier --- britney.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/britney.conf b/britney.conf index 32fd8dd..1bf9c44 100644 --- a/britney.conf +++ b/britney.conf @@ -98,7 +98,9 @@ ADT_SWIFT_URL = file:///srv/release.debian.org/britney/state/debci.json ADT_CI_URL = https://ci.debian.net/ # Autopkgtest results can be used to influence the aging -ADT_REGRESSION_PENALTY = 10 -ADT_SUCCESS_BOUNTY = 3 +# Set to 10 when we are ready to enable autopkgtests with penalties +ADT_REGRESSION_PENALTY = 0 +# Set to 3 when we are ready to enable autopkgtests with bounty +ADT_SUCCESS_BOUNTY = 0 ADT_BASELINE = reference ADT_RETRY_URL_MECH = run_id