From 48d0777e2a0b7a834f84ee39923023745683b4a0 Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Sun, 31 Mar 2019 14:06:03 +0000 Subject: [PATCH] Revert to standard aging. All packages need manual approval anyway, so we might as well get the fixes in quickly. This reverts commit 40aa315c0c71730a861ab64f4346337c85cca8ed. --- britney.conf | 10 +++++----- britney_nobreakall.conf | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/britney.conf b/britney.conf index 8414291..857431f 100644 --- a/britney.conf +++ b/britney.conf @@ -44,10 +44,10 @@ NEW_ARCHES = # priorities and delays MINDAYS_LOW = 10 -MINDAYS_MEDIUM = 10 -MINDAYS_HIGH = 10 -MINDAYS_CRITICAL = 10 -MINDAYS_EMERGENCY = 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 @@ -98,7 +98,7 @@ ADT_CI_URL = https://ci.debian.net/ # Autopkgtest results can be used to influence the aging ADT_REGRESSION_PENALTY = -ADT_SUCCESS_BOUNTY = 0 +ADT_SUCCESS_BOUNTY = 3 ADT_BASELINE = reference ADT_RETRY_URL_MECH = run_id ADT_RETRY_OLDER_THAN = 1 diff --git a/britney_nobreakall.conf b/britney_nobreakall.conf index f98e1e9..654e76d 100644 --- a/britney_nobreakall.conf +++ b/britney_nobreakall.conf @@ -41,10 +41,10 @@ NEW_ARCHES = # priorities and delays MINDAYS_LOW = 10 -MINDAYS_MEDIUM = 10 -MINDAYS_HIGH = 10 -MINDAYS_CRITICAL = 10 -MINDAYS_EMERGENCY = 10 +MINDAYS_MEDIUM = 5 +MINDAYS_HIGH = 2 +MINDAYS_CRITICAL = 0 +MINDAYS_EMERGENCY = 0 DEFAULT_URGENCY = medium HINTSDIR = /srv/release.debian.org/britney/hints @@ -93,6 +93,6 @@ ADT_CI_URL = https://ci.debian.net/ # Autopkgtest results can be used to influence the aging ADT_REGRESSION_PENALTY = -ADT_SUCCESS_BOUNTY = 0 +ADT_SUCCESS_BOUNTY = 3 ADT_BASELINE = reference ADT_RETRY_URL_MECH = run_id