chore: stop tracking generated runtime artifacts
Memind CI / Test, build, and release guards (push) Failing after 9m20s

This commit is contained in:
john
2026-07-27 08:49:41 +08:00
parent 56ff170a60
commit 291178d2c3
193 changed files with 12 additions and 59168 deletions
+2 -3
View File
@@ -353,11 +353,10 @@ test('canary release and rollback remote shells remain syntactically valid', asy
assertShellParses(edgeRollback, '105 edge rollback shell');
});
test('release readiness ignores only the generated canary artifact cover path', async () => {
test('release readiness no longer needs a legacy tracked runtime exception', async () => {
const source = await fs.readFile(
path.join(ROOT, 'scripts', 'check-release-ready.sh'),
'utf8',
);
assert.match(source, /:\(exclude\)\.runtime\/portal\/public\/plaza-covers\/\*\*/);
assert.doesNotMatch(source, /:\(exclude\)\.runtime\/\*\*/);
assert.doesNotMatch(source, /:\(exclude\)\.runtime\//);
});