Exclude test artifacts from runtime impact analysis
Build and Deploy Gateway / build-and-push (push) Successful in 25s
Build and Deploy Gateway / deploy (push) Successful in 14s

This commit is contained in:
2026-08-28 19:47:58 +03:00
parent a84cca0668
commit 14b3c2afac
22 changed files with 12 additions and 76 deletions
+8
View File
@@ -22,6 +22,14 @@ test('runtime impact keeps affected components separate from restart scope', ()
affectedComponents: [],
restartScope: 'none',
});
assert.deepEqual(classifyRuntimeImpact(['.tmp-tests/harbor-route-test/network.json']), {
affectedComponents: [],
restartScope: 'none',
});
assert.deepEqual(classifyRuntimeImpact(['context.md']), {
affectedComponents: [],
restartScope: 'none',
});
assert.deepEqual(classifyRuntimeImpact(['src/web/App.tsx']), {
affectedComponents: ['control'],
restartScope: 'control',