From 2f0cb385c5d477335c02755d7123ab071d2cdcda Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 1 Feb 2024 01:31:18 -0800 Subject: [PATCH] Update the swift base url to point directly at prodstack swift Tim assures me the auth token in the name is read-only, and also exposed via http redirects whenever one accesses the bucket via autopkgtest.u.c frontend, so there is no security issue here; and accessing direct gets us results even when the autopkgtest.db is out of date (which is the problem we have right now that we want to route around). --- britney.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.conf b/britney.conf index 52f5b4c..ae85dfa 100644 --- a/britney.conf +++ b/britney.conf @@ -100,7 +100,7 @@ ADT_PPAS = 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 = https://autopkgtest.ubuntu.com/results/ +ADT_SWIFT_URL = https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/ # 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