mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-16 04:51:32 +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
|
pass
|
||||||
break
|
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:
|
try:
|
||||||
# Filter tests to main packages on riscv64
|
# Filter tests to main packages on riscv64
|
||||||
if arch == "riscv64":
|
if arch == "riscv64":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user