mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-29 03:11:33 +00:00
Merge remote-tracking branch 'juergh/juergh/remove-raspi'
This commit is contained in:
commit
7a8e98dfab
@ -717,6 +717,11 @@ class AutopkgtestPolicy(BasePolicy):
|
|||||||
# to trigger anything
|
# to trigger anything
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
# The raspi kernel can't be tested with autopkgtest. It doesn't support EFI
|
||||||
|
# and won't boot in OpenStack.
|
||||||
|
if src.startswith('linux-meta-raspi'):
|
||||||
|
return []
|
||||||
|
|
||||||
# Debian doesn't have linux-meta, but Ubuntu does
|
# Debian doesn't have linux-meta, but Ubuntu does
|
||||||
# for linux themselves we don't want to trigger tests -- these should
|
# for linux themselves we don't want to trigger tests -- these should
|
||||||
# all come from linux-meta*. A new kernel ABI without a corresponding
|
# all come from linux-meta*. A new kernel ABI without a corresponding
|
||||||
|
Loading…
x
Reference in New Issue
Block a user