mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-16 13:41:12 +00:00
policies: explain why we want to run some riscv64 autopkgtests
This commit is contained in:
parent
58cbc2a49b
commit
bdffd15341
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user