docs: record three-SIP validation evidence
management-images / build-and-publish (push) Successful in 45s

This commit is contained in:
2026-09-17 16:30:52 +08:00
parent e65cfbe3af
commit 627ce92041
5 changed files with 141 additions and 20 deletions
+3 -1
View File
@@ -136,7 +136,9 @@ def _trunks(cfg):
)
return rows
if "primary" in cfg or "backup" in cfg:
raise ValueError("use trunks instead of mixing arbitrary trunks with primary/backup")
raise ValueError(
"use trunks instead of mixing arbitrary trunks with primary/backup"
)
raw = cfg["trunks"]
if not isinstance(raw, list) or not raw:
raise ValueError("trunks must be a non-empty list")