mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-09 09:31:30 +00:00
Merge remote-tracking branch 'hyask/skia/more_riscv64_fix'
This commit is contained in:
commit
aee45a9d92
@ -38,7 +38,6 @@ from urllib.error import HTTPError
|
||||
from urllib.request import urlopen
|
||||
|
||||
import apt_pkg
|
||||
import distro_info
|
||||
|
||||
import britney2.hints
|
||||
|
||||
@ -849,7 +848,7 @@ class AutopkgtestPolicy(BasePolicy):
|
||||
try:
|
||||
# Filter tests to main packages on riscv64 for Noble+
|
||||
if arch == "riscv64":
|
||||
if self.options.series >= distro_info.UbuntuDistroInfo().codename("noble"):
|
||||
if self.options.series not in ["focal", "jammy"]:
|
||||
tests = [(src, version) for (src, version) in tests if sources_info[src].component == UbuntuComponent.MAIN]
|
||||
else:
|
||||
tests = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user