mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-21 09:58:46 +08:00
fix(ci): align kubernetes live evidence
This commit is contained in:
@@ -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'/,
|
||||
|
||||
Reference in New Issue
Block a user