From bdffd1534198a81ed27ddff10f2a58a5afc295a6 Mon Sep 17 00:00:00 2001 From: Florent 'Skia' Jacquet Date: Wed, 26 Feb 2025 10:10:19 +0100 Subject: [PATCH] policies: explain why we want to run some riscv64 autopkgtests --- britney2/policies/autopkgtest.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index 5089ef3..170ab91 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -841,7 +841,10 @@ class AutopkgtestPolicy(BasePolicy): pass break - # Filter tests to main packages on riscv64 + # This block filtering riscv64 is kind of temporary: + # The goal is to stress test the autopkgtest infrastructure by having + # britney throw some tests at it, but we don't want the whole universe to come + # there either, hence the filtering on main. try: # Filter tests to main packages on riscv64 if arch == "riscv64":