CI: exclude firmware-oneplus-msm8998 from firmware tests (MR 2591)
This was already done for firmware-oneplus-sdm845 & firmware-xiaomi-beryllium which also depend on soc-qcom-sdm845-nonfree-firmware.
This commit is contained in:
parent
d6e73013d2
commit
4ca73456e4
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ def test_aports_firmware(args):
|
|||
|
||||
excluded = [
|
||||
"firmware-motorola-potter", # Depends on soc-qcom-msm8916-ucm
|
||||
"firmware-oneplus-msm8998", # Depends on soc-qcom-sdm845-nonfree-firmware
|
||||
"firmware-oneplus-sdm845", # Depends on soc-qcom-sdm845-nonfree-firmware
|
||||
"firmware-samsung-baffinlite", # Depends on firmware-aosp-broadcom-wlan
|
||||
"firmware-samsung-crespo", # Depends on firmware-aosp-broadcom-wlan
|
||||
|
|
Loading…
Reference in a new issue