fix: isolate artifact rebuild from release suites
Memind CI / Test, build, and release guards (push) Has been cancelled

This commit is contained in:
john
2026-07-26 15:19:30 +08:00
parent b1577a16e9
commit ea07f6f250
3 changed files with 50 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@ export const AUTOMATION_SUITES = Object.freeze([
{
id: 'runtime-reproducibility',
mode: 'upgrade',
// Rebuilds .runtime/portal in place. Keep this suite isolated from all
// suites that boot or inspect the shared candidate runtime.
exclusive: true,
scenarios: ['REL-03'],
cases: {
'REL-03': ['candidate plus two clean rebuilds produce the same sorted runtime tree SHA256'],