Skip to content

Commit 22ff405

Browse files
committed
chore: enable vastbase test on KB 0.9
1 parent 6b4682c commit 22ff405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kbcli-test-k8s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ jobs:
11501150
secrets: inherit
11511151

11521152
test-vastbase:
1153-
if: ${{ inputs.CLOUD_PROVIDER != 'eks' && needs.terraform-init-k8s.result == 'success' && always() && (inputs.TEST_TYPE == '' || contains(inputs.TEST_TYPE, 'vastbase')) && ! contains(inputs.KB_VERSION, 'v0.5.') && ! contains(inputs.KB_VERSION, 'v0.6.') && ! contains(inputs.KB_VERSION, 'v0.7.') && ! contains(inputs.KB_VERSION, 'v0.8.') && ! contains(inputs.KB_VERSION, 'v0.9.') }}
1153+
if: ${{ inputs.CLOUD_PROVIDER != 'eks' && needs.terraform-init-k8s.result == 'success' && always() && (inputs.TEST_TYPE == '' || contains(inputs.TEST_TYPE, 'vastbase')) && ! contains(inputs.KB_VERSION, 'v0.5.') && ! contains(inputs.KB_VERSION, 'v0.6.') && ! contains(inputs.KB_VERSION, 'v0.7.') && ! contains(inputs.KB_VERSION, 'v0.8.') }}
11541154
needs: [ terraform-init-k8s, test-kubeblocks ]
11551155
uses: ./.github/workflows/test-kbcli.yml
11561156
with:

0 commit comments

Comments
 (0)