chore: stop tracking generated runtime artifacts
Memind CI / Test, build, and release guards (push) Failing after 9m20s
Memind CI / Test, build, and release guards (push) Failing after 9m20s
This commit is contained in:
@@ -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\//);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user