fix(ci): align kubernetes live evidence

This commit is contained in:
whyour
2026-08-22 14:34:39 +08:00
parent 5efaca3d5a
commit c0cd94f50d
8 changed files with 49 additions and 11 deletions
@@ -29,6 +29,12 @@ test('E2E live gate is opt-in and owns only one exact disposable Kind cluster',
assert.match(live, /kind\(\['delete', 'cluster', '--name', clusterName\]/);
assert.match(live, /QL3_KEEP_KIND_CLUSTER/);
assert.match(live, /kindest\/node:v1\.32\.8@sha256:/);
assert.match(
live,
/image', 'tag', POSTGRES_IMAGE_REFERENCE, POSTGRES_RUNTIME_IMAGE/,
);
assert.match(live, /image: POSTGRES_RUNTIME_IMAGE/);
assert.match(live, /imagePullPolicy: 'Never'/);
assert.match(
live,
/condition\.type === 'Failed' && condition\.status === 'True'/,