mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-21 18:08:20 +08:00
fix(ci): align kubernetes live evidence
This commit is contained in:
@@ -15,6 +15,19 @@ const {
|
||||
providerServerSource,
|
||||
terminalJobSnapshot,
|
||||
} = require('../../scripts/ql3-provider-credential-test-kubernetes-live-contract.cjs');
|
||||
const {
|
||||
AI_MIGRATION_COUNT,
|
||||
} = require('../../scripts/ql3-provider-credential-test-kubernetes-live-audit.cjs');
|
||||
const {
|
||||
postgresModelInvocationMigrationDefinition,
|
||||
} = require('../../packages/ql3-ai/dist/migration/modelInvocationMigration.js');
|
||||
|
||||
test('binds live evidence to the complete reviewed AI migration stream', () => {
|
||||
assert.equal(
|
||||
AI_MIGRATION_COUNT,
|
||||
postgresModelInvocationMigrationDefinition.migrations.length,
|
||||
);
|
||||
});
|
||||
|
||||
function template() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user