fix(ci): bind recovery evidence to migration stream

This commit is contained in:
whyour
2026-08-22 16:28:10 +08:00
parent 3e0fc8b46f
commit a1549b3a24
4 changed files with 23 additions and 4 deletions
@@ -13,6 +13,7 @@ const producerPath = path.join(
const {
FIXTURE,
GATE_KEYS,
MIGRATION_COUNT,
readPrivateReport,
validatePluginPackageRecoveryE2ELiveReport,
} = require('../../scripts/ql3-plugin-package-recovery-e2e-live-audit.cjs');
@@ -62,7 +63,7 @@ function validReport() {
activePointerUnchanged: true,
},
database: {
migrationCount: 65,
migrationCount: MIGRATION_COUNT,
capabilityVersion: 64,
initialState: 'active',
initialActiveLockDigest: lock,