Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/scripts/ci-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
NOT_BUILT = {
"gk7102ca_lite_umea-qc01x", "gk7102ca_lite_vstarcam-g8896wip",
"gk7205v200_rubyfpv_generic", "hi3518ev200_lite_lenovo-snowman-1080p",
"hi3518ev200_ultimate_tplink-kasa-kc110", "t31_lite_tp-link-tapo-tc70-v3",
"t31_lite_xiaomi-mjsxj05hl",
}

Expand Down Expand Up @@ -403,15 +402,15 @@ def self_test():
(["devices/common/br-ext-chip-goke/configs/gk7205v200_fpv_defconfig"],
1, "a defconfig in a shared directory is still one device"),
# A defconfig CI does not build contributes nothing.
(["devices/t31_lite_tp-link-tapo-tc70-v3/br-ext-chip-ingenic/configs/"
"t31_lite_tp-link-tapo-tc70-v3_defconfig"], 0, "an unbuilt device"),
(["devices/t31_lite_xiaomi-mjsxj05hl/br-ext-chip-ingenic/configs/"
"t31_lite_xiaomi-mjsxj05hl_defconfig"], 0, "an unbuilt device"),
# ...and so does anything else in that device's directory. Its kernel
# config is the case that regressed: OpenIPC/builder#126 touched three
# NOT_BUILT devices and got the full 107 for it.
(["devices/gk7205v200_rubyfpv_generic/br-ext-chip-goke/board/gk7205v200/"
"gk7205v200.generic-fpv.config"], 0, "a kernel config in an unbuilt device"),
(["devices/t31_lite_tp-link-tapo-tc70-v3/general/overlay/etc/inittab"],
0, "an overlay file in an unbuilt device"),
(["devices/t31_lite_xiaomi-mjsxj05hl/general/overlay/usr/share/"
"openipc/customizer.sh"], 0, "an overlay file in an unbuilt device"),
# A directory with no defconfig at all is still unknown, and unknown
# still widens -- that is the half of this rule worth keeping.
(["devices/a-device-that-does-not-exist/br-ext-chip-goke/board/x.config"],
Expand Down
Loading