mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-11-04 18:44:04 +00:00
riscv64: do not enqueue any test for now
Wait for a working autopkgtest infra for riscv64.
This commit is contained in:
parent
e1040b31c7
commit
ac811d2ae4
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user