增强promotion摘要可见性

结论:release URL workflow 已展示 family/source/browser diagnostics 三类 promotion summary 计数,baseline 保持 28/28/131/0,Python remap、tool DB、external user-M hard block 未解锁。
This commit is contained in:
2026-06-18 17:29:59 +08:00
parent 1c94ea4527
commit 56da43b7b1
8 changed files with 117 additions and 7 deletions

View File

@@ -1680,7 +1680,7 @@ assert.deepEqual(
createProjectReleaseReadinessArtifactValidationSummaryViewModel(
releaseReadinessArtifactValidation,
).rows
.filter(({ id }) => id.startsWith("virtual-hal-promotion-family-"))
.filter(({ id }) => expectedPromotionFamilyRows.some(([familyId]) => familyId === id))
.map(({ id, value }) => [id, value]),
expectedPromotionFamilyRows,
);
@@ -1751,7 +1751,7 @@ assert.deepEqual(
}),
}),
).rows
.filter(({ id }) => id.startsWith("virtual-hal-promotion-family-"))
.filter(({ id }) => expectedPromotionFamilyRows.some(([familyId]) => familyId === id))
.map(({ id, value }) => [id, value]),
expectedPromotionFamilyRows,
);