From ac811d2ae48d1182905f8445230b8f860f93c091 Mon Sep 17 00:00:00 2001 From: Paride Legovini Date: Fri, 24 Oct 2025 14:41:51 +0200 Subject: [PATCH] riscv64: do not enqueue any test for now Wait for a working autopkgtest infra for riscv64. --- britney2/policies/autopkgtest.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index 809efe8..53b1583 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -861,6 +861,10 @@ class AutopkgtestPolicy(BasePolicy): tests = [(src, version) for (src, version) in tests if sources_info[src].component == UbuntuComponent.MAIN] else: tests = [] + + # Drop *all* the riscv64 tests for now. To be dropped once + # we get a working autopkgtest infra for riscv64. + tests = [] except KeyError: # Sometimes™, sources_info[src] raises KeyError pass