From d4dfa22ed167a4176132070627be3a17342c7ce7 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 27 Apr 2022 14:39:49 -0700 Subject: [PATCH] Temporarily disable use of sqlite db for autopkgtests The initial db population for the series takes quite a while, so to not block on this for the release opening process we can let britney talk directly to swift in the short term. --- britney.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.conf b/britney.conf index 52f5b4c..25b97be 100644 --- a/britney.conf +++ b/britney.conf @@ -104,7 +104,7 @@ ADT_SWIFT_URL = https://autopkgtest.ubuntu.com/results/ # Base URL for autopkgtest site, used for links in the excuses ADT_CI_URL = https://autopkgtest.ubuntu.com/ # URL for the autopkgtest database, if used -ADT_DB_URL = https://autopkgtest.ubuntu.com/static/autopkgtest.db +#ADT_DB_URL = https://autopkgtest.ubuntu.com/static/autopkgtest.db ADT_HUGE = 20 # Autopkgtest results can be used to influence the aging